IReservationsProperties.AppliedScopeType 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 applied scope type
[Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.Info(Description="The applied scope type", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Support.AppliedScopeType) }, ReadOnly=false, Required=false, SerializedName="appliedScopeType")]
public Microsoft.Azure.PowerShell.Cmdlets.Reservations.Support.AppliedScopeType? AppliedScopeType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.Info(Description="The applied scope type", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Support.AppliedScopeType) }, ReadOnly=false, Required=false, SerializedName="appliedScopeType")>]
member this.AppliedScopeType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Reservations.Support.AppliedScopeType> with get, set
Public Property AppliedScopeType As Nullable(Of AppliedScopeType)
Property Value
- Attributes