IOfferProperties.SpecificPlanIdsLimitation 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.
Plan ids limitation for this offer
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=true, Description="Plan ids limitation for this offer", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="specificPlanIdsLimitation", Update=true)]
public System.Collections.Generic.List<string> SpecificPlanIdsLimitation { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=true, Description="Plan ids limitation for this offer", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="specificPlanIdsLimitation", Update=true)>]
member this.SpecificPlanIdsLimitation : System.Collections.Generic.List<string> with get, set
Public Property SpecificPlanIdsLimitation As List(Of String)
Property Value
- Attributes