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 BillingPermissionInner innerModel()

Gets the inner com.azure.resourcemanager.billing.fluent.models.BillingPermissionInner object.

abstract List<String> notActions()

Gets the notActions property: The set of actions that the caller is not allowed to perform.

Method Details

actions

public abstract List<String> actions()

Gets the actions property: The set of actions that the caller is allowed to perform.

Returns:

the actions value.

innerModel

public abstract BillingPermissionInner innerModel()

Gets the inner com.azure.resourcemanager.billing.fluent.models.BillingPermissionInner object.

Returns:

the inner object.

notActions

public abstract List<String> notActions()

Gets the notActions property: The set of actions that the caller is not allowed to perform.

Returns:

the notActions value.

Applies to