Compartilhar via


UpdateWorkspaceQuotas Class

Definition

The properties for update Quota response.

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

Constructors

UpdateWorkspaceQuotas()

Creates an new UpdateWorkspaceQuotas instance.

Properties

Id

Specifies the resource ID.

Limit

The maximum permitted quota of the resource.

Status

Status of update workspace quota.

Type

Specifies the resource type.

Unit

An enum describing the unit of quota measurement.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UpdateWorkspaceQuotas.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UpdateWorkspaceQuotas.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UpdateWorkspaceQuotas into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to