Class ApplicationGatewayPrivateLinkConfigurationProperties
java.lang.Object
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayPrivateLinkConfigurationProperties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<ApplicationGatewayPrivateLinkConfigurationProperties>
public final class ApplicationGatewayPrivateLinkConfigurationProperties
extends Object
implements com.azure.json.JsonSerializable<ApplicationGatewayPrivateLinkConfigurationProperties>
Properties of private link configuration on an application gateway.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ApplicationGatewayPrivateLinkConfigurationProperties class. -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayPrivateLinkConfigurationProperties from the JsonReader.Get the ipConfigurations property: An array of application gateway private link ip configurations.Get the provisioningState property: The provisioning state of the application gateway private link configuration.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.withIpConfigurations(List<ApplicationGatewayPrivateLinkIpConfiguration> ipConfigurations) Set the ipConfigurations property: An array of application gateway private link ip configurations.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
ApplicationGatewayPrivateLinkConfigurationProperties
public ApplicationGatewayPrivateLinkConfigurationProperties()Creates an instance of ApplicationGatewayPrivateLinkConfigurationProperties class.
-
-
Method Details
-
ipConfigurations
Get the ipConfigurations property: An array of application gateway private link ip configurations.- Returns:
- the ipConfigurations value.
-
withIpConfigurations
public ApplicationGatewayPrivateLinkConfigurationProperties withIpConfigurations(List<ApplicationGatewayPrivateLinkIpConfiguration> ipConfigurations) Set the ipConfigurations property: An array of application gateway private link ip configurations.- Parameters:
ipConfigurations- the ipConfigurations value to set.- Returns:
- the ApplicationGatewayPrivateLinkConfigurationProperties object itself.
-
provisioningState
Get the provisioningState property: The provisioning state of the application gateway private link configuration.- Returns:
- the provisioningState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<ApplicationGatewayPrivateLinkConfigurationProperties>- Throws:
IOException
-
fromJson
public static ApplicationGatewayPrivateLinkConfigurationProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of ApplicationGatewayPrivateLinkConfigurationProperties from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of ApplicationGatewayPrivateLinkConfigurationProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the ApplicationGatewayPrivateLinkConfigurationProperties.
-