Freigeben über


KerberosState Struct

Definition

Describe if a cache is Kerberos enabled.

public readonly struct KerberosState : IEquatable<Azure.ResourceManager.NetApp.Models.KerberosState>
type KerberosState = struct
Public Structure KerberosState
Implements IEquatable(Of KerberosState)
Inheritance
KerberosState
Implements

Constructors

Name Description
KerberosState(String)

Initializes a new instance of KerberosState.

Properties

Name Description
Disabled

Kerberos is disabled.

Enabled

Kerberos is enabled.

Methods

Name Description
Equals(KerberosState)

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(KerberosState, KerberosState)

Determines if two KerberosState values are the same.

Implicit(String to KerberosState)

Converts a String to a KerberosState.

Inequality(KerberosState, KerberosState)

Determines if two KerberosState values are not the same.

Applies to