IJobDetails.DataCenterCode 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.
DataCenter code.
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="DataCenter code.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.DataCenterCode) }, ReadOnly=true, Required=false, SerializedName="dataCenterCode")]
public Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.DataCenterCode? DataCenterCode { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="DataCenter code.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.DataCenterCode) }, ReadOnly=true, Required=false, SerializedName="dataCenterCode")>]
member this.DataCenterCode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.DataCenterCode>
Public ReadOnly Property DataCenterCode As Nullable(Of DataCenterCode)
Property Value
- Attributes