UpdateWorkspaceQuotasResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |