UpdateWorkspaceQuotas 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 properties for update Quota response.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.UpdateWorkspaceQuotasTypeConverter))]
public class UpdateWorkspaceQuotas : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IUpdateWorkspaceQuotas
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.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.Api20240401.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() |