| Modifier and Type | Method and Description |
|---|---|
RoleDefinition |
RoleDefinitions.getByScope(String scope,
String name)
Gets the information about a role definition based on scope and name.
|
RoleDefinition |
RoleDefinitions.getByScopeAndRoleName(String scope,
String roleName)
Gets the information about a role definition based on scope and name.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<RoleDefinition> |
RoleDefinitions.getByScopeAndRoleNameAsync(String scope,
String roleName)
Gets the information about a role definition based on scope and name.
|
com.microsoft.rest.ServiceFuture<RoleDefinition> |
RoleDefinitions.getByScopeAndRoleNameAsync(String scope,
String roleName,
com.microsoft.rest.ServiceCallback<RoleDefinition> callback)
Gets the information about a role definition based on scope and name.
|
rx.Observable<RoleDefinition> |
RoleDefinitions.getByScopeAsync(String scope,
String name)
Gets the information about a role definition based on scope and name.
|
com.microsoft.rest.ServiceFuture<RoleDefinition> |
RoleDefinitions.getByScopeAsync(String scope,
String name,
com.microsoft.rest.ServiceCallback<RoleDefinition> callback)
Gets the information about a role definition based on scope and name.
|
com.microsoft.azure.PagedList<RoleDefinition> |
RoleDefinitions.listByScope(String scope)
List role definitions in a scope.
|
rx.Observable<RoleDefinition> |
RoleDefinitions.listByScopeAsync(String scope)
List role definitions in a scope.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<RoleDefinition> |
RoleDefinitions.getByScopeAndRoleNameAsync(String scope,
String roleName,
com.microsoft.rest.ServiceCallback<RoleDefinition> callback)
Gets the information about a role definition based on scope and name.
|
com.microsoft.rest.ServiceFuture<RoleDefinition> |
RoleDefinitions.getByScopeAsync(String scope,
String name,
com.microsoft.rest.ServiceCallback<RoleDefinition> callback)
Gets the information about a role definition based on scope and name.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/