ClusterSecretArchive Class
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.
ClusterSecretArchive configures the key vault to archive the secrets of the cluster for later retrieval.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ClusterSecretArchiveTypeConverter))]
public class ClusterSecretArchive : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IClusterSecretArchive
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ClusterSecretArchiveTypeConverter))>]
type ClusterSecretArchive = class
interface IClusterSecretArchive
interface IJsonSerializable
Public Class ClusterSecretArchive
Implements IClusterSecretArchive
- Inheritance
-
ClusterSecretArchive
- Attributes
- Implements
Constructors
ClusterSecretArchive() |
Creates an new ClusterSecretArchive instance. |
Properties
KeyVaultId |
The resource ID of the key vault to archive the secrets of the cluster. |
UseKeyVault |
The indicator if the specified key vault should be used to archive the secrets of the cluster. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ClusterSecretArchive. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ClusterSecretArchive. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IClusterSecretArchive. |
FromJsonString(String) |
Creates a new instance of ClusterSecretArchive, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ClusterSecretArchive into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |