Поделиться через


FrontDoorProvisioningState Struct

Definition

Provisioning status Serialized Name: AfdProvisioningState

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

Constructors

FrontDoorProvisioningState(String)

Initializes a new instance of FrontDoorProvisioningState.

Properties

Creating

Creating Serialized Name: AfdProvisioningState.Creating

Deleting

Deleting Serialized Name: AfdProvisioningState.Deleting

Failed

Failed Serialized Name: AfdProvisioningState.Failed

Succeeded

Succeeded Serialized Name: AfdProvisioningState.Succeeded

Updating

Updating Serialized Name: AfdProvisioningState.Updating

Methods

Equals(FrontDoorProvisioningState)

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

Determines if two FrontDoorProvisioningState values are the same.

Implicit(String to FrontDoorProvisioningState)

Converts a String to a FrontDoorProvisioningState.

Inequality(FrontDoorProvisioningState, FrontDoorProvisioningState)

Determines if two FrontDoorProvisioningState values are not the same.

Applies to