Share via


AutoscaleSettingResourceCollection Class

Definition

Represents a collection of autoscale setting resources.

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

Constructors

AutoscaleSettingResourceCollection()

Creates an new AutoscaleSettingResourceCollection instance.

Properties

NextLink

URL to get the next set of results.

Value

the values for the autoscale setting resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AutoscaleSettingResourceCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AutoscaleSettingResourceCollection.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AutoscaleSettingResourceCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to