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 Summary
Modifier and TypeMethodDescriptionfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkSecurityPerimeterConfigurationProperties from the JsonReader.Get the networkSecurityPerimeter property: The networkSecurityPerimeter property.profile()Get the profile property: The profile property.Get the provisioningIssues property: List of provisioning issues, if any.Get the provisioningState property: The provisioningState property.Get the resourceAssociation property: The resourceAssociation property.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Method Details
-
provisioningState
Get the provisioningState property: The provisioningState property.- Returns:
- the provisioningState value.
-
provisioningIssues
Get the provisioningIssues property: List of provisioning issues, if any.- Returns:
- the provisioningIssues value.
-
networkSecurityPerimeter
Get the networkSecurityPerimeter property: The networkSecurityPerimeter property.- Returns:
- the networkSecurityPerimeter value.
-
resourceAssociation
Get the resourceAssociation property: The resourceAssociation property.- Returns:
- the resourceAssociation value.
-
profile
Get the profile property: The profile property.- Returns:
- the profile value.
-
toJson
- Specified by:
toJsonin interfacecom.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.
-