IDomainResource.DomainManagement 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.
Describes how a Domains resource is being managed.
[Microsoft.Azure.PowerShell.Cmdlets.EmailService.PSArgumentCompleter(new System.String[] { "AzureManaged", "CustomerManaged", "CustomerManagedInExchangeOnline" })]
[Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.Info(Create=true, Description="Describes how a Domains resource is being managed.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="domainManagement", Update=true)]
public string DomainManagement { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EmailService.PSArgumentCompleter(new System.String[] { "AzureManaged", "CustomerManaged", "CustomerManagedInExchangeOnline" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.Info(Create=true, Description="Describes how a Domains resource is being managed.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="domainManagement", Update=true)>]
member this.DomainManagement : string with get, set
Public Property DomainManagement As String
Property Value
- Attributes