### YamlMime:JavaType uid: "com.azure.resourcemanager.netapp.models.Backup" fullName: "com.azure.resourcemanager.netapp.models.Backup" name: "Backup" nameWithType: "Backup" summary: "An immutable client-side representation of Backup." syntax: "public interface **Backup**" methods: - uid: "com.azure.resourcemanager.netapp.models.Backup.backupId()" fullName: "com.azure.resourcemanager.netapp.models.Backup.backupId()" name: "backupId()" nameWithType: "Backup.backupId()" summary: "Gets the backupId property: UUID v4 used to identify the Backup." modifiers: - "abstract" syntax: "public abstract String backupId()" desc: "Gets the backupId property: UUID v4 used to identify the Backup." returns: description: "the backupId value." type: "String" - uid: "com.azure.resourcemanager.netapp.models.Backup.backupPolicyResourceId()" fullName: "com.azure.resourcemanager.netapp.models.Backup.backupPolicyResourceId()" name: "backupPolicyResourceId()" nameWithType: "Backup.backupPolicyResourceId()" summary: "Gets the backupPolicyResourceId property: ResourceId used to identify the backup policy." modifiers: - "abstract" syntax: "public abstract String backupPolicyResourceId()" desc: "Gets the backupPolicyResourceId property: ResourceId used to identify the backup policy." returns: description: "the backupPolicyResourceId value." type: "String" - uid: "com.azure.resourcemanager.netapp.models.Backup.backupType()" fullName: "com.azure.resourcemanager.netapp.models.Backup.backupType()" name: "backupType()" nameWithType: "Backup.backupType()" summary: "Gets the backupType property: Type of backup Manual or Scheduled." modifiers: - "abstract" syntax: "public abstract BackupType backupType()" desc: "Gets the backupType property: Type of backup Manual or Scheduled." returns: description: "the backupType value." type: "" - uid: "com.azure.resourcemanager.netapp.models.Backup.creationDate()" fullName: "com.azure.resourcemanager.netapp.models.Backup.creationDate()" name: "creationDate()" nameWithType: "Backup.creationDate()" summary: "Gets the creationDate property: The creation date of the backup." modifiers: - "abstract" syntax: "public abstract OffsetDateTime creationDate()" desc: "Gets the creationDate property: The creation date of the backup." returns: description: "the creationDate value." type: "OffsetDateTime" - uid: "com.azure.resourcemanager.netapp.models.Backup.failureReason()" fullName: "com.azure.resourcemanager.netapp.models.Backup.failureReason()" name: "failureReason()" nameWithType: "Backup.failureReason()" summary: "Gets the failureReason property: Failure reason." modifiers: - "abstract" syntax: "public abstract String failureReason()" desc: "Gets the failureReason property: Failure reason." returns: description: "the failureReason value." type: "String" - uid: "com.azure.resourcemanager.netapp.models.Backup.id()" fullName: "com.azure.resourcemanager.netapp.models.Backup.id()" name: "id()" nameWithType: "Backup.id()" summary: "Gets the id property: Fully qualified resource Id for the resource." modifiers: - "abstract" syntax: "public abstract String id()" desc: "Gets the id property: Fully qualified resource Id for the resource." returns: description: "the id value." type: "String" - uid: "com.azure.resourcemanager.netapp.models.Backup.innerModel()" fullName: "com.azure.resourcemanager.netapp.models.Backup.innerModel()" name: "innerModel()" nameWithType: "Backup.innerModel()" summary: "Gets the inner com.azure.resourcemanager.netapp.fluent.models.BackupInner object." modifiers: - "abstract" syntax: "public abstract BackupInner innerModel()" desc: "Gets the inner com.azure.resourcemanager.netapp.fluent.models.BackupInner object." returns: description: "the inner object." type: "" - uid: "com.azure.resourcemanager.netapp.models.Backup.label()" fullName: "com.azure.resourcemanager.netapp.models.Backup.label()" name: "label()" nameWithType: "Backup.label()" summary: "Gets the label property: Label for backup." modifiers: - "abstract" syntax: "public abstract String label()" desc: "Gets the label property: Label for backup." returns: description: "the label value." type: "String" - uid: "com.azure.resourcemanager.netapp.models.Backup.name()" fullName: "com.azure.resourcemanager.netapp.models.Backup.name()" name: "name()" nameWithType: "Backup.name()" summary: "Gets the name property: The name of the resource." modifiers: - "abstract" syntax: "public abstract String name()" desc: "Gets the name property: The name of the resource." returns: description: "the name value." type: "String" - uid: "com.azure.resourcemanager.netapp.models.Backup.provisioningState()" fullName: "com.azure.resourcemanager.netapp.models.Backup.provisioningState()" name: "provisioningState()" nameWithType: "Backup.provisioningState()" summary: "Gets the provisioningState property: Azure lifecycle management." modifiers: - "abstract" syntax: "public abstract String provisioningState()" desc: "Gets the provisioningState property: Azure lifecycle management." returns: description: "the provisioningState value." type: "String" - uid: "com.azure.resourcemanager.netapp.models.Backup.refresh()" fullName: "com.azure.resourcemanager.netapp.models.Backup.refresh()" name: "refresh()" nameWithType: "Backup.refresh()" summary: "Refreshes the resource to sync with Azure." modifiers: - "abstract" syntax: "public abstract Backup refresh()" desc: "Refreshes the resource to sync with Azure." returns: description: "the refreshed resource." type: "" - uid: "com.azure.resourcemanager.netapp.models.Backup.refresh(com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.netapp.models.Backup.refresh(Context context)" name: "refresh(Context context)" nameWithType: "Backup.refresh(Context context)" summary: "Refreshes the resource to sync with Azure." modifiers: - "abstract" parameters: - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Backup refresh(Context context)" desc: "Refreshes the resource to sync with Azure." returns: description: "the refreshed resource." type: "" - uid: "com.azure.resourcemanager.netapp.models.Backup.resourceGroupName()" fullName: "com.azure.resourcemanager.netapp.models.Backup.resourceGroupName()" name: "resourceGroupName()" nameWithType: "Backup.resourceGroupName()" summary: "Gets the name of the resource group." modifiers: - "abstract" syntax: "public abstract String resourceGroupName()" desc: "Gets the name of the resource group." returns: description: "the name of the resource group." type: "String" - uid: "com.azure.resourcemanager.netapp.models.Backup.size()" fullName: "com.azure.resourcemanager.netapp.models.Backup.size()" name: "size()" nameWithType: "Backup.size()" summary: "Gets the size property: Size of backup in bytes." modifiers: - "abstract" syntax: "public abstract Long size()" desc: "Gets the size property: Size of backup in bytes." returns: description: "the size value." type: "Long" - uid: "com.azure.resourcemanager.netapp.models.Backup.snapshotName()" fullName: "com.azure.resourcemanager.netapp.models.Backup.snapshotName()" name: "snapshotName()" nameWithType: "Backup.snapshotName()" summary: "Gets the snapshotName property: The name of the snapshot." modifiers: - "abstract" syntax: "public abstract String snapshotName()" desc: "Gets the snapshotName property: The name of the snapshot." returns: description: "the snapshotName value." type: "String" - uid: "com.azure.resourcemanager.netapp.models.Backup.systemData()" fullName: "com.azure.resourcemanager.netapp.models.Backup.systemData()" name: "systemData()" nameWithType: "Backup.systemData()" summary: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information." modifiers: - "abstract" syntax: "public abstract SystemData systemData()" desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information." returns: description: "the systemData value." type: "" - uid: "com.azure.resourcemanager.netapp.models.Backup.type()" fullName: "com.azure.resourcemanager.netapp.models.Backup.type()" name: "type()" nameWithType: "Backup.type()" summary: "Gets the type property: The type of the resource." modifiers: - "abstract" syntax: "public abstract String type()" desc: "Gets the type property: The type of the resource." returns: description: "the type value." type: "String" - uid: "com.azure.resourcemanager.netapp.models.Backup.update()" fullName: "com.azure.resourcemanager.netapp.models.Backup.update()" name: "update()" nameWithType: "Backup.update()" summary: "Begins update for the Backup resource." modifiers: - "abstract" syntax: "public abstract Backup.Update update()" desc: "Begins update for the Backup resource." returns: description: "the stage of resource update." type: "" - uid: "com.azure.resourcemanager.netapp.models.Backup.useExistingSnapshot()" fullName: "com.azure.resourcemanager.netapp.models.Backup.useExistingSnapshot()" name: "useExistingSnapshot()" nameWithType: "Backup.useExistingSnapshot()" summary: "Gets the useExistingSnapshot property: Manual backup an already existing snapshot." modifiers: - "abstract" syntax: "public abstract Boolean useExistingSnapshot()" desc: "Gets the useExistingSnapshot property: Manual backup an already existing snapshot. This will always be false for scheduled backups and true/false for manual backups." returns: description: "the useExistingSnapshot value." type: "Boolean" - uid: "com.azure.resourcemanager.netapp.models.Backup.volumeResourceId()" fullName: "com.azure.resourcemanager.netapp.models.Backup.volumeResourceId()" name: "volumeResourceId()" nameWithType: "Backup.volumeResourceId()" summary: "Gets the volumeResourceId property: ResourceId used to identify the Volume." modifiers: - "abstract" syntax: "public abstract String volumeResourceId()" desc: "Gets the volumeResourceId property: ResourceId used to identify the Volume." returns: description: "the volumeResourceId value." type: "String" type: "interface" desc: "An immutable client-side representation of Backup." metadata: {} package: "com.azure.resourcemanager.netapp.models" artifact: com.azure.resourcemanager:azure-resourcemanager-netapp:1.5.1