Mono<PolicyAssignmentInner> |
PolicyAssignmentsClient.createAsync(String scope,
String policyAssignmentName,
PolicyAssignmentInner parameters) |
This operation creates or updates a policy assignment with the given scope and name.
|
Mono<PolicyAssignmentInner> |
PolicyAssignmentsClient.createByIdAsync(String policyAssignmentId,
PolicyAssignmentInner parameters) |
This operation creates or updates the policy assignment with the given ID.
|
com.azure.core.http.rest.Response<PolicyAssignmentInner> |
PolicyAssignmentsClient.createByIdWithResponse(String policyAssignmentId,
PolicyAssignmentInner parameters,
com.azure.core.util.Context context) |
This operation creates or updates the policy assignment with the given ID.
|
Mono<com.azure.core.http.rest.Response<PolicyAssignmentInner>> |
PolicyAssignmentsClient.createByIdWithResponseAsync(String policyAssignmentId,
PolicyAssignmentInner parameters) |
This operation creates or updates the policy assignment with the given ID.
|
com.azure.core.http.rest.Response<PolicyAssignmentInner> |
PolicyAssignmentsClient.createWithResponse(String scope,
String policyAssignmentName,
PolicyAssignmentInner parameters,
com.azure.core.util.Context context) |
This operation creates or updates a policy assignment with the given scope and name.
|
Mono<com.azure.core.http.rest.Response<PolicyAssignmentInner>> |
PolicyAssignmentsClient.createWithResponseAsync(String scope,
String policyAssignmentName,
PolicyAssignmentInner parameters) |
This operation creates or updates a policy assignment with the given scope and name.
|
Mono<PolicyAssignmentInner> |
PolicyAssignmentsClient.deleteAsync(String scope,
String policyAssignmentName) |
This operation deletes a policy assignment, given its name and the scope it was created in.
|
Mono<PolicyAssignmentInner> |
PolicyAssignmentsClient.deleteByIdAsync(String policyAssignmentId) |
This operation deletes the policy with the given ID.
|
com.azure.core.http.rest.Response<PolicyAssignmentInner> |
PolicyAssignmentsClient.deleteByIdWithResponse(String policyAssignmentId,
com.azure.core.util.Context context) |
This operation deletes the policy with the given ID.
|
Mono<com.azure.core.http.rest.Response<PolicyAssignmentInner>> |
PolicyAssignmentsClient.deleteByIdWithResponseAsync(String policyAssignmentId) |
This operation deletes the policy with the given ID.
|
com.azure.core.http.rest.Response<PolicyAssignmentInner> |
PolicyAssignmentsClient.deleteWithResponse(String scope,
String policyAssignmentName,
com.azure.core.util.Context context) |
This operation deletes a policy assignment, given its name and the scope it was created in.
|
Mono<com.azure.core.http.rest.Response<PolicyAssignmentInner>> |
PolicyAssignmentsClient.deleteWithResponseAsync(String scope,
String policyAssignmentName) |
This operation deletes a policy assignment, given its name and the scope it was created in.
|
Mono<PolicyAssignmentInner> |
PolicyAssignmentsClient.getAsync(String scope,
String policyAssignmentName) |
This operation retrieves a single policy assignment, given its name and the scope it was created at.
|
Mono<PolicyAssignmentInner> |
PolicyAssignmentsClient.getByIdAsync(String policyAssignmentId) |
The operation retrieves the policy assignment with the given ID.
|
com.azure.core.http.rest.Response<PolicyAssignmentInner> |
PolicyAssignmentsClient.getByIdWithResponse(String policyAssignmentId,
com.azure.core.util.Context context) |
The operation retrieves the policy assignment with the given ID.
|
Mono<com.azure.core.http.rest.Response<PolicyAssignmentInner>> |
PolicyAssignmentsClient.getByIdWithResponseAsync(String policyAssignmentId) |
The operation retrieves the policy assignment with the given ID.
|
com.azure.core.http.rest.Response<PolicyAssignmentInner> |
PolicyAssignmentsClient.getWithResponse(String scope,
String policyAssignmentName,
com.azure.core.util.Context context) |
This operation retrieves a single policy assignment, given its name and the scope it was created at.
|
Mono<com.azure.core.http.rest.Response<PolicyAssignmentInner>> |
PolicyAssignmentsClient.getWithResponseAsync(String scope,
String policyAssignmentName) |
This operation retrieves a single policy assignment, given its name and the scope it was created at.
|
com.azure.core.http.rest.PagedIterable<PolicyAssignmentInner> |
PolicyAssignmentsClient.list() |
This operation retrieves the list of all policy assignments associated with the given subscription that match the
optional given $filter.
|
com.azure.core.http.rest.PagedIterable<PolicyAssignmentInner> |
PolicyAssignmentsClient.list(String filter,
Integer top,
com.azure.core.util.Context context) |
This operation retrieves the list of all policy assignments associated with the given subscription that match the
optional given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicyAssignmentInner> |
PolicyAssignmentsClient.listAsync() |
This operation retrieves the list of all policy assignments associated with the given subscription that match the
optional given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicyAssignmentInner> |
PolicyAssignmentsClient.listAsync(String filter,
Integer top) |
This operation retrieves the list of all policy assignments associated with the given subscription that match the
optional given $filter.
|
com.azure.core.http.rest.PagedIterable<PolicyAssignmentInner> |
PolicyAssignmentsClient.listByResourceGroup(String resourceGroupName) |
This operation retrieves the list of all policy assignments associated with the given resource group in the given
subscription that match the optional given $filter.
|
com.azure.core.http.rest.PagedIterable<PolicyAssignmentInner> |
PolicyAssignmentsClient.listByResourceGroup(String resourceGroupName,
String filter,
Integer top,
com.azure.core.util.Context context) |
This operation retrieves the list of all policy assignments associated with the given resource group in the given
subscription that match the optional given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicyAssignmentInner> |
PolicyAssignmentsClient.listByResourceGroupAsync(String resourceGroupName) |
This operation retrieves the list of all policy assignments associated with the given resource group in the given
subscription that match the optional given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicyAssignmentInner> |
PolicyAssignmentsClient.listByResourceGroupAsync(String resourceGroupName,
String filter,
Integer top) |
This operation retrieves the list of all policy assignments associated with the given resource group in the given
subscription that match the optional given $filter.
|
com.azure.core.http.rest.PagedIterable<PolicyAssignmentInner> |
PolicyAssignmentsClient.listForManagementGroup(String managementGroupId) |
This operation retrieves the list of all policy assignments applicable to the management group that match the
given $filter.
|
com.azure.core.http.rest.PagedIterable<PolicyAssignmentInner> |
PolicyAssignmentsClient.listForManagementGroup(String managementGroupId,
String filter,
Integer top,
com.azure.core.util.Context context) |
This operation retrieves the list of all policy assignments applicable to the management group that match the
given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicyAssignmentInner> |
PolicyAssignmentsClient.listForManagementGroupAsync(String managementGroupId) |
This operation retrieves the list of all policy assignments applicable to the management group that match the
given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicyAssignmentInner> |
PolicyAssignmentsClient.listForManagementGroupAsync(String managementGroupId,
String filter,
Integer top) |
This operation retrieves the list of all policy assignments applicable to the management group that match the
given $filter.
|
com.azure.core.http.rest.PagedIterable<PolicyAssignmentInner> |
PolicyAssignmentsClient.listForResource(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName) |
This operation retrieves the list of all policy assignments associated with the specified resource in the given
resource group and subscription that match the optional given $filter.
|
com.azure.core.http.rest.PagedIterable<PolicyAssignmentInner> |
PolicyAssignmentsClient.listForResource(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String filter,
Integer top,
com.azure.core.util.Context context) |
This operation retrieves the list of all policy assignments associated with the specified resource in the given
resource group and subscription that match the optional given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicyAssignmentInner> |
PolicyAssignmentsClient.listForResourceAsync(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName) |
This operation retrieves the list of all policy assignments associated with the specified resource in the given
resource group and subscription that match the optional given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicyAssignmentInner> |
PolicyAssignmentsClient.listForResourceAsync(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String filter,
Integer top) |
This operation retrieves the list of all policy assignments associated with the specified resource in the given
resource group and subscription that match the optional given $filter.
|
Mono<PolicyAssignmentInner> |
PolicyAssignmentsClient.updateAsync(String scope,
String policyAssignmentName,
PolicyAssignmentUpdate parameters) |
This operation updates a policy assignment with the given scope and name.
|
Mono<PolicyAssignmentInner> |
PolicyAssignmentsClient.updateByIdAsync(String policyAssignmentId,
PolicyAssignmentUpdate parameters) |
This operation updates the policy assignment with the given ID.
|
com.azure.core.http.rest.Response<PolicyAssignmentInner> |
PolicyAssignmentsClient.updateByIdWithResponse(String policyAssignmentId,
PolicyAssignmentUpdate parameters,
com.azure.core.util.Context context) |
This operation updates the policy assignment with the given ID.
|
Mono<com.azure.core.http.rest.Response<PolicyAssignmentInner>> |
PolicyAssignmentsClient.updateByIdWithResponseAsync(String policyAssignmentId,
PolicyAssignmentUpdate parameters) |
This operation updates the policy assignment with the given ID.
|
com.azure.core.http.rest.Response<PolicyAssignmentInner> |
PolicyAssignmentsClient.updateWithResponse(String scope,
String policyAssignmentName,
PolicyAssignmentUpdate parameters,
com.azure.core.util.Context context) |
This operation updates a policy assignment with the given scope and name.
|
Mono<com.azure.core.http.rest.Response<PolicyAssignmentInner>> |
PolicyAssignmentsClient.updateWithResponseAsync(String scope,
String policyAssignmentName,
PolicyAssignmentUpdate parameters) |
This operation updates a policy assignment with the given scope and name.
|