public interface DataPolicyManifestsClient
| Modifier and Type | Method and Description |
|---|---|
DataPolicyManifestInner |
getByPolicyMode(String policyMode)
This operation retrieves the data policy manifest with the given policy mode.
|
Mono<DataPolicyManifestInner> |
getByPolicyModeAsync(String policyMode)
This operation retrieves the data policy manifest with the given policy mode.
|
com.azure.core.http.rest.Response<DataPolicyManifestInner> |
getByPolicyModeWithResponse(String policyMode,
com.azure.core.util.Context context)
This operation retrieves the data policy manifest with the given policy mode.
|
Mono<com.azure.core.http.rest.Response<DataPolicyManifestInner>> |
getByPolicyModeWithResponseAsync(String policyMode)
This operation retrieves the data policy manifest with the given policy mode.
|
com.azure.core.http.rest.PagedIterable<DataPolicyManifestInner> |
list()
This operation retrieves a list of all the data policy manifests that match the optional given $filter.
|
com.azure.core.http.rest.PagedIterable<DataPolicyManifestInner> |
list(String filter,
com.azure.core.util.Context context)
This operation retrieves a list of all the data policy manifests that match the optional given $filter.
|
com.azure.core.http.rest.PagedFlux<DataPolicyManifestInner> |
listAsync()
This operation retrieves a list of all the data policy manifests that match the optional given $filter.
|
com.azure.core.http.rest.PagedFlux<DataPolicyManifestInner> |
listAsync(String filter)
This operation retrieves a list of all the data policy manifests that match the optional given $filter.
|
Mono<com.azure.core.http.rest.Response<DataPolicyManifestInner>> getByPolicyModeWithResponseAsync(String policyMode)
policyMode - The policy mode of the data policy manifest to get.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DataPolicyManifestInner> getByPolicyModeAsync(String policyMode)
policyMode - The policy mode of the data policy manifest to get.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DataPolicyManifestInner getByPolicyMode(String policyMode)
policyMode - The policy mode of the data policy manifest to get.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<DataPolicyManifestInner> getByPolicyModeWithResponse(String policyMode, com.azure.core.util.Context context)
policyMode - The policy mode of the data policy manifest to get.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<DataPolicyManifestInner> listAsync(String filter)
filter - The filter to apply on the operation. Valid values for $filter are: "namespace eq '{value}'". If
$filter is not provided, no filtering is performed. If $filter=namespace eq '{value}' is provided, the
returned list only includes all data policy manifests that have a namespace matching the provided value.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<DataPolicyManifestInner> listAsync()
com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DataPolicyManifestInner> list()
com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<DataPolicyManifestInner> list(String filter, com.azure.core.util.Context context)
filter - The filter to apply on the operation. Valid values for $filter are: "namespace eq '{value}'". If
$filter is not provided, no filtering is performed. If $filter=namespace eq '{value}' is provided, the
returned list only includes all data policy manifests that have a namespace matching the provided value.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.