Compartilhar via


AvailableWorkloadProfilesCollection Class

Definition

Collection of available workload profiles in the location.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.AvailableWorkloadProfilesCollectionTypeConverter))]
public class AvailableWorkloadProfilesCollection : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IAvailableWorkloadProfilesCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.AvailableWorkloadProfilesCollectionTypeConverter))>]
type AvailableWorkloadProfilesCollection = class
    interface IAvailableWorkloadProfilesCollection
    interface IJsonSerializable
Public Class AvailableWorkloadProfilesCollection
Implements IAvailableWorkloadProfilesCollection
Inheritance
AvailableWorkloadProfilesCollection
Attributes
Implements

Constructors

AvailableWorkloadProfilesCollection()

Creates an new AvailableWorkloadProfilesCollection instance.

Properties

NextLink

Link to next page of resources.

Value

Collection of workload profiles.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AvailableWorkloadProfilesCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AvailableWorkloadProfilesCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IAvailableWorkloadProfilesCollection.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AvailableWorkloadProfilesCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to