Class PerimeterAssociableResourceProperties

java.lang.Object
com.azure.resourcemanager.network.fluent.models.PerimeterAssociableResourceProperties
All Implemented Interfaces:
com.azure.json.JsonSerializable<PerimeterAssociableResourceProperties>

public final class PerimeterAssociableResourceProperties extends Object implements com.azure.json.JsonSerializable<PerimeterAssociableResourceProperties>
Properties of the perimeter associable resources.
  • Constructor Details

    • PerimeterAssociableResourceProperties

      public PerimeterAssociableResourceProperties()
      Creates an instance of PerimeterAssociableResourceProperties class.
  • Method Details

    • displayName

      public String displayName()
      Get the displayName property: A friendly name for the properties of perimeter associable resources.
      Returns:
      the displayName value.
    • resourceType

      public String resourceType()
      Get the resourceType property: Resource type/provider name.
      Returns:
      the resourceType value.
    • publicDnsZones

      public List<String> publicDnsZones()
      Get the publicDnsZones property: Public DNS zone names of the resources.
      Returns:
      the publicDnsZones 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<PerimeterAssociableResourceProperties>
      Throws:
      IOException
    • fromJson

      public static PerimeterAssociableResourceProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of PerimeterAssociableResourceProperties from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of PerimeterAssociableResourceProperties 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 PerimeterAssociableResourceProperties.