SelectedResource Class

Definition

A resource selected from ARM

[System.ComponentModel.TypeConverter(typeof(ADT.Models.SelectedResourceTypeConverter))]
public class SelectedResource : ADT.Models.ISelectedResource
[<System.ComponentModel.TypeConverter(typeof(ADT.Models.SelectedResourceTypeConverter))>]
type SelectedResource = class
    interface ISelectedResource
    interface IJsonSerializable
Public Class SelectedResource
Implements ISelectedResource
Inheritance
SelectedResource
Attributes
Implements

Constructors

Name Description
SelectedResource()

Creates an new SelectedResource instance.

Properties

Name Description
Id

Id of the connection

Location

Location of the connection

Name

Name of the connection

SubscriptionName

Name of the subscription with the connection

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SelectedResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SelectedResource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of ADT.Models.ISelectedResource.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SelectedResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to