SkuInformation 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
SkuInformation() |
Initializes a new instance of the SkuInformation class. |
SkuInformation(String, String, String, String, IList<SkuCost>, IList<String>, IList<SkuLocationInfo>, IList<String>, IList<String>) |
Initializes a new instance of the SkuInformation class. |
SkuInformation()
Initializes a new instance of the SkuInformation class.
public SkuInformation ();
Public Sub New ()
Applies to
SkuInformation(String, String, String, String, IList<SkuCost>, IList<String>, IList<SkuLocationInfo>, IList<String>, IList<String>)
Initializes a new instance of the SkuInformation class.
public SkuInformation (string name = default, string tier = default, string kind = default, string family = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.SkuCost> costs = default, System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.SkuLocationInfo> locationInfo = default, System.Collections.Generic.IList<string> requiredQuotaIds = default, System.Collections.Generic.IList<string> requiredFeatures = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.SkuInformation : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.SkuCost> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.SkuLocationInfo> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.DataBoxEdge.Models.SkuInformation
Public Sub New (Optional name As String = Nothing, Optional tier As String = Nothing, Optional kind As String = Nothing, Optional family As String = Nothing, Optional costs As IList(Of SkuCost) = Nothing, Optional locations As IList(Of String) = Nothing, Optional locationInfo As IList(Of SkuLocationInfo) = Nothing, Optional requiredQuotaIds As IList(Of String) = Nothing, Optional requiredFeatures As IList(Of String) = Nothing)
Parameters
- name
- String
The sku name.
- tier
- String
The sku tier.
- kind
- String
The sku kind.
- family
- String
The Sku family.
- locationInfo
- IList<SkuLocationInfo>
The locations where Sku is available with zones and sites info
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET