IPendingFlow.MessagingOptionBillingTier 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 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 MessagingOptionBillingTier { 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.MessagingOptionBillingTier : string with get, set
Public Property MessagingOptionBillingTier As String
Property Value
- Attributes