ArmNetworkModelFactory.ServiceGatewaySku Method
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.
public static Azure.ResourceManager.Network.Models.ServiceGatewaySku ServiceGatewaySku(Azure.ResourceManager.Network.Models.ServiceGatewaySkuName? name = default, Azure.ResourceManager.Network.Models.ServiceGatewaySkuTier? tier = default);
static member ServiceGatewaySku : Nullable<Azure.ResourceManager.Network.Models.ServiceGatewaySkuName> * Nullable<Azure.ResourceManager.Network.Models.ServiceGatewaySkuTier> -> Azure.ResourceManager.Network.Models.ServiceGatewaySku
Public Shared Function ServiceGatewaySku (Optional name As Nullable(Of ServiceGatewaySkuName) = Nothing, Optional tier As Nullable(Of ServiceGatewaySkuTier) = Nothing) As ServiceGatewaySku
Parameters
Name of a service gateway SKU.
Tier of a service gateway SKU.
Returns
A new ServiceGatewaySku instance for mocking.