ApiManagementSkuLocationInfo Constructors

Definition

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

zones
IList<String>

List of availability zones where the SKU is supported.

zoneDetails
IList<ApiManagementSkuZoneDetails>

Details of capabilities available to a SKU in specific zones.

Applies to