Share via


IMarketplaceOrderingIdentity.OfferType Property

Definition

Offer Type, currently only virtualmachine type is supported.

[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.Info(Description="Offer Type, currently only virtualmachine type is supported.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.OfferType) }, ReadOnly=false, Required=false, SerializedName="offerType")]
public Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.OfferType? OfferType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.Info(Description="Offer Type, currently only virtualmachine type is supported.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.OfferType) }, ReadOnly=false, Required=false, SerializedName="offerType")>]
member this.OfferType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Support.OfferType> with get, set
Public Property OfferType As Nullable(Of OfferType)

Property Value

Attributes

Applies to