Uses of Class
com.azure.resourcemanager.network.models.VpnGatewayGeneration
-
Packages that use VpnGatewayGeneration Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 VpnGatewayGeneration Modifier and Type Method Description VpnGatewayGenerationVirtualNetworkGatewayInner. vpnGatewayGeneration()Get the vpnGatewayGeneration property: The generation for this VirtualNetworkGateway.VpnGatewayGenerationVirtualNetworkGatewayPropertiesFormat. vpnGatewayGeneration()Get the vpnGatewayGeneration property: The generation for this VirtualNetworkGateway.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type VpnGatewayGeneration Modifier and Type Method Description VirtualNetworkGatewayInnerVirtualNetworkGatewayInner. withVpnGatewayGeneration(VpnGatewayGeneration vpnGatewayGeneration)Set the vpnGatewayGeneration property: The generation for this VirtualNetworkGateway.VirtualNetworkGatewayPropertiesFormatVirtualNetworkGatewayPropertiesFormat. 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 VpnGatewayGeneration Modifier and Type Field Description static VpnGatewayGenerationVpnGatewayGeneration. GENERATION1Static value Generation1 for VpnGatewayGeneration.static VpnGatewayGenerationVpnGatewayGeneration. GENERATION2Static value Generation2 for VpnGatewayGeneration.static VpnGatewayGenerationVpnGatewayGeneration. NONEStatic value None for VpnGatewayGeneration.Methods in com.azure.resourcemanager.network.models that return VpnGatewayGeneration Modifier and Type Method Description static 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 VpnGatewayGeneration Modifier and Type Method Description static Collection<VpnGatewayGeneration>VpnGatewayGeneration. values()
-