AccessMode 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.
Access mode for storage.
public readonly struct AccessMode : IEquatable<Azure.ResourceManager.Applications.Containers.Models.AccessMode>
type AccessMode = struct
Public Structure AccessMode
Implements IEquatable(Of AccessMode)
- Inheritance
-
AccessMode
- Implements
Constructors
AccessMode(String) |
Initializes a new instance of AccessMode. |
Properties
ReadOnly |
ReadOnly. |
ReadWrite |
ReadWrite. |
Methods
Equals(AccessMode) |
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(AccessMode, AccessMode) |
Determines if two AccessMode values are the same. |
Implicit(String to AccessMode) |
Converts a string to a AccessMode. |
Inequality(AccessMode, AccessMode) |
Determines if two AccessMode values are not the same. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET