QuotaHostsRemaining Class

Definition

Remaining hosts quota by sku type

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.QuotaHostsRemainingTypeConverter))]
public class QuotaHostsRemaining : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IQuotaHostsRemaining, Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.IAssociativeArray<int>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.QuotaHostsRemainingTypeConverter))>]
type QuotaHostsRemaining = class
    interface IQuotaHostsRemaining
    interface IJsonSerializable
    interface IAssociativeArray<int>
Public Class QuotaHostsRemaining
Implements IAssociativeArray(Of Integer), IQuotaHostsRemaining
Inheritance
QuotaHostsRemaining
Attributes
Implements

Constructors

QuotaHostsRemaining()

Creates an new QuotaHostsRemaining instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, Int32)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of QuotaHostsRemaining.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of QuotaHostsRemaining.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IQuotaHostsRemaining.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of QuotaHostsRemaining into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, Int32)

Operators

Implicit(QuotaHostsRemaining to Dictionary<String,Int32>)

Explicit Interface Implementations

IAssociativeArray<Int32>.AdditionalProperties
IAssociativeArray<Int32>.Count
IAssociativeArray<Int32>.Keys
IAssociativeArray<Int32>.Values

Applies to