public static interface VirtualNetworkGateway.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualNetworkGateway.DefinitionStages.Blank
The first stage of a virtual network gateway definition.
|
static interface |
VirtualNetworkGateway.DefinitionStages.WithBgp
The stage of definition allowing to specify virtual network gateway's BGP speaker settings.
|
static interface |
VirtualNetworkGateway.DefinitionStages.WithCreate
The stage of the virtual network gateway definition which contains all the minimum required inputs for
the resource to be created (via
Creatable.create()), but also allows
for any other optional settings to be specified. |
static interface |
VirtualNetworkGateway.DefinitionStages.WithGatewayType
The stage of virtual network gateway definition allowing to specify virtual network gateway type.
|
static interface |
VirtualNetworkGateway.DefinitionStages.WithGroup
The stage of the virtual network gateway definition allowing to specify the resource group.
|
static interface |
VirtualNetworkGateway.DefinitionStages.WithNetwork
The stage of the virtual network gateway definition allowing to specify the virtual network.
|
static interface |
VirtualNetworkGateway.DefinitionStages.WithPublicIPAddress
The stage of virtual network gateway definition allowing to specify public IP address for IP configuration.
|
static interface |
VirtualNetworkGateway.DefinitionStages.WithSku
The stage of virtual network gateway definition allowing to specify SKU.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/