BillingPermissionsProperties Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
BillingPermissionsProperties() |
Inicializuje novou instanci BillingPermissionsProperties třídy. |
BillingPermissionsProperties(IList<String>, IList<String>) |
Inicializuje novou instanci BillingPermissionsProperties třídy. |
BillingPermissionsProperties()
Inicializuje novou instanci BillingPermissionsProperties třídy.
public BillingPermissionsProperties ();
Public Sub New ()
Platí pro
BillingPermissionsProperties(IList<String>, IList<String>)
Inicializuje novou instanci BillingPermissionsProperties třídy.
public BillingPermissionsProperties (System.Collections.Generic.IList<string> actions = default, System.Collections.Generic.IList<string> notActions = default);
new Microsoft.Azure.Management.Billing.Models.BillingPermissionsProperties : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Billing.Models.BillingPermissionsProperties
Public Sub New (Optional actions As IList(Of String) = Nothing, Optional notActions As IList(Of String) = Nothing)
Parametry
Platí pro
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