ElasticRootAccess 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.
Root access.
public readonly struct ElasticRootAccess : IEquatable<Azure.ResourceManager.NetApp.Models.ElasticRootAccess>
type ElasticRootAccess = struct
Public Structure ElasticRootAccess
Implements IEquatable(Of ElasticRootAccess)
- Inheritance
-
ElasticRootAccess
- Implements
Constructors
| Name | Description |
|---|---|
| ElasticRootAccess(String) |
Initializes a new instance of ElasticRootAccess. |
Properties
| Name | Description |
|---|---|
| Disabled |
Root user access is disabled for clients affected by this rule. |
| Enabled |
Root user access is enabled for clients affected by this rule. |
Methods
| Name | Description |
|---|---|
| Equals(ElasticRootAccess) |
Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) |
Indicates whether this instance and a specified object are equal. |
| GetHashCode() |
Returns the hash code for this instance. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ElasticRootAccess, ElasticRootAccess) |
Determines if two ElasticRootAccess values are the same. |
| Implicit(String to ElasticRootAccess) |
Converts a string to a ElasticRootAccess. |
| Implicit(String to Nullable<ElasticRootAccess>) | |
| Inequality(ElasticRootAccess, ElasticRootAccess) |
Determines if two ElasticRootAccess values are not the same. |