你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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