Uses of Class
com.azure.resourcemanager.network.models.VirtualNetworkGatewayType
Packages that use VirtualNetworkGatewayType
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VirtualNetworkGatewayType in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VirtualNetworkGatewayTypeModifier and TypeMethodDescriptionVirtualNetworkGatewayInner.gatewayType()Get the gatewayType property: The type of this virtual network gateway.VirtualNetworkGatewayPropertiesFormat.gatewayType()Get the gatewayType property: The type of this virtual network gateway.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type VirtualNetworkGatewayTypeModifier and TypeMethodDescriptionVirtualNetworkGatewayInner.withGatewayType(VirtualNetworkGatewayType gatewayType) Set the gatewayType property: The type of this virtual network gateway.VirtualNetworkGatewayPropertiesFormat.withGatewayType(VirtualNetworkGatewayType gatewayType) Set the gatewayType property: The type of this virtual network gateway. -
Uses of VirtualNetworkGatewayType in com.azure.resourcemanager.network.models
Subclasses with type arguments of type VirtualNetworkGatewayType in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classThe type of this virtual network gateway.Fields in com.azure.resourcemanager.network.models declared as VirtualNetworkGatewayTypeModifier and TypeFieldDescriptionstatic final VirtualNetworkGatewayTypeVirtualNetworkGatewayType.EXPRESS_ROUTEStatic value ExpressRoute for VirtualNetworkGatewayType.static final VirtualNetworkGatewayTypeVirtualNetworkGatewayType.LOCAL_GATEWAYStatic value LocalGateway for VirtualNetworkGatewayType.static final VirtualNetworkGatewayTypeVirtualNetworkGatewayType.VPNStatic value Vpn for VirtualNetworkGatewayType.Methods in com.azure.resourcemanager.network.models that return VirtualNetworkGatewayTypeModifier and TypeMethodDescriptionstatic VirtualNetworkGatewayTypeVirtualNetworkGatewayType.fromString(String name) Creates or finds a VirtualNetworkGatewayType from its string representation.VirtualNetworkGateway.gatewayType()Gets the gatewayType value.Methods in com.azure.resourcemanager.network.models that return types with arguments of type VirtualNetworkGatewayTypeModifier and TypeMethodDescriptionstatic Collection<VirtualNetworkGatewayType> VirtualNetworkGatewayType.values()Gets known VirtualNetworkGatewayType values.