Compartilhar via


ListWorkspaceQuotas Class

Definition

The List WorkspaceQuotasByVMFamily operation response.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ListWorkspaceQuotasTypeConverter))]
public class ListWorkspaceQuotas : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IListWorkspaceQuotas
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ListWorkspaceQuotasTypeConverter))>]
type ListWorkspaceQuotas = class
    interface IListWorkspaceQuotas
    interface IJsonSerializable
Public Class ListWorkspaceQuotas
Implements IListWorkspaceQuotas
Inheritance
ListWorkspaceQuotas
Attributes
Implements

Constructors

ListWorkspaceQuotas()

Creates an new ListWorkspaceQuotas instance.

Properties

NextLink

The URI to fetch the next page of workspace quota information by VM Family. Call ListNext() with this to fetch the next page of Workspace Quota information.

Value

The list of Workspace Quotas by VM Family

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ListWorkspaceQuotas.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ListWorkspaceQuotas.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IListWorkspaceQuotas.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ListWorkspaceQuotas into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to