Interface AuthorizationManagementClient
-
public interface AuthorizationManagementClient
The interface for AuthorizationManagementClient class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassicAdministratorsClient
getClassicAdministrators()
Gets the ClassicAdministratorsClient object to access its operations.Duration
getDefaultPollInterval()
Gets The default poll interval for long-running operation.DenyAssignmentsClient
getDenyAssignments()
Gets the DenyAssignmentsClient object to access its operations.String
getEndpoint()
Gets server parameter.GlobalAdministratorsClient
getGlobalAdministrators()
Gets the GlobalAdministratorsClient object to access its operations.com.azure.core.http.HttpPipeline
getHttpPipeline()
Gets The HTTP pipeline to send requests through.PermissionsClient
getPermissions()
Gets the PermissionsClient object to access its operations.ProviderOperationsMetadatasClient
getProviderOperationsMetadatas()
Gets the ProviderOperationsMetadatasClient object to access its operations.RoleAssignmentMetricsClient
getRoleAssignmentMetrics()
Gets the RoleAssignmentMetricsClient object to access its operations.RoleAssignmentsClient
getRoleAssignments()
Gets the RoleAssignmentsClient object to access its operations.RoleDefinitionsClient
getRoleDefinitions()
Gets the RoleDefinitionsClient object to access its operations.String
getSubscriptionId()
Gets The ID of the target subscription.
-
-
-
Method Detail
-
getSubscriptionId
String getSubscriptionId()
Gets The ID of the target subscription.- Returns:
- the subscriptionId value.
-
getEndpoint
String getEndpoint()
Gets server parameter.- Returns:
- the endpoint value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getClassicAdministrators
ClassicAdministratorsClient getClassicAdministrators()
Gets the ClassicAdministratorsClient object to access its operations.- Returns:
- the ClassicAdministratorsClient object.
-
getGlobalAdministrators
GlobalAdministratorsClient getGlobalAdministrators()
Gets the GlobalAdministratorsClient object to access its operations.- Returns:
- the GlobalAdministratorsClient object.
-
getProviderOperationsMetadatas
ProviderOperationsMetadatasClient getProviderOperationsMetadatas()
Gets the ProviderOperationsMetadatasClient object to access its operations.- Returns:
- the ProviderOperationsMetadatasClient object.
-
getPermissions
PermissionsClient getPermissions()
Gets the PermissionsClient object to access its operations.- Returns:
- the PermissionsClient object.
-
getRoleDefinitions
RoleDefinitionsClient getRoleDefinitions()
Gets the RoleDefinitionsClient object to access its operations.- Returns:
- the RoleDefinitionsClient object.
-
getDenyAssignments
DenyAssignmentsClient getDenyAssignments()
Gets the DenyAssignmentsClient object to access its operations.- Returns:
- the DenyAssignmentsClient object.
-
getRoleAssignmentMetrics
RoleAssignmentMetricsClient getRoleAssignmentMetrics()
Gets the RoleAssignmentMetricsClient object to access its operations.- Returns:
- the RoleAssignmentMetricsClient object.
-
getRoleAssignments
RoleAssignmentsClient getRoleAssignments()
Gets the RoleAssignmentsClient object to access its operations.- Returns:
- the RoleAssignmentsClient object.
-
-