BillingPermission Interface
public interface BillingPermission
An immutable client-side representation of BillingPermission.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract List<String> |
actions()
Gets the actions property: The set of actions that the caller is allowed to perform. |
|
abstract
Billing |
innerModel()
Gets the inner com. |
| abstract List<String> |
notActions()
Gets the not |
Method Details
actions
public abstract List<String> actions()
Gets the actions property: The set of actions that the caller is allowed to perform.
Returns:
innerModel
public abstract BillingPermissionInner innerModel()
Gets the inner com.azure.resourcemanager.billing.fluent.models.BillingPermissionInner object.
Returns:
notActions
public abstract List<String> notActions()
Gets the notActions property: The set of actions that the caller is not allowed to perform.
Returns: