AuthorizationManagementClient Interface
public interface AuthorizationManagementClient
The interface for AuthorizationManagementClient class.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Classic |
getClassicAdministrators()
Gets the Classic |
abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
abstract
Deny |
getDenyAssignments()
Gets the Deny |
abstract
Eligible |
getEligibleChildResources()
Gets the Eligible |
abstract String |
getEndpoint()
Gets server parameter. |
abstract
Global |
getGlobalAdministrators()
Gets the Global |
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
abstract
Permissions |
getPermissions()
Gets the Permissions |
abstract
Provider |
getProviderOperationsMetadatas()
Gets the Provider |
abstract
Role |
getRoleAssignmentScheduleInstances()
Gets the Role |
abstract
Role |
getRoleAssignmentScheduleRequests()
Gets the Role |
abstract
Role |
getRoleAssignmentSchedules()
Gets the Role |
abstract
Role |
getRoleAssignments()
Gets the Role |
abstract
Role |
getRoleDefinitions()
Gets the Role |
abstract
Role |
getRoleEligibilityScheduleInstances()
Gets the Role |
abstract
Role |
getRoleEligibilityScheduleRequests()
Gets the Role |
abstract
Role |
getRoleEligibilitySchedules()
Gets the Role |
abstract
Role |
getRoleManagementPolicies()
Gets the Role |
abstract
Role |
getRoleManagementPolicyAssignments()
Gets the Role |
abstract String |
getSubscriptionId()
Gets The ID of the target subscription. |
Method Details
getClassicAdministrators
public abstract ClassicAdministratorsClient getClassicAdministrators()
Gets the ClassicAdministratorsClient object to access its operations.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getDenyAssignments
public abstract DenyAssignmentsClient getDenyAssignments()
Gets the DenyAssignmentsClient object to access its operations.
Returns:
getEligibleChildResources
public abstract EligibleChildResourcesClient getEligibleChildResources()
Gets the EligibleChildResourcesClient object to access its operations.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getGlobalAdministrators
public abstract GlobalAdministratorsClient getGlobalAdministrators()
Gets the GlobalAdministratorsClient object to access its operations.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getPermissions
public abstract PermissionsClient getPermissions()
Gets the PermissionsClient object to access its operations.
Returns:
getProviderOperationsMetadatas
public abstract ProviderOperationsMetadatasClient getProviderOperationsMetadatas()
Gets the ProviderOperationsMetadatasClient object to access its operations.
Returns:
getRoleAssignmentScheduleInstances
public abstract RoleAssignmentScheduleInstancesClient getRoleAssignmentScheduleInstances()
Gets the RoleAssignmentScheduleInstancesClient object to access its operations.
Returns:
getRoleAssignmentScheduleRequests
public abstract RoleAssignmentScheduleRequestsClient getRoleAssignmentScheduleRequests()
Gets the RoleAssignmentScheduleRequestsClient object to access its operations.
Returns:
getRoleAssignmentSchedules
public abstract RoleAssignmentSchedulesClient getRoleAssignmentSchedules()
Gets the RoleAssignmentSchedulesClient object to access its operations.
Returns:
getRoleAssignments
public abstract RoleAssignmentsClient getRoleAssignments()
Gets the RoleAssignmentsClient object to access its operations.
Returns:
getRoleDefinitions
public abstract RoleDefinitionsClient getRoleDefinitions()
Gets the RoleDefinitionsClient object to access its operations.
Returns:
getRoleEligibilityScheduleInstances
public abstract RoleEligibilityScheduleInstancesClient getRoleEligibilityScheduleInstances()
Gets the RoleEligibilityScheduleInstancesClient object to access its operations.
Returns:
getRoleEligibilityScheduleRequests
public abstract RoleEligibilityScheduleRequestsClient getRoleEligibilityScheduleRequests()
Gets the RoleEligibilityScheduleRequestsClient object to access its operations.
Returns:
getRoleEligibilitySchedules
public abstract RoleEligibilitySchedulesClient getRoleEligibilitySchedules()
Gets the RoleEligibilitySchedulesClient object to access its operations.
Returns:
getRoleManagementPolicies
public abstract RoleManagementPoliciesClient getRoleManagementPolicies()
Gets the RoleManagementPoliciesClient object to access its operations.
Returns:
getRoleManagementPolicyAssignments
public abstract RoleManagementPolicyAssignmentsClient getRoleManagementPolicyAssignments()
Gets the RoleManagementPolicyAssignmentsClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The ID of the target subscription.
Returns:
Applies to
Azure SDK for Java