ArmNetworkCloudModelFactory.SecretArchiveSettings 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.SecretArchiveSettings SecretArchiveSettings(Azure.ResourceManager.NetworkCloud.Models.ManagedServiceIdentitySelector associatedIdentity = default, Uri vaultUri = default);
static member SecretArchiveSettings : Azure.ResourceManager.NetworkCloud.Models.ManagedServiceIdentitySelector * Uri -> Azure.ResourceManager.NetworkCloud.Models.SecretArchiveSettings
Public Shared Function SecretArchiveSettings (Optional associatedIdentity As ManagedServiceIdentitySelector = Nothing, Optional vaultUri As Uri = Nothing) As SecretArchiveSettings
Parameters
- associatedIdentity
- ManagedServiceIdentitySelector
The selection of the managed identity to use with this vault URI. The identity type must be either system assigned or user assigned.
- vaultUri
- Uri
The URI for the key vault used as the secret archive.
Returns
A new SecretArchiveSettings instance for mocking.