Uses of Class
com.azure.resourcemanager.network.fluent.models.NatGatewayPropertiesFormat
Packages that use NatGatewayPropertiesFormat
Package
Description
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 NatGatewayPropertiesFormatModifier and TypeMethodDescriptionstatic NatGatewayPropertiesFormatNatGatewayPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NatGatewayPropertiesFormat from the JsonReader.NatGatewayPropertiesFormat.withIdleTimeoutInMinutes(Integer idleTimeoutInMinutes) Set the idleTimeoutInMinutes property: The idle timeout of the nat gateway.NatGatewayPropertiesFormat.withPublicIpAddresses(List<com.azure.core.management.SubResource> publicIpAddresses) Set the publicIpAddresses property: An array of public ip addresses associated with the nat gateway resource.NatGatewayPropertiesFormat.withPublicIpPrefixes(List<com.azure.core.management.SubResource> publicIpPrefixes) Set the publicIpPrefixes property: An array of public ip prefixes associated with the nat gateway resource.