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

DataProtectionBackupProvisioningState(String)

Initializes a new instance of DataProtectionBackupProvisioningState.

Properties

Failed

Failed.

Provisioning

Provisioning.

Succeeded

Succeeded.

Unknown

Unknown.

Updating

Updating.

Methods

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

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