KeyVaultAdministrationModelFactory.SelectiveKeyRestoreResult 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 a KeyVaultRestoreResult for mocking purposes.
public static Azure.Security.KeyVault.Administration.KeyVaultRestoreResult SelectiveKeyRestoreResult (DateTimeOffset startTime, DateTimeOffset endTime);
static member SelectiveKeyRestoreResult : DateTimeOffset * DateTimeOffset -> Azure.Security.KeyVault.Administration.KeyVaultRestoreResult
Public Shared Function SelectiveKeyRestoreResult (startTime As DateTimeOffset, endTime As DateTimeOffset) As KeyVaultRestoreResult
Parameters
- startTime
- DateTimeOffset
The start time of the restore operation.
- endTime
- DateTimeOffset
The end time of the restore operation.
Returns
A new KeyVaultRestoreResult instance.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET