ArmBillingModelFactory.BillingPermission 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 BillingPermission.
public static Azure.ResourceManager.Billing.Models.BillingPermission BillingPermission (System.Collections.Generic.IEnumerable<string> actions = default, System.Collections.Generic.IEnumerable<string> notActions = default);
static member BillingPermission : seq<string> * seq<string> -> Azure.ResourceManager.Billing.Models.BillingPermission
Public Shared Function BillingPermission (Optional actions As IEnumerable(Of String) = Nothing, Optional notActions As IEnumerable(Of String) = Nothing) As BillingPermission
Parameters
- actions
- IEnumerable<String>
The set of actions that the caller is allowed to perform.
- notActions
- IEnumerable<String>
The set of actions that the caller is not allowed to perform.
Returns
A new BillingPermission instance for mocking.