WebAppParameterType Struct

Definition

The parameter type.

public readonly struct WebAppParameterType : IEquatable<Azure.ResourceManager.AppService.Models.WebAppParameterType>
type WebAppParameterType = struct
Public Structure WebAppParameterType
Implements IEquatable(Of WebAppParameterType)
Inheritance
WebAppParameterType
Implements

Constructors

WebAppParameterType(String)

Initializes a new instance of WebAppParameterType.

Properties

Array

Array.

Bool

Bool.

Float

Float.

Int

Int.

NotSpecified

NotSpecified.

Object

Object.

SecureObject

SecureObject.

SecureString

SecureString.

String

String.

Methods

Equals(WebAppParameterType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(WebAppParameterType, WebAppParameterType)

Determines if two WebAppParameterType values are the same.

Implicit(String to WebAppParameterType)

Converts a string to a WebAppParameterType.

Inequality(WebAppParameterType, WebAppParameterType)

Determines if two WebAppParameterType values are not the same.

Applies to