ClusterSecretArchiveEnabled Struct

Definition

The indicator if the specified key vault should be used to archive the secrets of the cluster.

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

Constructors

ClusterSecretArchiveEnabled(String)

Initializes a new instance of ClusterSecretArchiveEnabled.

Properties

False

False.

True

True.

Methods

Equals(ClusterSecretArchiveEnabled)

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

Determines if two ClusterSecretArchiveEnabled values are the same.

Implicit(String to ClusterSecretArchiveEnabled)

Converts a String to a ClusterSecretArchiveEnabled.

Inequality(ClusterSecretArchiveEnabled, ClusterSecretArchiveEnabled)

Determines if two ClusterSecretArchiveEnabled values are not the same.

Applies to