ApplicationGateway.UpdateStages.WithSku Interface
public static interface ApplicationGateway.UpdateStages.WithSku
The stage of an application gateway update allowing to specify the sku.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Update |
withSize(ApplicationGatewaySkuName size)
Specifies the size of the application gateway to use within the context of the selected tier. |
| abstract Update |
withTier(ApplicationGatewayTier tier)
Set tier of an application gateway. |
Method Details
withSize
public abstract ApplicationGateway.Update withSize(ApplicationGatewaySkuName size)
Specifies the size of the application gateway to use within the context of the selected tier.
Application Gateway V1 is officially deprecated on April 28, 2023. See v1-retirement-timeline for V1 retirement timeline and start planning your migration to Application Gateway V2 today.
Parameters:
Returns:
withTier
public abstract ApplicationGateway.Update withTier(ApplicationGatewayTier tier)
Set tier of an application gateway. Possible values include: 'Standard', 'WAF', 'Standard_v2', 'WAF_v2'.
Application Gateway V1 is officially deprecated on April 28, 2023. See v1-retirement-timeline for V1 retirement timeline and start planning your migration to Application Gateway V2 today.
Parameters:
Returns: