Share via


LeaseShareAction Struct

Definition

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

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

Constructors

LeaseShareAction(String)

Initializes a new instance of LeaseShareAction.

Properties

Acquire

Acquire.

Break

Break.

Change

Change.

Release

Release.

Renew

Renew.

Methods

Equals(LeaseShareAction)

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

Determines if two LeaseShareAction values are the same.

Implicit(String to LeaseShareAction)

Converts a string to a LeaseShareAction.

Inequality(LeaseShareAction, LeaseShareAction)

Determines if two LeaseShareAction values are not the same.

Applies to