public static interface VirtualNetworkGateway.DefinitionStages.WithNetwork
| Modifier and Type | Method and Description |
|---|---|
VirtualNetworkGateway.DefinitionStages.WithGatewayType |
withExistingNetwork(Network network)
Associate an existing virtual network with the virtual network gateway.
|
VirtualNetworkGateway.DefinitionStages.WithGatewayType |
withNewNetwork(com.microsoft.azure.management.resources.fluentcore.model.Creatable<Network> creatable)
Create a new virtual network to associate with the virtual network gateway,
based on the provided definition.
|
VirtualNetworkGateway.DefinitionStages.WithGatewayType |
withNewNetwork(String addressSpaceCidr,
String subnetAddressSpaceCidr)
Creates a new virtual network to associate with the virtual network gateway.
|
VirtualNetworkGateway.DefinitionStages.WithGatewayType |
withNewNetwork(String name,
String addressSpace,
String subnetAddressSpaceCidr)
Creates a new virtual network to associate with the virtual network gateway.
|
VirtualNetworkGateway.DefinitionStages.WithGatewayType withNewNetwork(com.microsoft.azure.management.resources.fluentcore.model.Creatable<Network> creatable)
creatable - a creatable definition for a new virtual networkVirtualNetworkGateway.DefinitionStages.WithGatewayType withNewNetwork(String name, String addressSpace, String subnetAddressSpaceCidr)
name - the name of the new virtual networkaddressSpace - the address space for the virtual networksubnetAddressSpaceCidr - the address space for the subnetVirtualNetworkGateway.DefinitionStages.WithGatewayType withNewNetwork(String addressSpaceCidr, String subnetAddressSpaceCidr)
addressSpaceCidr - the address space for the virtual networksubnetAddressSpaceCidr - the address space for the subnetVirtualNetworkGateway.DefinitionStages.WithGatewayType withExistingNetwork(Network network)
network - an existing virtual network/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/