Freigeben über


DataProtectionBackupProvisioningState Struct

Definition

Provisioning state of the BackupVault resource.

public readonly struct DataProtectionBackupProvisioningState : IEquatable<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupProvisioningState>
type DataProtectionBackupProvisioningState = struct
Public Structure DataProtectionBackupProvisioningState
Implements IEquatable(Of DataProtectionBackupProvisioningState)
Inheritance
DataProtectionBackupProvisioningState
Implements

Constructors

Name Description
DataProtectionBackupProvisioningState(String)

Initializes a new instance of DataProtectionBackupProvisioningState.

Properties

Name Description
Failed

Failed.

Provisioning

Provisioning.

Succeeded

Succeeded.

Unknown

Unknown.

Updating

Updating.

Methods

Name Description
Equals(DataProtectionBackupProvisioningState)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(DataProtectionBackupProvisioningState, DataProtectionBackupProvisioningState)

Determines if two DataProtectionBackupProvisioningState values are the same.

Implicit(String to DataProtectionBackupProvisioningState)

Converts a String to a DataProtectionBackupProvisioningState.

Inequality(DataProtectionBackupProvisioningState, DataProtectionBackupProvisioningState)

Determines if two DataProtectionBackupProvisioningState values are not the same.

Applies to