2024-05-31 07:55:54 +03:00
### 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()"
2024-07-25 09:04:05 +03:00
summary : "Gets the backup<wbr>Id property: UUID v4 used to identify the Backup."
2024-05-31 07:55:54 +03:00
modifiers :
- "abstract"
syntax : "public abstract String backupId()"
2024-07-25 09:04:05 +03:00
desc : "Gets the backupId property: UUID v4 used to identify the Backup."
2024-05-31 07:55:54 +03:00
returns :
description : "the backupId value."
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid : "com.azure.resourcemanager.netapp.models.Backup.backupPolicyResourceId()"
fullName : "com.azure.resourcemanager.netapp.models.Backup.backupPolicyResourceId()"
name : "backupPolicyResourceId()"
nameWithType : "Backup.backupPolicyResourceId()"
summary : "Gets the backup<wbr>Policy<wbr>Resource<wbr>Id property: Resource<wbr>Id 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 : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid : "com.azure.resourcemanager.netapp.models.Backup.backupType()"
fullName : "com.azure.resourcemanager.netapp.models.Backup.backupType()"
name : "backupType()"
nameWithType : "Backup.backupType()"
2024-07-25 09:04:05 +03:00
summary : "Gets the backup<wbr>Type property: Type of backup Manual or Scheduled."
2024-05-31 07:55:54 +03:00
modifiers :
- "abstract"
syntax : "public abstract BackupType backupType()"
2024-07-25 09:04:05 +03:00
desc : "Gets the backupType property: Type of backup Manual or Scheduled."
2024-05-31 07:55:54 +03:00
returns :
description : "the backupType value."
type : "<xref href=\"com.azure.resourcemanager.netapp.models.BackupType?alt=com.azure.resourcemanager.netapp.models.BackupType&text=BackupType\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.netapp.models.Backup.creationDate()"
fullName : "com.azure.resourcemanager.netapp.models.Backup.creationDate()"
name : "creationDate()"
nameWithType : "Backup.creationDate()"
2024-07-25 09:04:05 +03:00
summary : "Gets the creation<wbr>Date property: The creation date of the backup."
2024-05-31 07:55:54 +03:00
modifiers :
- "abstract"
syntax : "public abstract OffsetDateTime creationDate()"
2024-07-25 09:04:05 +03:00
desc : "Gets the creationDate property: The creation date of the backup."
2024-05-31 07:55:54 +03:00
returns :
description : "the creationDate value."
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid : "com.azure.resourcemanager.netapp.models.Backup.failureReason()"
fullName : "com.azure.resourcemanager.netapp.models.Backup.failureReason()"
name : "failureReason()"
nameWithType : "Backup.failureReason()"
summary : "Gets the failure<wbr>Reason property: Failure reason."
modifiers :
- "abstract"
syntax : "public abstract String failureReason()"
desc : "Gets the failureReason property: Failure reason."
returns :
description : "the failureReason value."
type : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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 : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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.<wbr>azure.<wbr>resourcemanager.<wbr>netapp.<wbr>fluent.<wbr>models.<wbr>Backup<wbr>Inner 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 : "<xref href=\"com.azure.resourcemanager.netapp.fluent.models.BackupInner?alt=com.azure.resourcemanager.netapp.fluent.models.BackupInner&text=BackupInner\" data-throw-if-not-resolved=\"False\" />"
- 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 : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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 : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid : "com.azure.resourcemanager.netapp.models.Backup.provisioningState()"
fullName : "com.azure.resourcemanager.netapp.models.Backup.provisioningState()"
name : "provisioningState()"
nameWithType : "Backup.provisioningState()"
summary : "Gets the provisioning<wbr>State 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 : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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 : "<xref href=\"com.azure.resourcemanager.netapp.models.Backup?alt=com.azure.resourcemanager.netapp.models.Backup&text=Backup\" data-throw-if-not-resolved=\"False\" />"
- 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 : "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax : "public abstract Backup refresh(Context context)"
desc : "Refreshes the resource to sync with Azure."
returns :
description : "the refreshed resource."
type : "<xref href=\"com.azure.resourcemanager.netapp.models.Backup?alt=com.azure.resourcemanager.netapp.models.Backup&text=Backup\" data-throw-if-not-resolved=\"False\" />"
- 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 : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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 : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid : "com.azure.resourcemanager.netapp.models.Backup.snapshotName()"
fullName : "com.azure.resourcemanager.netapp.models.Backup.snapshotName()"
name : "snapshotName()"
nameWithType : "Backup.snapshotName()"
summary : "Gets the snapshot<wbr>Name 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 : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid : "com.azure.resourcemanager.netapp.models.Backup.systemData()"
fullName : "com.azure.resourcemanager.netapp.models.Backup.systemData()"
name : "systemData()"
nameWithType : "Backup.systemData()"
summary : "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By 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 : "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- 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 : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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 : "<xref href=\"com.azure.resourcemanager.netapp.models.Backup.Update?alt=com.azure.resourcemanager.netapp.models.Backup.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid : "com.azure.resourcemanager.netapp.models.Backup.useExistingSnapshot()"
fullName : "com.azure.resourcemanager.netapp.models.Backup.useExistingSnapshot()"
name : "useExistingSnapshot()"
nameWithType : "Backup.useExistingSnapshot()"
summary : "Gets the use<wbr>Existing<wbr>Snapshot 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 : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid : "com.azure.resourcemanager.netapp.models.Backup.volumeResourceId()"
fullName : "com.azure.resourcemanager.netapp.models.Backup.volumeResourceId()"
name : "volumeResourceId()"
nameWithType : "Backup.volumeResourceId()"
summary : "Gets the volume<wbr>Resource<wbr>Id property: Resource<wbr>Id 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 : "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type : "interface"
desc : "An immutable client-side representation of Backup."
metadata : {}
package : "com.azure.resourcemanager.netapp.models"
2024-07-25 09:04:05 +03:00
artifact : com.azure.resourcemanager:azure-resourcemanager-netapp:1.3.0