ArmKeyVaultModelFactory.DeletedKeyVaultProperties 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 DeletedKeyVaultProperties.
public static Azure.ResourceManager.KeyVault.Models.DeletedKeyVaultProperties DeletedKeyVaultProperties(Azure.Core.ResourceIdentifier vaultId = default, Azure.Core.AzureLocation? location = default, DateTimeOffset? deletedOn = default, DateTimeOffset? scheduledPurgeOn = default, System.Collections.Generic.IReadOnlyDictionary<string,string> tags = default, bool? purgeProtectionEnabled = default);
static member DeletedKeyVaultProperties : Azure.Core.ResourceIdentifier * Nullable<Azure.Core.AzureLocation> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * System.Collections.Generic.IReadOnlyDictionary<string, string> * Nullable<bool> -> Azure.ResourceManager.KeyVault.Models.DeletedKeyVaultProperties
Public Shared Function DeletedKeyVaultProperties (Optional vaultId 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 tags As IReadOnlyDictionary(Of String, String) = Nothing, Optional purgeProtectionEnabled As Nullable(Of Boolean) = Nothing) As DeletedKeyVaultProperties
Parameters
- vaultId
- ResourceIdentifier
The resource id of the original vault.
- location
- Nullable<AzureLocation>
The location of the original vault.
- deletedOn
- Nullable<DateTimeOffset>
The deleted date.
- scheduledPurgeOn
- Nullable<DateTimeOffset>
The scheduled purged date.
- tags
- IReadOnlyDictionary<String,String>
Tags of the original vault.
Returns
A new DeletedKeyVaultProperties instance for mocking.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET