Uses of Class
com.azure.resourcemanager.resources.fluent.models.DataPolicyManifestInner
-
Packages that use DataPolicyManifestInner Package Description com.azure.resourcemanager.resources.fluent Package containing the service clients for ResourceManagementClient.com.azure.resourcemanager.resources.fluent.models Package containing the inner data models for ResourceManagementClient.com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of DataPolicyManifestInner in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent that return DataPolicyManifestInner Modifier and Type Method Description DataPolicyManifestInnerDataPolicyManifestsClient. getByPolicyMode(String policyMode)This operation retrieves the data policy manifest with the given policy mode.Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type DataPolicyManifestInner Modifier and Type Method Description Mono<DataPolicyManifestInner>DataPolicyManifestsClient. getByPolicyModeAsync(String policyMode)This operation retrieves the data policy manifest with the given policy mode.com.azure.core.http.rest.Response<DataPolicyManifestInner>DataPolicyManifestsClient. 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>>DataPolicyManifestsClient. getByPolicyModeWithResponseAsync(String policyMode)This operation retrieves the data policy manifest with the given policy mode.com.azure.core.http.rest.PagedIterable<DataPolicyManifestInner>DataPolicyManifestsClient. 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>DataPolicyManifestsClient. 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>DataPolicyManifestsClient. 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>DataPolicyManifestsClient. listAsync(String filter)This operation retrieves a list of all the data policy manifests that match the optional given $filter. -
Uses of DataPolicyManifestInner in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return DataPolicyManifestInner Modifier and Type Method Description DataPolicyManifestInnerDataPolicyManifestInner. withCustom(List<DataManifestCustomResourceFunctionDefinition> custom)Set the custom property: An array of data manifest custom resource definition.DataPolicyManifestInnerDataPolicyManifestInner. withEffects(List<DataEffect> effects)Set the effects property: The effect definition.DataPolicyManifestInnerDataPolicyManifestInner. withFieldValues(List<String> fieldValues)Set the fieldValues property: The non-alias field accessor values that can be used in the policy rule.DataPolicyManifestInnerDataPolicyManifestInner. withIsBuiltInOnly(Boolean isBuiltInOnly)Set the isBuiltInOnly property: A value indicating whether policy mode is allowed only in built-in definitions.DataPolicyManifestInnerDataPolicyManifestInner. withNamespaces(List<String> namespaces)Set the namespaces property: The list of namespaces for the data policy manifest.DataPolicyManifestInnerDataPolicyManifestInner. withPolicyMode(String policyMode)Set the policyMode property: The policy mode of the data policy manifest.DataPolicyManifestInnerDataPolicyManifestInner. withResourceTypeAliases(List<ResourceTypeAliases> resourceTypeAliases)Set the resourceTypeAliases property: An array of resource type aliases.DataPolicyManifestInnerDataPolicyManifestInner. withStandard(List<String> standard)Set the standard property: The standard resource functions (subscription and/or resourceGroup). -
Uses of DataPolicyManifestInner in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return types with arguments of type DataPolicyManifestInner Modifier and Type Method Description List<DataPolicyManifestInner>DataPolicyManifestListResult. value()Get the value property: An array of data policy manifests.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type DataPolicyManifestInner Modifier and Type Method Description DataPolicyManifestListResultDataPolicyManifestListResult. withValue(List<DataPolicyManifestInner> value)Set the value property: An array of data policy manifests.
-