Uses of Class
com.azure.resourcemanager.network.models.VpnNatRuleType
Packages that use VpnNatRuleType
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VpnNatRuleType in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VpnNatRuleTypeModifier and TypeMethodDescriptionVirtualNetworkGatewayNatRuleProperties.type()Get the type property: The type of NAT rule for VPN NAT.VpnGatewayNatRuleProperties.type()Get the type property: The type of NAT rule for VPN NAT.VirtualNetworkGatewayNatRuleInner.typePropertiesType()Get the type property: The type of NAT rule for VPN NAT.VpnGatewayNatRuleInner.typePropertiesType()Get the type property: The type of NAT rule for VPN NAT.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type VpnNatRuleTypeModifier and TypeMethodDescriptionVirtualNetworkGatewayNatRuleProperties.withType(VpnNatRuleType type) Set the type property: The type of NAT rule for VPN NAT.VpnGatewayNatRuleProperties.withType(VpnNatRuleType type) Set the type property: The type of NAT rule for VPN NAT.VirtualNetworkGatewayNatRuleInner.withTypePropertiesType(VpnNatRuleType type) Set the type property: The type of NAT rule for VPN NAT.VpnGatewayNatRuleInner.withTypePropertiesType(VpnNatRuleType type) Set the type property: The type of NAT rule for VPN NAT. -
Uses of VpnNatRuleType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as VpnNatRuleTypeModifier and TypeFieldDescriptionstatic final VpnNatRuleTypeVpnNatRuleType.DYNAMICStatic value Dynamic for VpnNatRuleType.static final VpnNatRuleTypeVpnNatRuleType.STATICStatic value Static for VpnNatRuleType.Methods in com.azure.resourcemanager.network.models that return VpnNatRuleTypeModifier and TypeMethodDescriptionstatic VpnNatRuleTypeVpnNatRuleType.fromString(String name) Creates or finds a VpnNatRuleType from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type VpnNatRuleTypeModifier and TypeMethodDescriptionstatic Collection<VpnNatRuleType> VpnNatRuleType.values()Gets known VpnNatRuleType values.