GlobalCsmSkuDescription 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
GlobalCsmSkuDescription() | |
GlobalCsmSkuDescription(String, String, String, String, SkuCapacity, IList<String>, IList<Capability>) |
GlobalCsmSkuDescription()
public GlobalCsmSkuDescription ();
Public Sub New ()
Applies to
GlobalCsmSkuDescription(String, String, String, String, SkuCapacity, IList<String>, IList<Capability>)
public GlobalCsmSkuDescription (string name = default, string tier = default, string size = default, string family = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.SkuCapacity capacity = 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.GlobalCsmSkuDescription : string * string * string * string * 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.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 Capability) = Nothing)
Parameters
- name
- String
- tier
- String
- size
- String
- family
- String
- capacity
- SkuCapacity
- capabilities
- IList<Capability>