Uses of Class
com.azure.resourcemanager.network.models.BastionHostIpConfiguration
Packages that use BastionHostIpConfiguration
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of BastionHostIpConfiguration in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type BastionHostIpConfigurationModifier and TypeMethodDescriptionBastionHostInner.ipConfigurations()Get the ipConfigurations property: IP configuration of the Bastion Host resource.BastionHostPropertiesFormat.ipConfigurations()Get the ipConfigurations property: IP configuration of the Bastion Host resource.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type BastionHostIpConfigurationModifier and TypeMethodDescriptionBastionHostInner.withIpConfigurations(List<BastionHostIpConfiguration> ipConfigurations) Set the ipConfigurations property: IP configuration of the Bastion Host resource.BastionHostPropertiesFormat.withIpConfigurations(List<BastionHostIpConfiguration> ipConfigurations) Set the ipConfigurations property: IP configuration of the Bastion Host resource. -
Uses of BastionHostIpConfiguration in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return BastionHostIpConfigurationModifier and TypeMethodDescriptionstatic BastionHostIpConfigurationBastionHostIpConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BastionHostIpConfiguration from the JsonReader.Set the name property: Name of the resource that is unique within a resource group.BastionHostIpConfiguration.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: Private IP allocation method.BastionHostIpConfiguration.withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress) Set the publicIpAddress property: Reference of the PublicIP resource.BastionHostIpConfiguration.withSubnet(com.azure.core.management.SubResource subnet) Set the subnet property: Reference of the subnet resource.