NetAppKerberosState 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.
Describe if a cache is Kerberos enabled.
public readonly struct NetAppKerberosState : IEquatable<Azure.ResourceManager.NetApp.Models.NetAppKerberosState>
type NetAppKerberosState = struct
Public Structure NetAppKerberosState
Implements IEquatable(Of NetAppKerberosState)
- Inheritance
-
NetAppKerberosState
- Implements
Constructors
| Name | Description |
|---|---|
| NetAppKerberosState(String) |
Initializes a new instance of NetAppKerberosState. |
Properties
| Name | Description |
|---|---|
| Disabled |
Kerberos is disabled. |
| Enabled |
Kerberos is enabled. |
Methods
| Name | Description |
|---|---|
| Equals(NetAppKerberosState) |
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
| Name | Description |
|---|---|
| Equality(NetAppKerberosState, NetAppKerberosState) |
Determines if two NetAppKerberosState values are the same. |
| Implicit(String to NetAppKerberosState) |
Converts a String to a NetAppKerberosState. |
| Inequality(NetAppKerberosState, NetAppKerberosState) |
Determines if two NetAppKerberosState values are not the same. |