ArmNetworkCloudModelFactory.ClusterSecretArchive Method
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.
public static Azure.ResourceManager.NetworkCloud.Models.ClusterSecretArchive ClusterSecretArchive(Azure.Core.ResourceIdentifier keyVaultId = default, Azure.ResourceManager.NetworkCloud.Models.ClusterSecretArchiveEnabled? useKeyVault = default);
static member ClusterSecretArchive : Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.NetworkCloud.Models.ClusterSecretArchiveEnabled> -> Azure.ResourceManager.NetworkCloud.Models.ClusterSecretArchive
Public Shared Function ClusterSecretArchive (Optional keyVaultId As ResourceIdentifier = Nothing, Optional useKeyVault As Nullable(Of ClusterSecretArchiveEnabled) = Nothing) As ClusterSecretArchive
Parameters
- keyVaultId
- ResourceIdentifier
The resource ID of the key vault to archive the secrets of the cluster.
- useKeyVault
- Nullable<ClusterSecretArchiveEnabled>
The indicator if the specified key vault should be used to archive the secrets of the cluster.
Returns
A new ClusterSecretArchive instance for mocking.