IGalleryImage.Architecture 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 architecture of the image. Applicable to OS disks only.
[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="The architecture of the image. Applicable to OS disks only.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.Architecture) }, ReadOnly=false, Required=false, SerializedName="architecture")]
public Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.Architecture? Architecture { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="The architecture of the image. Applicable to OS disks only.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.Architecture) }, ReadOnly=false, Required=false, SerializedName="architecture")>]
member this.Architecture : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.Architecture> with get, set
Public Property Architecture As Nullable(Of Architecture)
Property Value
- Attributes