你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ArmNetAppModelFactory.NetAppVolumeBackupStatus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of Azure.ResourceManager.NetApp.Models.NetAppVolumeBackupStatus.
public static Azure.ResourceManager.NetApp.Models.NetAppVolumeBackupStatus NetAppVolumeBackupStatus (bool? isHealthy = default, Azure.ResourceManager.NetApp.Models.NetAppRelationshipStatus? relationshipStatus = default, Azure.ResourceManager.NetApp.Models.NetAppMirrorState? mirrorState = default, string unhealthyReason = default, string errorMessage = default, long? lastTransferSize = default, string lastTransferType = default, long? totalTransferBytes = default, long? transferProgressBytes = default);
static member NetAppVolumeBackupStatus : Nullable<bool> * Nullable<Azure.ResourceManager.NetApp.Models.NetAppRelationshipStatus> * Nullable<Azure.ResourceManager.NetApp.Models.NetAppMirrorState> * string * string * Nullable<int64> * string * Nullable<int64> * Nullable<int64> -> Azure.ResourceManager.NetApp.Models.NetAppVolumeBackupStatus
Public Shared Function NetAppVolumeBackupStatus (Optional isHealthy As Nullable(Of Boolean) = Nothing, Optional relationshipStatus As Nullable(Of NetAppRelationshipStatus) = Nothing, Optional mirrorState As Nullable(Of NetAppMirrorState) = Nothing, Optional unhealthyReason As String = Nothing, Optional errorMessage As String = Nothing, Optional lastTransferSize As Nullable(Of Long) = Nothing, Optional lastTransferType As String = Nothing, Optional totalTransferBytes As Nullable(Of Long) = Nothing, Optional transferProgressBytes As Nullable(Of Long) = Nothing) As NetAppVolumeBackupStatus
Parameters
- relationshipStatus
- Nullable<NetAppRelationshipStatus>
Status of the backup mirror relationship.
- mirrorState
- Nullable<NetAppMirrorState>
The status of the backup.
- unhealthyReason
- String
Reason for the unhealthy backup relationship.
- errorMessage
- String
Displays error message if the backup is in an error state.
- lastTransferType
- String
Displays the last transfer type.
Displays the total number of bytes transferred for the ongoing operation.
Returns
A new Azure.ResourceManager.NetApp.Models.NetAppVolumeBackupStatus instance for mocking.