50 строки
5.0 KiB
YAML
50 строки
5.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.graphrbac.RoleAssignment"
|
|
fullName: "com.microsoft.azure.management.graphrbac.RoleAssignment"
|
|
name: "RoleAssignment"
|
|
nameWithType: "RoleAssignment"
|
|
summary: "An immutable client-side representation of an Azure AD role assignment."
|
|
syntax: "public interface **RoleAssignment**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentInner?alt=com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentInner&text=RoleAssignmentInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasId?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.graphrbac.implementation.GraphRbacManager?alt=com.microsoft.azure.management.graphrbac.implementation.GraphRbacManager&text=GraphRbacManager\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.graphrbac.RoleAssignment.principalId()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.RoleAssignment.principalId()"
|
|
name: "principalId()"
|
|
nameWithType: "RoleAssignment.principalId()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String principalId()"
|
|
returns:
|
|
description: "the principal ID"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.graphrbac.RoleAssignment.roleDefinitionId()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.RoleAssignment.roleDefinitionId()"
|
|
name: "roleDefinitionId()"
|
|
nameWithType: "RoleAssignment.roleDefinitionId()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String roleDefinitionId()"
|
|
returns:
|
|
description: "the role definition ID"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.graphrbac.RoleAssignment.scope()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.RoleAssignment.scope()"
|
|
name: "scope()"
|
|
nameWithType: "RoleAssignment.scope()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String scope()"
|
|
returns:
|
|
description: "the role assignment scope"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of an Azure AD role assignment."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasId?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasId&text=HasId\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.graphrbac.implementation.GraphRbacManager?alt=com.microsoft.azure.management.graphrbac.implementation.GraphRbacManager&text=GraphRbacManager\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasName?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasName&text=HasName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentInner?alt=com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentInner&text=RoleAssignmentInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.graphrbac"
|
|
artifact: com.microsoft.azure:azure-mgmt-graph-rbac:1.41.4
|