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() | |
SkuDescription(String, String, String, String, Nullable<Int32>, SkuCapacity, IList<String>, IList<Capability>) |
SkuDescription()
public SkuDescription ();
Public Sub New ()
Applies to
SkuDescription(String, String, String, String, Nullable<Int32>, SkuCapacity, IList<String>, IList<Capability>)
public SkuDescription (string name = default, string tier = default, string size = default, string family = default, int? capacity = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.SkuCapacity skuCapacity = default, System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Capability> capabilities = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.SkuDescription : string * string * string * string * Nullable<int> * Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.SkuCapacity * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Capability> -> Microsoft.Azure.Management.WebSites.Version2016_09_01.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
- tier
- String
- size
- String
- family
- String
- skuCapacity
- SkuCapacity
- capabilities
- IList<Capability>