Dela via


LeaseContainerAction Struct

Definition

Specifies the lease action. Can be one of the available actions.

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

Constructors

LeaseContainerAction(String)

Initializes a new instance of LeaseContainerAction.

Properties

Acquire

Acquire.

Break

Break.

Change

Change.

Release

Release.

Renew

Renew.

Methods

Equals(LeaseContainerAction)

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

Determines if two LeaseContainerAction values are the same.

Implicit(String to LeaseContainerAction)

Converts a string to a LeaseContainerAction.

Inequality(LeaseContainerAction, LeaseContainerAction)

Determines if two LeaseContainerAction values are not the same.

Applies to