ICalculatePriceResponseProperties.IsBillingPartnerManaged 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.
True if billing is managed by Microsoft Partner. Used only for CSP accounts.
[Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.Info(Description="True if billing is managed by Microsoft Partner. Used only for CSP accounts.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isBillingPartnerManaged")]
public bool? IsBillingPartnerManaged { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.Info(Description="True if billing is managed by Microsoft Partner. Used only for CSP accounts.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isBillingPartnerManaged")>]
member this.IsBillingPartnerManaged : Nullable<bool> with get, set
Public Property IsBillingPartnerManaged As Nullable(Of Boolean)
Property Value
- Attributes