IMessagingOptions.BillingTier Property

Definition

Billing tier for this messaging flow

[ADT.PSArgumentCompleter(new System.String[] { "BlobTransport", "Standard", "Premium" })]
[ADT.Runtime.Info(Create=true, Description="Billing tier for this messaging flow", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="billingTier", Update=true)]
public string BillingTier { get; set; }
[<ADT.PSArgumentCompleter(new System.String[] { "BlobTransport", "Standard", "Premium" })>]
[<ADT.Runtime.Info(Create=true, Description="Billing tier for this messaging flow", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="billingTier", Update=true)>]
member this.BillingTier : string with get, set
Public Property BillingTier As String

Property Value

Attributes

Applies to