Uses of Class
com.azure.resourcemanager.network.models.VpnGatewayGeneration
Packages that use VpnGatewayGeneration
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VpnGatewayGeneration in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VpnGatewayGenerationModifier and TypeMethodDescriptionVirtualNetworkGatewayInner.vpnGatewayGeneration()Get the vpnGatewayGeneration property: The generation for this VirtualNetworkGateway.VirtualNetworkGatewayPropertiesFormat.vpnGatewayGeneration()Get the vpnGatewayGeneration property: The generation for this VirtualNetworkGateway.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type VpnGatewayGenerationModifier and TypeMethodDescriptionVirtualNetworkGatewayInner.withVpnGatewayGeneration(VpnGatewayGeneration vpnGatewayGeneration) Set the vpnGatewayGeneration property: The generation for this VirtualNetworkGateway.VirtualNetworkGatewayPropertiesFormat.withVpnGatewayGeneration(VpnGatewayGeneration vpnGatewayGeneration) Set the vpnGatewayGeneration property: The generation for this VirtualNetworkGateway. -
Uses of VpnGatewayGeneration in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as VpnGatewayGenerationModifier and TypeFieldDescriptionstatic final VpnGatewayGenerationVpnGatewayGeneration.GENERATION1Static value Generation1 for VpnGatewayGeneration.static final VpnGatewayGenerationVpnGatewayGeneration.GENERATION2Static value Generation2 for VpnGatewayGeneration.static final VpnGatewayGenerationVpnGatewayGeneration.NONEStatic value None for VpnGatewayGeneration.Methods in com.azure.resourcemanager.network.models that return VpnGatewayGenerationModifier and TypeMethodDescriptionstatic VpnGatewayGenerationVpnGatewayGeneration.fromString(String name) Creates or finds a VpnGatewayGeneration from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type VpnGatewayGenerationModifier and TypeMethodDescriptionstatic Collection<VpnGatewayGeneration> VpnGatewayGeneration.values()Gets known VpnGatewayGeneration values.