你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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() |