IDomainAvailabilityCheckResult.DomainType 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.
Valid values are Regular domain: Azure will charge the full price of domain registration, SoftDeleted: Purchasing this domain will simply restore it and this operation will not cost anything.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Valid values are Regular domain: Azure will charge the full price of domain registration, SoftDeleted: Purchasing this domain will simply restore it and this operation will not cost anything.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainType) }, ReadOnly=false, Required=false, SerializedName="domainType")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainType? DomainType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Valid values are Regular domain: Azure will charge the full price of domain registration, SoftDeleted: Purchasing this domain will simply restore it and this operation will not cost anything.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainType) }, ReadOnly=false, Required=false, SerializedName="domainType")>]
member this.DomainType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.DomainType> with get, set
Public Property DomainType As Nullable(Of DomainType)
Property Value
- Attributes