Uses of Interface
com.microsoft.azure.management.network.VirtualNetworkGateway.Update
-
Packages that use VirtualNetworkGateway.Update Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of VirtualNetworkGateway.Update in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return VirtualNetworkGateway.Update Modifier and Type Method Description VirtualNetworkGateway.UpdateVirtualNetworkGateway.UpdateStages.WithBgp. withBgp(long asn, String bgpPeeringAddress)Enables BGP.VirtualNetworkGateway.UpdateVirtualNetworkGateway.UpdateStages.WithBgp. withoutBgp()Disables BGP for this virtual network gateway.VirtualNetworkGateway.UpdateVirtualNetworkGateway.UpdateStages.WithSku. withSku(VirtualNetworkGatewaySkuName skuName)Methods in com.microsoft.azure.management.network that return types with arguments of type VirtualNetworkGateway.Update Modifier and Type Method Description PointToSiteConfiguration.DefinitionStages.Blank<VirtualNetworkGateway.Update>VirtualNetworkGateway.UpdateStages.WithPointToSiteConfiguration. definePointToSiteConfiguration()Begins the definition of point-to-site configuration to be added to this virtual network gateway.
-