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

WebAppKeyType(String)

Initializes a new instance of WebAppKeyType.

Properties

NotSpecified

NotSpecified.

Primary

Primary.

Secondary

Secondary.

Methods

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

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