IStopSellNotifications.IsEntire 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.
Gets a value indicating whether entire offer is in stop sell or only few of its plans
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=true, Description="Gets a value indicating whether entire offer is in stop sell or only few of its plans", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isEntire", Update=true)]
public bool? IsEntire { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=true, Description="Gets a value indicating whether entire offer is in stop sell or only few of its plans", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isEntire", Update=true)>]
member this.IsEntire : Nullable<bool> with get, set
Public Property IsEntire As Nullable(Of Boolean)
Property Value
- Attributes