PhoneNumbersModelFactory.PhoneNumberCost Method
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.
Initializes a new instance of PhoneNumberCost.
public static Azure.Communication.PhoneNumbers.PhoneNumberCost PhoneNumberCost (double amount = 0, string isoCurrencySymbol = default, Azure.Communication.PhoneNumbers.BillingFrequency billingFrequency = default);
static member PhoneNumberCost : double * string * Azure.Communication.PhoneNumbers.BillingFrequency -> Azure.Communication.PhoneNumbers.PhoneNumberCost
Public Shared Function PhoneNumberCost (Optional amount As Double = 0, Optional isoCurrencySymbol As String = Nothing, Optional billingFrequency As BillingFrequency = Nothing) As PhoneNumberCost
Parameters
- amount
- Double
The cost amount.
- isoCurrencySymbol
- String
The ISO 4217 currency code for the cost amount, e.g. USD.
- billingFrequency
- BillingFrequency
The frequency with which the cost gets billed.
Returns
A new PhoneNumberCost instance for mocking.
Exceptions
isoCurrencySymbol
is null.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET