BackupRequestProperties 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.
Backup properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.BackupRequestPropertiesTypeConverter))]
public class BackupRequestProperties : Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.IBackupRequestProperties, Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.BackupRequestPropertiesTypeConverter))>]
type BackupRequestProperties = class
interface IBackupRequestProperties
interface IJsonSerializable
interface IBackupRestoreRequestBaseProperties
interface IValidates
Public Class BackupRequestProperties
Implements IBackupRequestProperties, IValidates
- Inheritance
-
BackupRequestProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| BackupRequestProperties() |
Creates an new BackupRequestProperties instance. |
Properties
| Name | Description |
|---|---|
| AzureStorageBlobContainerUri |
The Azure blob storage container Uri which contains the backup |
| Token |
The SAS token pointing to an Azure blob storage container. This property is reserved for Azure Backup Service. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BackupRequestProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BackupRequestProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudHsm.Models.IBackupRequestProperties. |
| FromJsonString(String) |
Creates a new instance of BackupRequestProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of BackupRequestProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |