Uses of Class
com.azure.resourcemanager.network.models.VirtualNetworkGatewayType
-
Packages that use VirtualNetworkGatewayType 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 VirtualNetworkGatewayType in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VirtualNetworkGatewayType Modifier and Type Method Description VirtualNetworkGatewayTypeVirtualNetworkGatewayInner. gatewayType()Get the gatewayType property: The type of this virtual network gateway.VirtualNetworkGatewayTypeVirtualNetworkGatewayPropertiesFormat. gatewayType()Get the gatewayType property: The type of this virtual network gateway.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type VirtualNetworkGatewayType Modifier and Type Method Description VirtualNetworkGatewayInnerVirtualNetworkGatewayInner. withGatewayType(VirtualNetworkGatewayType gatewayType)Set the gatewayType property: The type of this virtual network gateway.VirtualNetworkGatewayPropertiesFormatVirtualNetworkGatewayPropertiesFormat. withGatewayType(VirtualNetworkGatewayType gatewayType)Set the gatewayType property: The type of this virtual network gateway. -
Uses of VirtualNetworkGatewayType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as VirtualNetworkGatewayType Modifier and Type Field Description static VirtualNetworkGatewayTypeVirtualNetworkGatewayType. EXPRESS_ROUTEStatic value ExpressRoute for VirtualNetworkGatewayType.static VirtualNetworkGatewayTypeVirtualNetworkGatewayType. LOCAL_GATEWAYStatic value LocalGateway for VirtualNetworkGatewayType.static VirtualNetworkGatewayTypeVirtualNetworkGatewayType. VPNStatic value Vpn for VirtualNetworkGatewayType.Methods in com.azure.resourcemanager.network.models that return VirtualNetworkGatewayType Modifier and Type Method Description static VirtualNetworkGatewayTypeVirtualNetworkGatewayType. fromString(String name)Creates or finds a VirtualNetworkGatewayType from its string representation.VirtualNetworkGatewayTypeVirtualNetworkGateway. gatewayType()Methods in com.azure.resourcemanager.network.models that return types with arguments of type VirtualNetworkGatewayType Modifier and Type Method Description static Collection<VirtualNetworkGatewayType>VirtualNetworkGatewayType. values()
-