Class AccessRuleProperties
java.lang.Object
com.azure.resourcemanager.loganalytics.models.AccessRuleProperties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<AccessRuleProperties>
public final class AccessRuleProperties
extends Object
implements com.azure.json.JsonSerializable<AccessRuleProperties>
Properties of Access Rule.
-
Method Summary
Modifier and TypeMethodDescriptionGet the addressPrefixes property: Address prefixes in the CIDR format for inbound rules.Get the direction property: The direction property.Get the emailAddresses property: Email addresses for outbound rules.static AccessRulePropertiesfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AccessRuleProperties from the JsonReader.Get the fullyQualifiedDomainNames property: Fully qualified domain names (FQDN) for outbound rules.Get the networkSecurityPerimeters property: Network security perimeters for inbound rules.Get the phoneNumbers property: Phone numbers for outbound rules.Get the subscriptions property: Subscriptions for inbound rules.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
-
direction
Get the direction property: The direction property.- Returns:
- the direction value.
-
addressPrefixes
-
subscriptions
Get the subscriptions property: Subscriptions for inbound rules.- Returns:
- the subscriptions value.
-
networkSecurityPerimeters
Get the networkSecurityPerimeters property: Network security perimeters for inbound rules.- Returns:
- the networkSecurityPerimeters value.
-
fullyQualifiedDomainNames
-
emailAddresses
-
phoneNumbers
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<AccessRuleProperties>- Throws:
IOException
-
fromJson
public static AccessRuleProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of AccessRuleProperties from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of AccessRuleProperties 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 AccessRuleProperties.
-