Mono<PolicyExemptionInner> |
PolicyExemptionsClient.createOrUpdateAsync(String scope,
String policyExemptionName,
PolicyExemptionInner parameters) |
This operation creates or updates a policy exemption with the given scope and name.
|
com.azure.core.http.rest.Response<PolicyExemptionInner> |
PolicyExemptionsClient.createOrUpdateWithResponse(String scope,
String policyExemptionName,
PolicyExemptionInner parameters,
com.azure.core.util.Context context) |
This operation creates or updates a policy exemption with the given scope and name.
|
Mono<com.azure.core.http.rest.Response<PolicyExemptionInner>> |
PolicyExemptionsClient.createOrUpdateWithResponseAsync(String scope,
String policyExemptionName,
PolicyExemptionInner parameters) |
This operation creates or updates a policy exemption with the given scope and name.
|
Mono<PolicyExemptionInner> |
PolicyExemptionsClient.getAsync(String scope,
String policyExemptionName) |
This operation retrieves a single policy exemption, given its name and the scope it was created at.
|
com.azure.core.http.rest.Response<PolicyExemptionInner> |
PolicyExemptionsClient.getWithResponse(String scope,
String policyExemptionName,
com.azure.core.util.Context context) |
This operation retrieves a single policy exemption, given its name and the scope it was created at.
|
Mono<com.azure.core.http.rest.Response<PolicyExemptionInner>> |
PolicyExemptionsClient.getWithResponseAsync(String scope,
String policyExemptionName) |
This operation retrieves a single policy exemption, given its name and the scope it was created at.
|
com.azure.core.http.rest.PagedIterable<PolicyExemptionInner> |
PolicyExemptionsClient.list() |
This operation retrieves the list of all policy exemptions associated with the given subscription that match the
optional given $filter.
|
com.azure.core.http.rest.PagedIterable<PolicyExemptionInner> |
PolicyExemptionsClient.list(String filter,
com.azure.core.util.Context context) |
This operation retrieves the list of all policy exemptions associated with the given subscription that match the
optional given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicyExemptionInner> |
PolicyExemptionsClient.listAsync() |
This operation retrieves the list of all policy exemptions associated with the given subscription that match the
optional given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicyExemptionInner> |
PolicyExemptionsClient.listAsync(String filter) |
This operation retrieves the list of all policy exemptions associated with the given subscription that match the
optional given $filter.
|
com.azure.core.http.rest.PagedIterable<PolicyExemptionInner> |
PolicyExemptionsClient.listByResourceGroup(String resourceGroupName) |
This operation retrieves the list of all policy exemptions associated with the given resource group in the given
subscription that match the optional given $filter.
|
com.azure.core.http.rest.PagedIterable<PolicyExemptionInner> |
PolicyExemptionsClient.listByResourceGroup(String resourceGroupName,
String filter,
com.azure.core.util.Context context) |
This operation retrieves the list of all policy exemptions associated with the given resource group in the given
subscription that match the optional given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicyExemptionInner> |
PolicyExemptionsClient.listByResourceGroupAsync(String resourceGroupName) |
This operation retrieves the list of all policy exemptions associated with the given resource group in the given
subscription that match the optional given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicyExemptionInner> |
PolicyExemptionsClient.listByResourceGroupAsync(String resourceGroupName,
String filter) |
This operation retrieves the list of all policy exemptions associated with the given resource group in the given
subscription that match the optional given $filter.
|
com.azure.core.http.rest.PagedIterable<PolicyExemptionInner> |
PolicyExemptionsClient.listForManagementGroup(String managementGroupId) |
This operation retrieves the list of all policy exemptions applicable to the management group that match the
given $filter.
|
com.azure.core.http.rest.PagedIterable<PolicyExemptionInner> |
PolicyExemptionsClient.listForManagementGroup(String managementGroupId,
String filter,
com.azure.core.util.Context context) |
This operation retrieves the list of all policy exemptions applicable to the management group that match the
given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicyExemptionInner> |
PolicyExemptionsClient.listForManagementGroupAsync(String managementGroupId) |
This operation retrieves the list of all policy exemptions applicable to the management group that match the
given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicyExemptionInner> |
PolicyExemptionsClient.listForManagementGroupAsync(String managementGroupId,
String filter) |
This operation retrieves the list of all policy exemptions applicable to the management group that match the
given $filter.
|
com.azure.core.http.rest.PagedIterable<PolicyExemptionInner> |
PolicyExemptionsClient.listForResource(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName) |
This operation retrieves the list of all policy exemptions associated with the specified resource in the given
resource group and subscription that match the optional given $filter.
|
com.azure.core.http.rest.PagedIterable<PolicyExemptionInner> |
PolicyExemptionsClient.listForResource(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String filter,
com.azure.core.util.Context context) |
This operation retrieves the list of all policy exemptions associated with the specified resource in the given
resource group and subscription that match the optional given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicyExemptionInner> |
PolicyExemptionsClient.listForResourceAsync(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName) |
This operation retrieves the list of all policy exemptions associated with the specified resource in the given
resource group and subscription that match the optional given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicyExemptionInner> |
PolicyExemptionsClient.listForResourceAsync(String resourceGroupName,
String resourceProviderNamespace,
String parentResourcePath,
String resourceType,
String resourceName,
String filter) |
This operation retrieves the list of all policy exemptions associated with the specified resource in the given
resource group and subscription that match the optional given $filter.
|