ArmHardwareSecurityModulesModelFactory.CloudHsmClusterRestoreContent 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 CloudHsmClusterRestoreContent.
public static Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterRestoreContent CloudHsmClusterRestoreContent (Uri azureStorageBlobContainerUri = default, string token = default, string backupId = default);
static member CloudHsmClusterRestoreContent : Uri * string * string -> Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterRestoreContent
Public Shared Function CloudHsmClusterRestoreContent (Optional azureStorageBlobContainerUri As Uri = Nothing, Optional token As String = Nothing, Optional backupId As String = Nothing) As CloudHsmClusterRestoreContent
Parameters
- azureStorageBlobContainerUri
- Uri
The Azure blob storage container Uri which contains the backup.
- token
- String
The SAS token pointing to an Azure blob storage container. This property is reserved for Azure Backup Service.
- backupId
- String
An autogenerated unique string ID for labeling the backup. It contains both a UUID and a date timestamp.
Returns
A new CloudHsmClusterRestoreContent instance for mocking.
Applies to
Azure SDK for .NET