Uses of Class
com.azure.resourcemanager.network.fluent.models.BastionHostIpConfigurationPropertiesFormat
-
Packages that use BastionHostIpConfigurationPropertiesFormat Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient. -
-
Uses of BastionHostIpConfigurationPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return BastionHostIpConfigurationPropertiesFormat Modifier and Type Method Description BastionHostIpConfigurationPropertiesFormatBastionHostIpConfigurationPropertiesFormat. withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)Set the privateIpAllocationMethod property: Private IP allocation method.BastionHostIpConfigurationPropertiesFormatBastionHostIpConfigurationPropertiesFormat. withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress)Set the publicIpAddress property: Reference of the PublicIP resource.BastionHostIpConfigurationPropertiesFormatBastionHostIpConfigurationPropertiesFormat. withSubnet(com.azure.core.management.SubResource subnet)Set the subnet property: Reference of the subnet resource.
-