ApiGatewayData(AzureLocation, ApiManagementGatewaySkuProperties) Constructor
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.
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 properties of the API Management gateway.
Exceptions
sku is null.