次の方法で共有


AuthorizationManagementClient Interface

public interface AuthorizationManagementClient

The interface for AuthorizationManagementClient class.

Method Summary

Modifier and Type Method and Description
abstract ClassicAdministratorsClient getClassicAdministrators()

Gets the ClassicAdministratorsClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract DenyAssignmentsClient getDenyAssignments()

Gets the DenyAssignmentsClient object to access its operations.

abstract EligibleChildResourcesClient getEligibleChildResources()

Gets the EligibleChildResourcesClient object to access its operations.

abstract String getEndpoint()

Gets server parameter.

abstract GlobalAdministratorsClient getGlobalAdministrators()

Gets the GlobalAdministratorsClient object to access its operations.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract PermissionsClient getPermissions()

Gets the PermissionsClient object to access its operations.

abstract ProviderOperationsMetadatasClient getProviderOperationsMetadatas()

Gets the ProviderOperationsMetadatasClient object to access its operations.

abstract RoleAssignmentScheduleInstancesClient getRoleAssignmentScheduleInstances()

Gets the RoleAssignmentScheduleInstancesClient object to access its operations.

abstract RoleAssignmentScheduleRequestsClient getRoleAssignmentScheduleRequests()

Gets the RoleAssignmentScheduleRequestsClient object to access its operations.

abstract RoleAssignmentSchedulesClient getRoleAssignmentSchedules()

Gets the RoleAssignmentSchedulesClient object to access its operations.

abstract RoleAssignmentsClient getRoleAssignments()

Gets the RoleAssignmentsClient object to access its operations.

abstract RoleDefinitionsClient getRoleDefinitions()

Gets the RoleDefinitionsClient object to access its operations.

abstract RoleEligibilityScheduleInstancesClient getRoleEligibilityScheduleInstances()

Gets the RoleEligibilityScheduleInstancesClient object to access its operations.

abstract RoleEligibilityScheduleRequestsClient getRoleEligibilityScheduleRequests()

Gets the RoleEligibilityScheduleRequestsClient object to access its operations.

abstract RoleEligibilitySchedulesClient getRoleEligibilitySchedules()

Gets the RoleEligibilitySchedulesClient object to access its operations.

abstract RoleManagementPoliciesClient getRoleManagementPolicies()

Gets the RoleManagementPoliciesClient object to access its operations.

abstract RoleManagementPolicyAssignmentsClient getRoleManagementPolicyAssignments()

Gets the RoleManagementPolicyAssignmentsClient object to access its operations.

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:

the ClassicAdministratorsClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getDenyAssignments

public abstract DenyAssignmentsClient getDenyAssignments()

Gets the DenyAssignmentsClient object to access its operations.

Returns:

the DenyAssignmentsClient object.

getEligibleChildResources

public abstract EligibleChildResourcesClient getEligibleChildResources()

Gets the EligibleChildResourcesClient object to access its operations.

Returns:

the EligibleChildResourcesClient object.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getGlobalAdministrators

public abstract GlobalAdministratorsClient getGlobalAdministrators()

Gets the GlobalAdministratorsClient object to access its operations.

Returns:

the GlobalAdministratorsClient object.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getPermissions

public abstract PermissionsClient getPermissions()

Gets the PermissionsClient object to access its operations.

Returns:

the PermissionsClient object.

getProviderOperationsMetadatas

public abstract ProviderOperationsMetadatasClient getProviderOperationsMetadatas()

Gets the ProviderOperationsMetadatasClient object to access its operations.

Returns:

the ProviderOperationsMetadatasClient object.

getRoleAssignmentScheduleInstances

public abstract RoleAssignmentScheduleInstancesClient getRoleAssignmentScheduleInstances()

Gets the RoleAssignmentScheduleInstancesClient object to access its operations.

Returns:

the RoleAssignmentScheduleInstancesClient object.

getRoleAssignmentScheduleRequests

public abstract RoleAssignmentScheduleRequestsClient getRoleAssignmentScheduleRequests()

Gets the RoleAssignmentScheduleRequestsClient object to access its operations.

Returns:

the RoleAssignmentScheduleRequestsClient object.

getRoleAssignmentSchedules

public abstract RoleAssignmentSchedulesClient getRoleAssignmentSchedules()

Gets the RoleAssignmentSchedulesClient object to access its operations.

Returns:

the RoleAssignmentSchedulesClient object.

getRoleAssignments

public abstract RoleAssignmentsClient getRoleAssignments()

Gets the RoleAssignmentsClient object to access its operations.

Returns:

the RoleAssignmentsClient object.

getRoleDefinitions

public abstract RoleDefinitionsClient getRoleDefinitions()

Gets the RoleDefinitionsClient object to access its operations.

Returns:

the RoleDefinitionsClient object.

getRoleEligibilityScheduleInstances

public abstract RoleEligibilityScheduleInstancesClient getRoleEligibilityScheduleInstances()

Gets the RoleEligibilityScheduleInstancesClient object to access its operations.

Returns:

the RoleEligibilityScheduleInstancesClient object.

getRoleEligibilityScheduleRequests

public abstract RoleEligibilityScheduleRequestsClient getRoleEligibilityScheduleRequests()

Gets the RoleEligibilityScheduleRequestsClient object to access its operations.

Returns:

the RoleEligibilityScheduleRequestsClient object.

getRoleEligibilitySchedules

public abstract RoleEligibilitySchedulesClient getRoleEligibilitySchedules()

Gets the RoleEligibilitySchedulesClient object to access its operations.

Returns:

the RoleEligibilitySchedulesClient object.

getRoleManagementPolicies

public abstract RoleManagementPoliciesClient getRoleManagementPolicies()

Gets the RoleManagementPoliciesClient object to access its operations.

Returns:

the RoleManagementPoliciesClient object.

getRoleManagementPolicyAssignments

public abstract RoleManagementPolicyAssignmentsClient getRoleManagementPolicyAssignments()

Gets the RoleManagementPolicyAssignmentsClient object to access its operations.

Returns:

the RoleManagementPolicyAssignmentsClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription.

Returns:

the subscriptionId value.

Applies to