Udostępnij przez


WebAppKeyType Struct

Definition

The key type.

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

Constructors

Name Description
WebAppKeyType(String)

Initializes a new instance of WebAppKeyType.

Properties

Name Description
NotSpecified

NotSpecified.

Primary

Primary.

Secondary

Secondary.

Methods

Name Description
Equals(WebAppKeyType)

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(WebAppKeyType, WebAppKeyType)

Determines if two WebAppKeyType values are the same.

Implicit(String to WebAppKeyType)

Converts a String to a WebAppKeyType.

Inequality(WebAppKeyType, WebAppKeyType)

Determines if two WebAppKeyType values are not the same.

Applies to