Uses of Class
com.azure.resourcemanager.netapp.models.VolumePropertiesExportPolicy
Packages that use VolumePropertiesExportPolicy
Package
Description
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of VolumePropertiesExportPolicy in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return VolumePropertiesExportPolicyModifier and TypeMethodDescriptionVolumeInner.exportPolicy()
Get the exportPolicy property: Set of export policy rules.VolumeProperties.exportPolicy()
Get the exportPolicy property: Set of export policy rules.Methods in com.azure.resourcemanager.netapp.fluent.models with parameters of type VolumePropertiesExportPolicyModifier and TypeMethodDescriptionVolumeInner.withExportPolicy
(VolumePropertiesExportPolicy exportPolicy) Set the exportPolicy property: Set of export policy rules.VolumeProperties.withExportPolicy
(VolumePropertiesExportPolicy exportPolicy) Set the exportPolicy property: Set of export policy rules. -
Uses of VolumePropertiesExportPolicy in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return VolumePropertiesExportPolicyModifier and TypeMethodDescriptionVolume.exportPolicy()
Gets the exportPolicy property: Set of export policy rules.VolumeGroupVolumeProperties.exportPolicy()
Get the exportPolicy property: Set of export policy rules.static VolumePropertiesExportPolicy
VolumePropertiesExportPolicy.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VolumePropertiesExportPolicy from the JsonReader.VolumePropertiesExportPolicy.withRules
(List<ExportPolicyRule> rules) Set the rules property: Export policy rule.Methods in com.azure.resourcemanager.netapp.models with parameters of type VolumePropertiesExportPolicyModifier and TypeMethodDescriptionVolume.DefinitionStages.WithExportPolicy.withExportPolicy
(VolumePropertiesExportPolicy exportPolicy) Specifies the exportPolicy property: Set of export policy rules.VolumeGroupVolumeProperties.withExportPolicy
(VolumePropertiesExportPolicy exportPolicy) Set the exportPolicy property: Set of export policy rules.