azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

113 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.graphrbac.RoleAssignments"
fullName: "com.microsoft.azure.management.graphrbac.RoleAssignments"
name: "RoleAssignments"
nameWithType: "RoleAssignments"
summary: "Entry point to role assignment management API."
syntax: "public interface **RoleAssignments**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById&text=SupportsGettingById\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.graphrbac.RoleAssignment?alt=com.microsoft.azure.management.graphrbac.RoleAssignment&text=RoleAssignment\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.graphrbac.RoleAssignment.DefinitionStages.Blank?alt=com.microsoft.azure.management.graphrbac.RoleAssignment.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation&text=SupportsBatchCreation\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.graphrbac.RoleAssignment?alt=com.microsoft.azure.management.graphrbac.RoleAssignment&text=RoleAssignment\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById&text=SupportsDeletingById\" 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\" />&lt;<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\" />&gt;, <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\" />&lt;<xref href=\"com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentsInner?alt=com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentsInner&text=RoleAssignmentsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.graphrbac.RoleAssignments.getByScope(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.graphrbac.RoleAssignments.getByScope(String scope, String name)"
name: "getByScope(String scope, String name)"
nameWithType: "RoleAssignments.getByScope(String scope, String name)"
summary: "Gets the information about a role assignment based on scope and name."
modifiers:
- "abstract"
parameters:
- description: "the scope of the role assignment"
name: "scope"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the role assignment"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract RoleAssignment getByScope(String scope, String name)"
desc: "Gets the information about a role assignment based on scope and name."
returns:
description: "an immutable representation of the role assignment"
type: "<xref href=\"com.microsoft.azure.management.graphrbac.RoleAssignment?alt=com.microsoft.azure.management.graphrbac.RoleAssignment&text=RoleAssignment\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.graphrbac.RoleAssignments.getByScopeAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.graphrbac.RoleAssignments.getByScopeAsync(String scope, String name)"
name: "getByScopeAsync(String scope, String name)"
nameWithType: "RoleAssignments.getByScopeAsync(String scope, String name)"
summary: "Gets the information about a role assignment based on scope and name."
modifiers:
- "abstract"
parameters:
- description: "the scope of the role assignment"
name: "scope"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the role assignment"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<RoleAssignment> getByScopeAsync(String scope, String name)"
desc: "Gets the information about a role assignment based on scope and name."
returns:
description: "an immutable representation of the role assignment"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.graphrbac.RoleAssignment?alt=com.microsoft.azure.management.graphrbac.RoleAssignment&text=RoleAssignment\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.graphrbac.RoleAssignments.getByScopeAsync(java.lang.String,java.lang.String,com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.graphrbac.RoleAssignment>)"
fullName: "com.microsoft.azure.management.graphrbac.RoleAssignments.getByScopeAsync(String scope, String name, ServiceCallback<RoleAssignment> callback)"
name: "getByScopeAsync(String scope, String name, ServiceCallback<RoleAssignment> callback)"
nameWithType: "RoleAssignments.getByScopeAsync(String scope, String name, ServiceCallback<RoleAssignment> callback)"
summary: "Gets the information about a role assignment based on scope and name."
modifiers:
- "abstract"
parameters:
- description: "the scope of the role assignment"
name: "scope"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the role assignment"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the callback when the operation finishes"
name: "callback"
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.graphrbac.RoleAssignment?alt=com.microsoft.azure.management.graphrbac.RoleAssignment&text=RoleAssignment\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<RoleAssignment> getByScopeAsync(String scope, String name, ServiceCallback<RoleAssignment> callback)"
desc: "Gets the information about a role assignment based on scope and name."
returns:
description: "an immutable representation of the role assignment"
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.graphrbac.RoleAssignment?alt=com.microsoft.azure.management.graphrbac.RoleAssignment&text=RoleAssignment\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.graphrbac.RoleAssignments.listByScope(java.lang.String)"
fullName: "com.microsoft.azure.management.graphrbac.RoleAssignments.listByScope(String scope)"
name: "listByScope(String scope)"
nameWithType: "RoleAssignments.listByScope(String scope)"
summary: "List role assignments in a scope."
modifiers:
- "abstract"
parameters:
- description: "the scope of the role assignments"
name: "scope"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedList<RoleAssignment> listByScope(String scope)"
desc: "List role assignments in a scope."
returns:
description: "a list of role assignments"
type: "<xref href=\"com.microsoft.azure.PagedList?alt=com.microsoft.azure.PagedList&text=PagedList\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.graphrbac.RoleAssignment?alt=com.microsoft.azure.management.graphrbac.RoleAssignment&text=RoleAssignment\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.graphrbac.RoleAssignments.listByScopeAsync(java.lang.String)"
fullName: "com.microsoft.azure.management.graphrbac.RoleAssignments.listByScopeAsync(String scope)"
name: "listByScopeAsync(String scope)"
nameWithType: "RoleAssignments.listByScopeAsync(String scope)"
summary: "List role assignments in a scope."
modifiers:
- "abstract"
parameters:
- description: "the scope of the role assignments"
name: "scope"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<RoleAssignment> listByScopeAsync(String scope)"
desc: "List role assignments in a scope."
returns:
description: "an observable of role assignments"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.graphrbac.RoleAssignment?alt=com.microsoft.azure.management.graphrbac.RoleAssignment&text=RoleAssignment\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Entry point to role assignment management API."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById?alt=com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById&text=SupportsGettingById\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.graphrbac.RoleAssignment?alt=com.microsoft.azure.management.graphrbac.RoleAssignment&text=RoleAssignment\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<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\" />&lt;<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\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation&text=SupportsBatchCreation\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.graphrbac.RoleAssignment?alt=com.microsoft.azure.management.graphrbac.RoleAssignment&text=RoleAssignment\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.graphrbac.RoleAssignment.DefinitionStages.Blank?alt=com.microsoft.azure.management.graphrbac.RoleAssignment.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById&text=SupportsDeletingById\" 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\" />&lt;<xref href=\"com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentsInner?alt=com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentsInner&text=RoleAssignmentsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.graphrbac"
artifact: com.microsoft.azure:azure-mgmt-graph-rbac:1.41.4