EdgeZonesRegistrationState 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.
The Azure Extended Zone registration status for a subscription.
public readonly struct EdgeZonesRegistrationState : IEquatable<Azure.ResourceManager.EdgeZones.Models.EdgeZonesRegistrationState>
type EdgeZonesRegistrationState = struct
Public Structure EdgeZonesRegistrationState
Implements IEquatable(Of EdgeZonesRegistrationState)
- Inheritance
-
EdgeZonesRegistrationState
- Implements
Constructors
EdgeZonesRegistrationState(String) |
Initializes a new instance of EdgeZonesRegistrationState. |
Properties
NotRegistered |
Subscription not registered for the Azure Extended Zone. |
PendingRegister |
Subscription pending registration for the Azure Extended Zone. |
PendingUnregister |
Subscription is pending unregistering for the Azure Extended Zone. |
Registered |
Subscription is registered for the Azure Extended Zone. |
Methods
Equals(EdgeZonesRegistrationState) |
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(EdgeZonesRegistrationState, EdgeZonesRegistrationState) |
Determines if two EdgeZonesRegistrationState values are the same. |
Implicit(String to EdgeZonesRegistrationState) |
Converts a string to a EdgeZonesRegistrationState. |
Inequality(EdgeZonesRegistrationState, EdgeZonesRegistrationState) |
Determines if two EdgeZonesRegistrationState values are not the same. |
Applies to
Azure SDK for .NET