Aracılığıyla paylaş


AzureCapacity Class

Definition

Azure capacity definition.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.AzureCapacityTypeConverter))]
public class AzureCapacity : Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IAzureCapacity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.AzureCapacityTypeConverter))>]
type AzureCapacity = class
    interface IAzureCapacity
    interface IJsonSerializable
Public Class AzureCapacity
Implements IAzureCapacity
Inheritance
AzureCapacity
Attributes
Implements

Constructors

AzureCapacity()

Creates an new AzureCapacity instance.

Properties

Default

The default capacity that would be used.

Maximum

Maximum allowed capacity.

Minimum

Minimum allowed capacity.

ScaleType

Scale type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureCapacity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureCapacity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.IAzureCapacity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureCapacity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to