Interface AuthorizationManagementClient
-
public interface AuthorizationManagementClientThe interface for AuthorizationManagementClient class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassicAdministratorsClientgetClassicAdministrators()Gets the ClassicAdministratorsClient object to access its operations.DurationgetDefaultPollInterval()Gets The default poll interval for long-running operation.DenyAssignmentsClientgetDenyAssignments()Gets the DenyAssignmentsClient object to access its operations.StringgetEndpoint()Gets server parameter.GlobalAdministratorsClientgetGlobalAdministrators()Gets the GlobalAdministratorsClient object to access its operations.com.azure.core.http.HttpPipelinegetHttpPipeline()Gets The HTTP pipeline to send requests through.PermissionsClientgetPermissions()Gets the PermissionsClient object to access its operations.ProviderOperationsMetadatasClientgetProviderOperationsMetadatas()Gets the ProviderOperationsMetadatasClient object to access its operations.RoleAssignmentMetricsClientgetRoleAssignmentMetrics()Gets the RoleAssignmentMetricsClient object to access its operations.RoleAssignmentsClientgetRoleAssignments()Gets the RoleAssignmentsClient object to access its operations.RoleDefinitionsClientgetRoleDefinitions()Gets the RoleDefinitionsClient object to access its operations.StringgetSubscriptionId()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.
-
-