Uses of Class
com.azure.resourcemanager.network.models.VpnNatRuleType
-
Packages that use VpnNatRuleType 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 VpnNatRuleType in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VpnNatRuleType Modifier and Type Method Description VpnNatRuleTypeVirtualNetworkGatewayNatRuleProperties. type()Get the type property: The type of NAT rule for VPN NAT.VpnNatRuleTypeVpnGatewayNatRuleProperties. type()Get the type property: The type of NAT rule for VPN NAT.VpnNatRuleTypeVirtualNetworkGatewayNatRuleInner. typePropertiesType()Get the type property: The type of NAT rule for VPN NAT.VpnNatRuleTypeVpnGatewayNatRuleInner. 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 VpnNatRuleType Modifier and Type Method Description VirtualNetworkGatewayNatRulePropertiesVirtualNetworkGatewayNatRuleProperties. withType(VpnNatRuleType type)Set the type property: The type of NAT rule for VPN NAT.VpnGatewayNatRulePropertiesVpnGatewayNatRuleProperties. withType(VpnNatRuleType type)Set the type property: The type of NAT rule for VPN NAT.VirtualNetworkGatewayNatRuleInnerVirtualNetworkGatewayNatRuleInner. withTypePropertiesType(VpnNatRuleType type)Set the type property: The type of NAT rule for VPN NAT.VpnGatewayNatRuleInnerVpnGatewayNatRuleInner. 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 VpnNatRuleType Modifier and Type Field Description static VpnNatRuleTypeVpnNatRuleType. DYNAMICStatic value Dynamic for VpnNatRuleType.static VpnNatRuleTypeVpnNatRuleType. STATICStatic value Static for VpnNatRuleType.Methods in com.azure.resourcemanager.network.models that return VpnNatRuleType Modifier and Type Method Description static 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 VpnNatRuleType Modifier and Type Method Description static Collection<VpnNatRuleType>VpnNatRuleType. values()
-