ActivatedResourceReference Class

Definition

Reference to another resource along with its state.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ActivatedResourceReferenceTypeConverter))]
public class ActivatedResourceReference : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IActivatedResourceReference
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ActivatedResourceReferenceTypeConverter))>]
type ActivatedResourceReference = class
    interface IActivatedResourceReference
    interface IJsonSerializable
Public Class ActivatedResourceReference
Implements IActivatedResourceReference
Inheritance
ActivatedResourceReference
Attributes
Implements

Constructors

ActivatedResourceReference()

Creates an new ActivatedResourceReference instance.

Properties

Id

Resource ID.

IsActive

Whether the resource is active or inactive

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ActivatedResourceReference.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ActivatedResourceReference.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IActivatedResourceReference.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ActivatedResourceReference into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to