DppResource 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.
Resource class
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.DppResourceTypeConverter))]
public class DppResource : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDppResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.DppResourceTypeConverter))>]
type DppResource = class
interface IDppResource
interface IJsonSerializable
Public Class DppResource
Implements IDppResource
- Inheritance
-
DppResource
- Attributes
- Implements
Constructors
DppResource() |
Creates an new DppResource instance. |
Properties
Id |
Resource Id represents the complete path to the resource. |
Name |
Resource name associated with the resource. |
SystemData |
Metadata pertaining to creation and last modification of the resource. |
Type |
Resource type represents the complete path of the form Namespace/ResourceType/ResourceType/... |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DppResource. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DppResource. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDppResource. |
FromJsonString(String) |
Creates a new instance of DppResource, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DppResource into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |