Uses of Interface
com.azure.resourcemanager.network.models.VirtualNetworkGatewayConnection.Update
Packages that use VirtualNetworkGatewayConnection.Update
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of VirtualNetworkGatewayConnection.Update in com.azure.resourcemanager.network.models
Subinterfaces with type arguments of type VirtualNetworkGatewayConnection.Update in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptioninterfaceClient-side representation of Virtual Network Gateway Connection object, associated with Virtual Network Gateway.static interfaceGrouping of virtual network gateway connection update stages.Methods in com.azure.resourcemanager.network.models that return VirtualNetworkGatewayConnection.UpdateModifier and TypeMethodDescriptionVirtualNetworkGatewayConnection.UpdateStages.WithAuthorization.withAuthorization(String authorizationKey) Specify authorization key.VirtualNetworkGatewayConnection.UpdateStages.WithBgp.withBgp()Enable BGP for the connection.VirtualNetworkGatewayConnection.UpdateStages.WithBgp.withoutBgp()Disable BGP for the connection.VirtualNetworkGatewayConnection.UpdateStages.WithSharedKey.withSharedKey(String sharedKey) Specify shared key.