Share via


AutoscaleIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.AutoscaleIdentityTypeConverter))]
public class AutoscaleIdentity : Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IAutoscaleIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.AutoscaleIdentityTypeConverter))>]
type AutoscaleIdentity = class
    interface IAutoscaleIdentity
    interface IJsonSerializable
Public Class AutoscaleIdentity
Implements IAutoscaleIdentity
Inheritance
AutoscaleIdentity
Attributes
Implements

Constructors

AutoscaleIdentity()

Creates an new AutoscaleIdentity instance.

Properties

AutoscaleSettingName

The autoscale setting name.

Id

Resource identity path

ResourceGroupName

The name of the resource group. The name is case insensitive.

SubscriptionId

The ID of the target subscription.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AutoscaleIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AutoscaleIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Models.IAutoscaleIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AutoscaleIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to