ResourceSku 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
ResourceSku()
public ResourceSku ();
Public Sub New ()
Applies to
ResourceSku(String, String, String, String, String, String, ResourceSkuCapacity, IList<String>, IList<ResourceSkuLocationInfo>, IList<String>, IList<ResourceSkuCosts>, IList<ResourceSkuCapabilities>, IList<ResourceSkuRestrictions>)
public ResourceSku (string resourceType = default, string name = default, string tier = default, string size = default, string family = default, string kind = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSkuCapacity capacity = default, System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSkuLocationInfo> locationInfo = default, System.Collections.Generic.IList<string> apiVersions = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSkuCosts> costs = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSkuCapabilities> capabilities = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSkuRestrictions> restrictions = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSku : string * string * string * string * string * string * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSkuCapacity * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSkuLocationInfo> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSkuCosts> * System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSkuCapabilities> * System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSkuRestrictions> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSku
Public Sub New (Optional resourceType As String = Nothing, Optional name As String = Nothing, Optional tier As String = Nothing, Optional size As String = Nothing, Optional family As String = Nothing, Optional kind As String = Nothing, Optional capacity As ResourceSkuCapacity = Nothing, Optional locations As IList(Of String) = Nothing, Optional locationInfo As IList(Of ResourceSkuLocationInfo) = Nothing, Optional apiVersions As IList(Of String) = Nothing, Optional costs As IList(Of ResourceSkuCosts) = Nothing, Optional capabilities As IList(Of ResourceSkuCapabilities) = Nothing, Optional restrictions As IList(Of ResourceSkuRestrictions) = Nothing)
Parameters
- resourceType
- String
- name
- String
- tier
- String
- size
- String
- family
- String
- kind
- String
- capacity
- ResourceSkuCapacity
- locationInfo
- IList<ResourceSkuLocationInfo>
- costs
- IList<ResourceSkuCosts>
- capabilities
- IList<ResourceSkuCapabilities>
- restrictions
- IList<ResourceSkuRestrictions>