DataPolicyManifestsClient Interface
public interface DataPolicyManifestsClient
An instance of this class provides access to all the operations defined in DataPolicyManifestsClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Data |
getByPolicyMode(String policyMode)
Retrieves a data policy manifest. |
abstract
Mono<Data |
getByPolicyModeAsync(String policyMode)
Retrieves a data policy manifest. |
abstract
Response<Data |
getByPolicyModeWithResponse(String policyMode, Context context)
Retrieves a data policy manifest. |
abstract
Mono<Response<Data |
getByPolicyModeWithResponseAsync(String policyMode)
Retrieves a data policy manifest. |
abstract
Paged |
list()
Retrieves data policy manifests This operation retrieves a list of all the data policy manifests that match the optional given $filter. |
abstract
Paged |
list(String filter, Context context)
Retrieves data policy manifests This operation retrieves a list of all the data policy manifests that match the optional given $filter. |
abstract
Paged |
listAsync()
Retrieves data policy manifests This operation retrieves a list of all the data policy manifests that match the optional given $filter. |
abstract
Paged |
listAsync(String filter)
Retrieves data policy manifests This operation retrieves a list of all the data policy manifests that match the optional given $filter. |
Method Details
getByPolicyMode
public abstract DataPolicyManifestInner getByPolicyMode(String policyMode)
Retrieves a data policy manifest. This operation retrieves the data policy manifest with the given policy mode.
Parameters:
Returns:
getByPolicyModeAsync
public abstract Mono
Retrieves a data policy manifest. This operation retrieves the data policy manifest with the given policy mode.
Parameters:
Returns:
getByPolicyModeWithResponse
public abstract Response
Retrieves a data policy manifest. This operation retrieves the data policy manifest with the given policy mode.
Parameters:
Returns:
getByPolicyModeWithResponseAsync
public abstract Mono
Retrieves a data policy manifest. This operation retrieves the data policy manifest with the given policy mode.
Parameters:
Returns:
list
public abstract PagedIterable
Retrieves data policy manifests This operation retrieves a list of all the data policy manifests that match the optional given $filter. Valid values for $filter are: "$filter=namespace eq '{0}'". If $filter is not provided, the unfiltered list includes all data policy manifests for data resource types. If $filter=namespace is provided, the returned list only includes all data policy manifests that have a namespace matching the provided value.
Returns:
list
public abstract PagedIterable
Retrieves data policy manifests This operation retrieves a list of all the data policy manifests that match the optional given $filter. Valid values for $filter are: "$filter=namespace eq '{0}'". If $filter is not provided, the unfiltered list includes all data policy manifests for data resource types. If $filter=namespace is provided, the returned list only includes all data policy manifests that have a namespace matching the provided value.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Retrieves data policy manifests This operation retrieves a list of all the data policy manifests that match the optional given $filter. Valid values for $filter are: "$filter=namespace eq '{0}'". If $filter is not provided, the unfiltered list includes all data policy manifests for data resource types. If $filter=namespace is provided, the returned list only includes all data policy manifests that have a namespace matching the provided value.
Returns:
listAsync
public abstract PagedFlux
Retrieves data policy manifests This operation retrieves a list of all the data policy manifests that match the optional given $filter. Valid values for $filter are: "$filter=namespace eq '{0}'". If $filter is not provided, the unfiltered list includes all data policy manifests for data resource types. If $filter=namespace is provided, the returned list only includes all data policy manifests that have a namespace matching the provided value.
Parameters:
Returns:
Applies to
Azure SDK for Java