IExtendedZone.RegistrationState Property
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.
Indicates the Azure Extended Zone registration’s approval status.
[Microsoft.Azure.PowerShell.Cmdlets.EdgeZones.PSArgumentCompleter(new System.String[] { "NotRegistered", "PendingRegister", "Registered", "PendingUnregister" })]
[Microsoft.Azure.PowerShell.Cmdlets.EdgeZones.Runtime.Info(Create=false, Description="Indicates the Azure Extended Zone registration’s approval status.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="registrationState", Update=false)]
public string RegistrationState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.EdgeZones.PSArgumentCompleter(new System.String[] { "NotRegistered", "PendingRegister", "Registered", "PendingUnregister" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.EdgeZones.Runtime.Info(Create=false, Description="Indicates the Azure Extended Zone registration’s approval status.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="registrationState", Update=false)>]
member this.RegistrationState : string
Public ReadOnly Property RegistrationState As String
Property Value
- Attributes