Class NetworkSecurityPerimeterConfigurationProperties
java.lang.Object
com.azure.resourcemanager.storage.fluent.models.NetworkSecurityPerimeterConfigurationProperties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<NetworkSecurityPerimeterConfigurationProperties>
public final class NetworkSecurityPerimeterConfigurationProperties
extends Object
implements com.azure.json.JsonSerializable<NetworkSecurityPerimeterConfigurationProperties>
Properties of the Network Security Perimeter Configuration.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of NetworkSecurityPerimeterConfigurationProperties class. -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkSecurityPerimeterConfigurationProperties from the JsonReader.Get the networkSecurityPerimeter property: NetworkSecurityPerimeter related information.profile()Get the profile property: Network Security Perimeter profile.Get the provisioningIssues property: List of Provisioning Issues if any.Get the provisioningState property: Provisioning state of Network Security Perimeter configuration propagation.Get the resourceAssociation property: Information about resource association.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.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
-
Constructor Details
-
NetworkSecurityPerimeterConfigurationProperties
public NetworkSecurityPerimeterConfigurationProperties()Creates an instance of NetworkSecurityPerimeterConfigurationProperties class.
-
-
Method Details
-
provisioningState
Get the provisioningState property: Provisioning state of Network Security Perimeter configuration propagation.- Returns:
- the provisioningState value.
-
provisioningIssues
Get the provisioningIssues property: List of Provisioning Issues if any.- Returns:
- the provisioningIssues value.
-
networkSecurityPerimeter
Get the networkSecurityPerimeter property: NetworkSecurityPerimeter related information.- Returns:
- the networkSecurityPerimeter value.
-
resourceAssociation
Get the resourceAssociation property: Information about resource association.- Returns:
- the resourceAssociation value.
-
profile
Get the profile property: Network Security Perimeter profile.- Returns:
- the profile value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
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.
-