SkuDescription Constructors
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.
Overloads
SkuDescription() |
Initializes a new instance of the SkuDescription class. |
SkuDescription(String, String, String, String, Nullable<Int32>, SkuCapacity, IList<String>, IList<Capability>) |
Initializes a new instance of the SkuDescription class. |
SkuDescription()
Initializes a new instance of the SkuDescription class.
public SkuDescription ();
Public Sub New ()
Applies to
SkuDescription(String, String, String, String, Nullable<Int32>, SkuCapacity, IList<String>, IList<Capability>)
Initializes a new instance of the SkuDescription class.
public SkuDescription (string name = default, string tier = default, string size = default, string family = default, int? capacity = default, Microsoft.Azure.Management.WebSites.Models.SkuCapacity skuCapacity = default, System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Capability> capabilities = default);
new Microsoft.Azure.Management.WebSites.Models.SkuDescription : string * string * string * string * Nullable<int> * Microsoft.Azure.Management.WebSites.Models.SkuCapacity * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Capability> -> Microsoft.Azure.Management.WebSites.Models.SkuDescription
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 Nullable(Of Integer) = Nothing, Optional skuCapacity As SkuCapacity = Nothing, Optional locations As IList(Of String) = Nothing, Optional capabilities As IList(Of Capability) = 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.
- skuCapacity
- SkuCapacity
Min, max, and default scale values of the SKU.
- capabilities
- IList<Capability>
Capabilities of the SKU, e.g., is traffic manager enabled?
Applies to
Azure SDK for .NET