LeaseShareAction Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET