Uses of Class
com.azure.resourcemanager.network.fluent.models.NatGatewayPropertiesFormat
-
Packages that use NatGatewayPropertiesFormat Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient. -
-
Uses of NatGatewayPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return NatGatewayPropertiesFormat Modifier and Type Method Description NatGatewayPropertiesFormatNatGatewayPropertiesFormat. withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes)Set the idleTimeoutInMinutes property: The idle timeout of the nat gateway.NatGatewayPropertiesFormatNatGatewayPropertiesFormat. withPublicIpAddresses(List<com.azure.core.management.SubResource> publicIpAddresses)Set the publicIpAddresses property: An array of public ip addresses associated with the nat gateway resource.NatGatewayPropertiesFormatNatGatewayPropertiesFormat. withPublicIpPrefixes(List<com.azure.core.management.SubResource> publicIpPrefixes)Set the publicIpPrefixes property: An array of public ip prefixes associated with the nat gateway resource.
-