Share via


DppProxyResource Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.DppProxyResourceTypeConverter))]
public class DppProxyResource : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDppProxyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.DppProxyResourceTypeConverter))>]
type DppProxyResource = class
    interface IDppProxyResource
    interface IJsonSerializable
Public Class DppProxyResource
Implements IDppProxyResource
Inheritance
DppProxyResource
Attributes
Implements

Constructors

DppProxyResource()

Creates an new DppProxyResource instance.

Properties

Id

Proxy Resource Id represents the complete path to the resource.

Name

Proxy Resource name associated with the resource.

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 DppProxyResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DppProxyResource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IDppProxyResource.

FromJsonString(String)

Creates a new instance of DppProxyResource, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DppProxyResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to