ArmKeyVaultModelFactory.DeletedManagedHsmProperties 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.
Initializes a new instance of DeletedManagedHsmProperties.
public static Azure.ResourceManager.KeyVault.Models.DeletedManagedHsmProperties DeletedManagedHsmProperties (Azure.Core.ResourceIdentifier managedHsmId = default, Azure.Core.AzureLocation? location = default, DateTimeOffset? deletedOn = default, DateTimeOffset? scheduledPurgeOn = default, bool? purgeProtectionEnabled = default, System.Collections.Generic.IReadOnlyDictionary<string,string> tags = default);
static member DeletedManagedHsmProperties : Azure.Core.ResourceIdentifier * Nullable<Azure.Core.AzureLocation> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<bool> * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.ResourceManager.KeyVault.Models.DeletedManagedHsmProperties
Public Shared Function DeletedManagedHsmProperties (Optional managedHsmId As ResourceIdentifier = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional deletedOn As Nullable(Of DateTimeOffset) = Nothing, Optional scheduledPurgeOn As Nullable(Of DateTimeOffset) = Nothing, Optional purgeProtectionEnabled As Nullable(Of Boolean) = Nothing, Optional tags As IReadOnlyDictionary(Of String, String) = Nothing) As DeletedManagedHsmProperties
Parameters
- managedHsmId
- ResourceIdentifier
The resource id of the original managed HSM.
- location
- Nullable<AzureLocation>
The location of the original managed HSM.
- deletedOn
- Nullable<DateTimeOffset>
The deleted date.
- scheduledPurgeOn
- Nullable<DateTimeOffset>
The scheduled purged date.
- tags
- IReadOnlyDictionary<String,String>
Tags of the original managed HSM.
Returns
A new DeletedManagedHsmProperties instance for mocking.