Interface AuthorizationManagementClient
public interface AuthorizationManagementClient
The interface for AuthorizationManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets the ClassicAdministratorsClient object to access its operations.Gets The default poll interval for long-running operation.Gets the DenyAssignmentsClient object to access its operations.Gets the EligibleChildResourcesClient object to access its operations.Gets server parameter.Gets the GlobalAdministratorsClient object to access its operations.com.azure.core.http.HttpPipelineGets The HTTP pipeline to send requests through.Gets the PermissionsClient object to access its operations.Gets the ProviderOperationsMetadatasClient object to access its operations.Gets the RoleAssignmentsClient object to access its operations.Gets the RoleAssignmentScheduleInstancesClient object to access its operations.Gets the RoleAssignmentScheduleRequestsClient object to access its operations.Gets the RoleAssignmentSchedulesClient object to access its operations.Gets the RoleDefinitionsClient object to access its operations.Gets the RoleEligibilityScheduleInstancesClient object to access its operations.Gets the RoleEligibilityScheduleRequestsClient object to access its operations.Gets the RoleEligibilitySchedulesClient object to access its operations.Gets the RoleManagementPoliciesClient object to access its operations.Gets the RoleManagementPolicyAssignmentsClient object to access its operations.Gets The ID of the target subscription.
-
Method Details
-
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.
-
getDenyAssignments
DenyAssignmentsClient getDenyAssignments()Gets the DenyAssignmentsClient object to access its operations.- Returns:
- the DenyAssignmentsClient object.
-
getProviderOperationsMetadatas
ProviderOperationsMetadatasClient getProviderOperationsMetadatas()Gets the ProviderOperationsMetadatasClient object to access its operations.- Returns:
- the ProviderOperationsMetadatasClient object.
-
getRoleAssignments
RoleAssignmentsClient getRoleAssignments()Gets the RoleAssignmentsClient object to access its operations.- Returns:
- the RoleAssignmentsClient 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.
-
getEligibleChildResources
EligibleChildResourcesClient getEligibleChildResources()Gets the EligibleChildResourcesClient object to access its operations.- Returns:
- the EligibleChildResourcesClient object.
-
getRoleAssignmentSchedules
RoleAssignmentSchedulesClient getRoleAssignmentSchedules()Gets the RoleAssignmentSchedulesClient object to access its operations.- Returns:
- the RoleAssignmentSchedulesClient object.
-
getRoleAssignmentScheduleInstances
RoleAssignmentScheduleInstancesClient getRoleAssignmentScheduleInstances()Gets the RoleAssignmentScheduleInstancesClient object to access its operations.- Returns:
- the RoleAssignmentScheduleInstancesClient object.
-
getRoleAssignmentScheduleRequests
RoleAssignmentScheduleRequestsClient getRoleAssignmentScheduleRequests()Gets the RoleAssignmentScheduleRequestsClient object to access its operations.- Returns:
- the RoleAssignmentScheduleRequestsClient object.
-
getRoleEligibilitySchedules
RoleEligibilitySchedulesClient getRoleEligibilitySchedules()Gets the RoleEligibilitySchedulesClient object to access its operations.- Returns:
- the RoleEligibilitySchedulesClient object.
-
getRoleEligibilityScheduleInstances
RoleEligibilityScheduleInstancesClient getRoleEligibilityScheduleInstances()Gets the RoleEligibilityScheduleInstancesClient object to access its operations.- Returns:
- the RoleEligibilityScheduleInstancesClient object.
-
getRoleEligibilityScheduleRequests
RoleEligibilityScheduleRequestsClient getRoleEligibilityScheduleRequests()Gets the RoleEligibilityScheduleRequestsClient object to access its operations.- Returns:
- the RoleEligibilityScheduleRequestsClient object.
-
getRoleManagementPolicies
RoleManagementPoliciesClient getRoleManagementPolicies()Gets the RoleManagementPoliciesClient object to access its operations.- Returns:
- the RoleManagementPoliciesClient object.
-
getRoleManagementPolicyAssignments
RoleManagementPolicyAssignmentsClient getRoleManagementPolicyAssignments()Gets the RoleManagementPolicyAssignmentsClient object to access its operations.- Returns:
- the RoleManagementPolicyAssignmentsClient object.
-