CloudHsmClusterRestoreContent Class
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.
Cloud Hsm Cluster restore information.
public class CloudHsmClusterRestoreContent : Azure.ResourceManager.HardwareSecurityModules.Models.BackupRestoreRequestBaseProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterRestoreContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HardwareSecurityModules.Models.CloudHsmClusterRestoreContent>
type CloudHsmClusterRestoreContent = class
inherit BackupRestoreRequestBaseProperties
interface IJsonModel<CloudHsmClusterRestoreContent>
interface IPersistableModel<CloudHsmClusterRestoreContent>
Public Class CloudHsmClusterRestoreContent
Inherits BackupRestoreRequestBaseProperties
Implements IJsonModel(Of CloudHsmClusterRestoreContent), IPersistableModel(Of CloudHsmClusterRestoreContent)
- Inheritance
- Implements
Constructors
CloudHsmClusterRestoreContent(Uri, String) |
Initializes a new instance of CloudHsmClusterRestoreContent. |
Properties
AzureStorageBlobContainerUri |
The Azure blob storage container Uri which contains the backup. (Inherited from BackupRestoreRequestBaseProperties) |
BackupId |
An autogenerated unique string ID for labeling the backup. It contains both a UUID and a date timestamp. |
Token |
The SAS token pointing to an Azure blob storage container. This property is reserved for Azure Backup Service. (Inherited from BackupRestoreRequestBaseProperties) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET