Uses of Class
com.azure.resourcemanager.network.models.BastionHostIpConfiguration
-
Packages that use BastionHostIpConfiguration Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 BastionHostIpConfiguration Modifier and Type Method Description List<BastionHostIpConfiguration>BastionHostInner. ipConfigurations()Get the ipConfigurations property: IP configuration of the Bastion Host resource.List<BastionHostIpConfiguration>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 BastionHostIpConfiguration Modifier and Type Method Description BastionHostInnerBastionHostInner. withIpConfigurations(List<BastionHostIpConfiguration> ipConfigurations)Set the ipConfigurations property: IP configuration of the Bastion Host resource.BastionHostPropertiesFormatBastionHostPropertiesFormat. 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 BastionHostIpConfiguration Modifier and Type Method Description BastionHostIpConfigurationBastionHostIpConfiguration. withId(String id)BastionHostIpConfigurationBastionHostIpConfiguration. withName(String name)Set the name property: Name of the resource that is unique within a resource group.BastionHostIpConfigurationBastionHostIpConfiguration. withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)Set the privateIpAllocationMethod property: Private IP allocation method.BastionHostIpConfigurationBastionHostIpConfiguration. withPublicIpAddress(com.azure.core.management.SubResource publicIpAddress)Set the publicIpAddress property: Reference of the PublicIP resource.BastionHostIpConfigurationBastionHostIpConfiguration. withSubnet(com.azure.core.management.SubResource subnet)Set the subnet property: Reference of the subnet resource.
-