Share via


AcquireStorageAccountLock Struct

Definition

Whether storage account lock is to be acquired for this container or not.

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

Constructors

AcquireStorageAccountLock(String)

Initializes a new instance of AcquireStorageAccountLock.

Properties

Acquire

Acquire.

NotAcquire

NotAcquire.

Methods

Equals(AcquireStorageAccountLock)

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

Determines if two AcquireStorageAccountLock values are the same.

Implicit(String to AcquireStorageAccountLock)

Converts a string to a AcquireStorageAccountLock.

Inequality(AcquireStorageAccountLock, AcquireStorageAccountLock)

Determines if two AcquireStorageAccountLock values are not the same.

Applies to