Uses of Class
com.azure.resourcemanager.network.fluent.models.BastionHostIpConfigurationPropertiesFormat
Packages that use BastionHostIpConfigurationPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of BastionHostIpConfigurationPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type BastionHostIpConfigurationPropertiesFormatModifier and TypeClassDescriptionfinal classProperties of IP configuration of an Bastion Host.Methods in com.azure.resourcemanager.network.fluent.models that return BastionHostIpConfigurationPropertiesFormatModifier and TypeMethodDescriptionBastionHostIpConfigurationPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BastionHostIpConfigurationPropertiesFormat from the JsonReader.BastionHostIpConfigurationPropertiesFormat.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: Private IP allocation method.BastionHostIpConfigurationPropertiesFormat.withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress) Set the publicIpAddress property: Reference of the PublicIP resource.BastionHostIpConfigurationPropertiesFormat.withSubnet(com.azure.core.management.SubResource subnet) Set the subnet property: Reference of the subnet resource.