FrontDoorResourceState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET