IDomainResource.DataLocation 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.
The location where the Domains resource data is stored at rest.
[Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.Info(Create=false, Description="The location where the Domains resource data is stored at rest.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="dataLocation", Update=false)]
public string DataLocation { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.Info(Create=false, Description="The location where the Domains resource data is stored at rest.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="dataLocation", Update=false)>]
member this.DataLocation : string
Public ReadOnly Property DataLocation As String
Property Value
- Attributes