ApiGatewayData(AzureLocation, ApiManagementGatewaySkuProperties) Constructor

Definition

Initializes a new instance of ApiGatewayData.

public ApiGatewayData(Azure.Core.AzureLocation location, Azure.ResourceManager.ApiManagement.Models.ApiManagementGatewaySkuProperties sku);
new Azure.ResourceManager.ApiManagement.ApiGatewayData : Azure.Core.AzureLocation * Azure.ResourceManager.ApiManagement.Models.ApiManagementGatewaySkuProperties -> Azure.ResourceManager.ApiManagement.ApiGatewayData
Public Sub New (location As AzureLocation, sku As ApiManagementGatewaySkuProperties)

Parameters

location
AzureLocation

The location.

sku
ApiManagementGatewaySkuProperties

SKU properties of the API Management gateway.

Exceptions

sku is null.

Applies to