69 строки
5.7 KiB
YAML
69 строки
5.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.authorization.models.RoleDefinition"
|
|
fullName: "com.azure.resourcemanager.authorization.models.RoleDefinition"
|
|
name: "RoleDefinition"
|
|
nameWithType: "RoleDefinition"
|
|
summary: "An immutable client-side representation of an Azure AD role definition."
|
|
syntax: "public interface **RoleDefinition**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel?alt=com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel&text=HasInnerModel\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.authorization.fluent.models.RoleDefinitionInner?alt=com.azure.resourcemanager.authorization.fluent.models.RoleDefinitionInner&text=RoleDefinitionInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasId?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasName?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.authorization.AuthorizationManager?alt=com.azure.resourcemanager.authorization.AuthorizationManager&text=AuthorizationManager\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.authorization.models.RoleDefinition.assignableScopes()"
|
|
fullName: "com.azure.resourcemanager.authorization.models.RoleDefinition.assignableScopes()"
|
|
name: "assignableScopes()"
|
|
nameWithType: "RoleDefinition.assignableScopes()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Set<String> assignableScopes()"
|
|
returns:
|
|
description: "role definition assignable scopes"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Set.html\">Set</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.authorization.models.RoleDefinition.description()"
|
|
fullName: "com.azure.resourcemanager.authorization.models.RoleDefinition.description()"
|
|
name: "description()"
|
|
nameWithType: "RoleDefinition.description()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String description()"
|
|
returns:
|
|
description: "the role definition description"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.authorization.models.RoleDefinition.permissions()"
|
|
fullName: "com.azure.resourcemanager.authorization.models.RoleDefinition.permissions()"
|
|
name: "permissions()"
|
|
nameWithType: "RoleDefinition.permissions()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Set<Permission> permissions()"
|
|
returns:
|
|
description: "role definition permissions"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Set.html\">Set</a><<xref href=\"com.azure.resourcemanager.authorization.models.Permission?alt=com.azure.resourcemanager.authorization.models.Permission&text=Permission\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.authorization.models.RoleDefinition.roleName()"
|
|
fullName: "com.azure.resourcemanager.authorization.models.RoleDefinition.roleName()"
|
|
name: "roleName()"
|
|
nameWithType: "RoleDefinition.roleName()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String roleName()"
|
|
returns:
|
|
description: "the role name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.authorization.models.RoleDefinition.type()"
|
|
fullName: "com.azure.resourcemanager.authorization.models.RoleDefinition.type()"
|
|
name: "type()"
|
|
nameWithType: "RoleDefinition.type()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String type()"
|
|
returns:
|
|
description: "the role type"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of an Azure AD role definition."
|
|
implements:
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasId?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.authorization.AuthorizationManager?alt=com.azure.resourcemanager.authorization.AuthorizationManager&text=AuthorizationManager\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasName?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel?alt=com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel&text=HasInnerModel\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.authorization.fluent.models.RoleDefinitionInner?alt=com.azure.resourcemanager.authorization.fluent.models.RoleDefinitionInner&text=RoleDefinitionInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.authorization.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-authorization:2.42.0
|