BackupInstanceResource 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.
BackupInstance Resource
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.BackupInstanceResourceTypeConverter))]
public class BackupInstanceResource : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource, Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.BackupInstanceResourceTypeConverter))>]
type BackupInstanceResource = class
interface IBackupInstanceResource
interface IJsonSerializable
interface IDppProxyResource
interface IValidates
Public Class BackupInstanceResource
Implements IBackupInstanceResource, IValidates
- Inheritance
-
BackupInstanceResource
- Attributes
- Implements
Constructors
BackupInstanceResource() |
Creates an new BackupInstanceResource instance. |
Properties
BackupInstanceName | |
Id |
Proxy Resource Id represents the complete path to the resource. |
Name |
Proxy Resource name associated with the resource. |
Property |
BackupInstanceResource properties |
SystemData |
Metadata pertaining to creation and last modification of the resource. |
Tag |
Proxy Resource tags. |
Type |
Proxy Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/... |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BackupInstanceResource. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BackupInstanceResource. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IBackupInstanceResource. |
FromJsonString(String) |
Creates a new instance of BackupInstanceResource, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of BackupInstanceResource into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |