你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UpdateWorkspaceQuotasResult Class

Definition

The result of update workspace quota.

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

Constructors

UpdateWorkspaceQuotasResult()

Creates an new UpdateWorkspaceQuotasResult instance.

Properties

NextLink

The URI to fetch the next page of workspace quota update result. Call ListNext() with this to fetch the next page of Workspace Quota update result.

Value

The list of workspace quota update result.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UpdateWorkspaceQuotasResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UpdateWorkspaceQuotasResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UpdateWorkspaceQuotasResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to