IDomainPatchResource.RegistrationStatus 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.
Domain registration status.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Domain registration status.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus) }, ReadOnly=true, Required=false, SerializedName="registrationStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus? RegistrationStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Domain registration status.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus) }, ReadOnly=true, Required=false, SerializedName="registrationStatus")>]
member this.RegistrationStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainStatus>
Public ReadOnly Property RegistrationStatus As Nullable(Of DomainStatus)
Property Value
- Attributes