ApiManagementSkuRestrictionInfo Constructors

Definition

Overloads

ApiManagementSkuRestrictionInfo()

Initializes a new instance of the ApiManagementSkuRestrictionInfo class.

ApiManagementSkuRestrictionInfo(IList<String>, IList<String>)

Initializes a new instance of the ApiManagementSkuRestrictionInfo class.

ApiManagementSkuRestrictionInfo()

Initializes a new instance of the ApiManagementSkuRestrictionInfo class.

public ApiManagementSkuRestrictionInfo ();
Public Sub New ()

Applies to

ApiManagementSkuRestrictionInfo(IList<String>, IList<String>)

Initializes a new instance of the ApiManagementSkuRestrictionInfo class.

public ApiManagementSkuRestrictionInfo (System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<string> zones = default);
new Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuRestrictionInfo : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuRestrictionInfo
Public Sub New (Optional locations As IList(Of String) = Nothing, Optional zones As IList(Of String) = Nothing)

Parameters

locations
IList<String>

Locations where the SKU is restricted

zones
IList<String>

List of availability zones where the SKU is restricted.

Applies to