IPeering.SkuSize 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 size of the peering SKU.
[Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.Info(Description="The size of the peering SKU.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.Size) }, ReadOnly=true, Required=false, SerializedName="size")]
public Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.Size? SkuSize { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.Info(Description="The size of the peering SKU.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.Size) }, ReadOnly=true, Required=false, SerializedName="size")>]
member this.SkuSize : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.Size>
Public ReadOnly Property SkuSize As Nullable(Of Size)
Property Value
- Attributes