Share via


GlobalCsmSkuDescription Constructors

Definition

Overloads

GlobalCsmSkuDescription()

Initializes a new instance of the GlobalCsmSkuDescription class.

GlobalCsmSkuDescription(String, String, String, String, SkuCapacity, IList<String>, IList<CapabilityInner>)

Initializes a new instance of the GlobalCsmSkuDescription class.

GlobalCsmSkuDescription()

Initializes a new instance of the GlobalCsmSkuDescription class.

public GlobalCsmSkuDescription ();
Public Sub New ()

Applies to

GlobalCsmSkuDescription(String, String, String, String, SkuCapacity, IList<String>, IList<CapabilityInner>)

Initializes a new instance of the GlobalCsmSkuDescription class.

public GlobalCsmSkuDescription (string name = default, string tier = default, string size = default, string family = default, Microsoft.Azure.Management.AppService.Fluent.Models.SkuCapacity capacity = default, System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.CapabilityInner> capabilities = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.GlobalCsmSkuDescription : string * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.SkuCapacity * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.CapabilityInner> -> Microsoft.Azure.Management.AppService.Fluent.Models.GlobalCsmSkuDescription
Public Sub New (Optional name As String = Nothing, Optional tier As String = Nothing, Optional size As String = Nothing, Optional family As String = Nothing, Optional capacity As SkuCapacity = Nothing, Optional locations As IList(Of String) = Nothing, Optional capabilities As IList(Of CapabilityInner) = Nothing)

Parameters

name
String

Name of the resource SKU.

tier
String

Service Tier of the resource SKU.

size
String

Size specifier of the resource SKU.

family
String

Family code of the resource SKU.

capacity
SkuCapacity

Min, max, and default scale values of the SKU.

locations
IList<String>

Locations of the SKU.

capabilities
IList<CapabilityInner>

Capabilities of the SKU, e.g., is traffic manager enabled?

Applies to