WebAppParameterType Struct

Definition

The parameter type. Serialized Name: ParameterType

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

Constructors

Name Description
WebAppParameterType(String)

Initializes a new instance of WebAppParameterType.

Properties

Name Description
Array

Array Serialized Name: ParameterType.Array

Bool

Bool Serialized Name: ParameterType.Bool

Float

Float Serialized Name: ParameterType.Float

Int

Int Serialized Name: ParameterType.Int

NotSpecified

NotSpecified Serialized Name: ParameterType.NotSpecified

Object

Object Serialized Name: ParameterType.Object

SecureObject

SecureObject Serialized Name: ParameterType.SecureObject

SecureString

SecureString Serialized Name: ParameterType.SecureString

String

String Serialized Name: ParameterType.String

Methods

Name Description
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

Name Description
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