Uses of Class
com.azure.resourcemanager.resources.models.DataEffect
-
Packages that use DataEffect Package Description 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 DataEffect in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return types with arguments of type DataEffect Modifier and Type Method Description List<DataEffect>DataPolicyManifestInner. effects()Get the effects property: The effect definition.List<DataEffect>DataPolicyManifestProperties. effects()Get the effects property: The effect definition.Method parameters in com.azure.resourcemanager.resources.fluent.models with type arguments of type DataEffect Modifier and Type Method Description DataPolicyManifestInnerDataPolicyManifestInner. withEffects(List<DataEffect> effects)Set the effects property: The effect definition.DataPolicyManifestPropertiesDataPolicyManifestProperties. withEffects(List<DataEffect> effects)Set the effects property: The effect definition. -
Uses of DataEffect in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return DataEffect Modifier and Type Method Description DataEffectDataEffect. withDetailsSchema(Object detailsSchema)Set the detailsSchema property: The data effect details schema.DataEffectDataEffect. withName(String name)Set the name property: The data effect name.
-