ApiManagementSkuLocationInfo 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
ApiManagementSkuLocationInfo() |
Initializes a new instance of the ApiManagementSkuLocationInfo class. |
ApiManagementSkuLocationInfo(String, IList<String>, IList<ApiManagementSkuZoneDetails>) |
Initializes a new instance of the ApiManagementSkuLocationInfo class. |
ApiManagementSkuLocationInfo()
Initializes a new instance of the ApiManagementSkuLocationInfo class.
public ApiManagementSkuLocationInfo ();
Public Sub New ()
Applies to
ApiManagementSkuLocationInfo(String, IList<String>, IList<ApiManagementSkuZoneDetails>)
Initializes a new instance of the ApiManagementSkuLocationInfo class.
public ApiManagementSkuLocationInfo (string location = default, System.Collections.Generic.IList<string> zones = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuZoneDetails> zoneDetails = default);
new Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuLocationInfo : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuZoneDetails> -> Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuLocationInfo
Public Sub New (Optional location As String = Nothing, Optional zones As IList(Of String) = Nothing, Optional zoneDetails As IList(Of ApiManagementSkuZoneDetails) = Nothing)
Parameters
- location
- String
Location of the SKU
- zoneDetails
- IList<ApiManagementSkuZoneDetails>
Details of capabilities available to a SKU in specific zones.