IOrganizationResource.BillingSource 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.
Billing source
[Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.Info(Description="Billing source", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Support.BillingSource) }, ReadOnly=false, Required=false, SerializedName="billingSource")]
public Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Support.BillingSource? BillingSource { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.Info(Description="Billing source", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Support.BillingSource) }, ReadOnly=false, Required=false, SerializedName="billingSource")>]
member this.BillingSource : Nullable<Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Support.BillingSource> with get, set
Public Property BillingSource As Nullable(Of BillingSource)
Property Value
- Attributes