Class NetworkSecurityPerimeterConfigurationProperties

java.lang.Object
com.azure.resourcemanager.loganalytics.models.NetworkSecurityPerimeterConfigurationProperties
All Implemented Interfaces:
com.azure.json.JsonSerializable<NetworkSecurityPerimeterConfigurationProperties>

public final class NetworkSecurityPerimeterConfigurationProperties extends Object implements com.azure.json.JsonSerializable<NetworkSecurityPerimeterConfigurationProperties>
Network security configuration properties.
  • Method Details

    • provisioningState

      Get the provisioningState property: The provisioningState property.
      Returns:
      the provisioningState value.
    • provisioningIssues

      public List<ProvisioningIssue> provisioningIssues()
      Get the provisioningIssues property: List of provisioning issues, if any.
      Returns:
      the provisioningIssues value.
    • networkSecurityPerimeter

      public NetworkSecurityPerimeter networkSecurityPerimeter()
      Get the networkSecurityPerimeter property: The networkSecurityPerimeter property.
      Returns:
      the networkSecurityPerimeter value.
    • resourceAssociation

      public ResourceAssociation resourceAssociation()
      Get the resourceAssociation property: The resourceAssociation property.
      Returns:
      the resourceAssociation value.
    • profile

      public NetworkSecurityProfile profile()
      Get the profile property: The profile property.
      Returns:
      the profile value.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<NetworkSecurityPerimeterConfigurationProperties>
      Throws:
      IOException
    • fromJson

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