Share via


IGalleryImage.Architecture Property

Definition

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

Applies to