QuotaUpdateParameters 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.
Quota update parameters.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.QuotaUpdateParametersTypeConverter))]
public class QuotaUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IQuotaUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.QuotaUpdateParametersTypeConverter))>]
type QuotaUpdateParameters = class
interface IQuotaUpdateParameters
interface IJsonSerializable
Public Class QuotaUpdateParameters
Implements IQuotaUpdateParameters
- Inheritance
-
QuotaUpdateParameters
- Attributes
- Implements
Constructors
QuotaUpdateParameters() |
Creates an new QuotaUpdateParameters instance. |
Properties
Location |
Region of workspace quota to be updated. |
Value |
The list for update quota. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of QuotaUpdateParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of QuotaUpdateParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IQuotaUpdateParameters. |
FromJsonString(String) |
Creates a new instance of QuotaUpdateParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of QuotaUpdateParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |