Class NetworkSecurityPerimeterProperties

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

public final class NetworkSecurityPerimeterProperties extends Object implements com.azure.json.JsonSerializable<NetworkSecurityPerimeterProperties>
Properties of network security perimeter.
  • Constructor Details

    • NetworkSecurityPerimeterProperties

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

    • provisioningState

      public NspProvisioningState provisioningState()
      Get the provisioningState property: The provisioning state of the scope assignment resource.
      Returns:
      the provisioningState value.
    • perimeterGuid

      public String perimeterGuid()
      Get the perimeterGuid property: perimeter guid of the network security perimeter.
      Returns:
      the perimeterGuid 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<NetworkSecurityPerimeterProperties>
      Throws:
      IOException
    • fromJson

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