LeaseContainerAction 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 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
Azure SDK for .NET