共用方式為


BackupVaultImmutabilityState Struct

Definition

Immutability state.

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

Constructors

BackupVaultImmutabilityState(String)

Initializes a new instance of BackupVaultImmutabilityState.

Properties

Disabled

Disabled.

Locked

Locked.

Unlocked

Unlocked.

Methods

Equals(BackupVaultImmutabilityState)

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(BackupVaultImmutabilityState, BackupVaultImmutabilityState)

Determines if two BackupVaultImmutabilityState values are the same.

Implicit(String to BackupVaultImmutabilityState)

Converts a string to a BackupVaultImmutabilityState.

Inequality(BackupVaultImmutabilityState, BackupVaultImmutabilityState)

Determines if two BackupVaultImmutabilityState values are not the same.

Applies to