다음을 통해 공유


FrontDoorResourceState Struct

Definition

Resource status of the Front Door or Front Door SubResource.

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

Constructors

FrontDoorResourceState(String)

Initializes a new instance of FrontDoorResourceState.

Properties

Creating

Creating.

Deleting

Deleting.

Disabled

Disabled.

Disabling

Disabling.

Enabled

Enabled.

Enabling

Enabling.

Migrated

Migrated.

Migrating

Migrating.

Methods

Equals(FrontDoorResourceState)

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

Determines if two FrontDoorResourceState values are the same.

Implicit(String to FrontDoorResourceState)

Converts a string to a FrontDoorResourceState.

Inequality(FrontDoorResourceState, FrontDoorResourceState)

Determines if two FrontDoorResourceState values are not the same.

Applies to