Class VirtualApplianceIpConfiguration
java.lang.Object
com.azure.resourcemanager.network.models.VirtualApplianceIpConfiguration
Represents a single IP configuration.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of VirtualApplianceIpConfiguration class. -
Method Summary
Modifier and TypeMethodDescriptionname()Get the name property: Name of the IP configuration.Get the properties property: Represents a single IP configuration properties.voidvalidate()Validates the instance.Set the name property: Name of the IP configuration.Set the properties property: Represents a single IP configuration properties.
-
Constructor Details
-
VirtualApplianceIpConfiguration
public VirtualApplianceIpConfiguration()Creates an instance of VirtualApplianceIpConfiguration class.
-
-
Method Details
-
name
Get the name property: Name of the IP configuration.- Returns:
- the name value.
-
withName
Set the name property: Name of the IP configuration.- Parameters:
name- the name value to set.- Returns:
- the VirtualApplianceIpConfiguration object itself.
-
properties
Get the properties property: Represents a single IP configuration properties.- Returns:
- the properties value.
-
withProperties
public VirtualApplianceIpConfiguration withProperties(VirtualApplianceIpConfigurationProperties properties) Set the properties property: Represents a single IP configuration properties.- Parameters:
properties- the properties value to set.- Returns:
- the VirtualApplianceIpConfiguration object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-