Uses of Class
com.azure.resourcemanager.netapp.fluent.models.BackupProperties
Packages that use BackupProperties
Package
Description
Package containing the inner data models for NetAppManagementClient.
-
Uses of BackupProperties in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return BackupPropertiesModifier and TypeMethodDescriptionstatic BackupProperties
BackupProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BackupProperties from the JsonReader.Set the label property: Label for backup.BackupProperties.withSnapshotName
(String snapshotName) Set the snapshotName property: The name of the snapshot.BackupProperties.withUseExistingSnapshot
(Boolean useExistingSnapshot) Set the useExistingSnapshot property: Manual backup an already existing snapshot.BackupProperties.withVolumeResourceId
(String volumeResourceId) Set the volumeResourceId property: ResourceId used to identify the Volume.