azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.b...

50 строки
2.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.billing.models.BillingPermission"
fullName: "com.azure.resourcemanager.billing.models.BillingPermission"
name: "BillingPermission"
nameWithType: "BillingPermission"
summary: "An immutable client-side representation of Billing<wbr>Permission."
syntax: "public interface **BillingPermission**"
methods:
- uid: "com.azure.resourcemanager.billing.models.BillingPermission.actions()"
fullName: "com.azure.resourcemanager.billing.models.BillingPermission.actions()"
name: "actions()"
nameWithType: "BillingPermission.actions()"
summary: "Gets the actions property: The set of actions that the caller is allowed to perform."
modifiers:
- "abstract"
syntax: "public abstract List<String> actions()"
desc: "Gets the actions property: The set of actions that the caller is allowed to perform."
returns:
description: "the actions value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.billing.models.BillingPermission.innerModel()"
fullName: "com.azure.resourcemanager.billing.models.BillingPermission.innerModel()"
name: "innerModel()"
nameWithType: "BillingPermission.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>billing.<wbr>fluent.<wbr>models.<wbr>Billing<wbr>Permission<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract BillingPermissionInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.billing.fluent.models.BillingPermissionInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.billing.fluent.models.BillingPermissionInner?alt=com.azure.resourcemanager.billing.fluent.models.BillingPermissionInner&text=BillingPermissionInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.billing.models.BillingPermission.notActions()"
fullName: "com.azure.resourcemanager.billing.models.BillingPermission.notActions()"
name: "notActions()"
nameWithType: "BillingPermission.notActions()"
summary: "Gets the not<wbr>Actions property: The set of actions that the caller is not allowed to perform."
modifiers:
- "abstract"
syntax: "public abstract List<String> notActions()"
desc: "Gets the notActions property: The set of actions that the caller is not allowed to perform."
returns:
description: "the notActions value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
type: "interface"
desc: "An immutable client-side representation of BillingPermission."
metadata: {}
package: "com.azure.resourcemanager.billing.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-billing:1.0.0