ListWorkspaceQuotas 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 List WorkspaceQuotasByVMFamily operation response.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ListWorkspaceQuotasTypeConverter))]
public class ListWorkspaceQuotas : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IListWorkspaceQuotas
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ListWorkspaceQuotasTypeConverter))>]
type ListWorkspaceQuotas = class
interface IListWorkspaceQuotas
interface IJsonSerializable
Public Class ListWorkspaceQuotas
Implements IListWorkspaceQuotas
- Inheritance
-
ListWorkspaceQuotas
- Attributes
- Implements
Constructors
ListWorkspaceQuotas() |
Creates an new ListWorkspaceQuotas instance. |
Properties
NextLink |
The URI to fetch the next page of workspace quota information by VM Family. Call ListNext() with this to fetch the next page of Workspace Quota information. |
Value |
The list of Workspace Quotas by VM Family |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ListWorkspaceQuotas. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ListWorkspaceQuotas. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IListWorkspaceQuotas. |
FromJsonString(String) |
Creates a new instance of ListWorkspaceQuotas, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ListWorkspaceQuotas into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |