LoadBalancerFrontendIpConfigurationProperties Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. LoadBalancerFrontendIpConfigurationProperties
- com.
Implements
public final class LoadBalancerFrontendIpConfigurationProperties
implements JsonSerializable<LoadBalancerFrontendIpConfigurationProperties>
Describes a cloud service IP Configuration.
Constructor Summary
| Constructor | Description |
|---|---|
| LoadBalancerFrontendIpConfigurationProperties() |
Creates an instance of Load |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Load |
fromJson(JsonReader jsonReader)
Reads an instance of Load |
| String |
privateIpAddress()
Get the private |
|
Sub |
publicIpAddress()
Get the public |
|
Sub |
subnet()
Get the subnet property: The reference to the virtual network subnet resource. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Load |
withPrivateIpAddress(String privateIpAddress)
Set the private |
|
Load |
withPublicIpAddress(SubResource publicIpAddress)
Set the public |
|
Load |
withSubnet(SubResource subnet)
Set the subnet property: The reference to the virtual network subnet resource. |
Methods inherited from java.lang.Object
Constructor Details
LoadBalancerFrontendIpConfigurationProperties
public LoadBalancerFrontendIpConfigurationProperties()
Creates an instance of LoadBalancerFrontendIpConfigurationProperties class.
Method Details
fromJson
public static LoadBalancerFrontendIpConfigurationProperties fromJson(JsonReader jsonReader)
Reads an instance of LoadBalancerFrontendIpConfigurationProperties from the JsonReader.
Parameters:
Returns:
Throws:
privateIpAddress
public String privateIpAddress()
Get the privateIpAddress property: The virtual network private IP address of the IP configuration.
Returns:
publicIpAddress
public SubResource publicIpAddress()
Get the publicIpAddress property: The reference to the public ip address resource.
Returns:
subnet
public SubResource subnet()
Get the subnet property: The reference to the virtual network subnet resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
withPrivateIpAddress
public LoadBalancerFrontendIpConfigurationProperties withPrivateIpAddress(String privateIpAddress)
Set the privateIpAddress property: The virtual network private IP address of the IP configuration.
Parameters:
Returns:
withPublicIpAddress
public LoadBalancerFrontendIpConfigurationProperties withPublicIpAddress(SubResource publicIpAddress)
Set the publicIpAddress property: The reference to the public ip address resource.
Parameters:
Returns:
withSubnet
public LoadBalancerFrontendIpConfigurationProperties withSubnet(SubResource subnet)
Set the subnet property: The reference to the virtual network subnet resource.
Parameters:
Returns: