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 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

      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

      public ProvisioningState 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

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.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.