Class PerimeterAssociableResourceProperties
java.lang.Object
com.azure.resourcemanager.network.fluent.models.PerimeterAssociableResourceProperties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<PerimeterAssociableResourceProperties>
public final class PerimeterAssociableResourceProperties
extends Object
implements com.azure.json.JsonSerializable<PerimeterAssociableResourceProperties>
Properties of the perimeter associable resources.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of PerimeterAssociableResourceProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the displayName property: A friendly name for the properties of perimeter associable resources.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PerimeterAssociableResourceProperties from the JsonReader.Get the publicDnsZones property: Public DNS zone names of the resources.Get the resourceType property: Resource type/provider name.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
-
PerimeterAssociableResourceProperties
public PerimeterAssociableResourceProperties()Creates an instance of PerimeterAssociableResourceProperties class.
-
-
Method Details
-
displayName
Get the displayName property: A friendly name for the properties of perimeter associable resources.- Returns:
- the displayName value.
-
resourceType
Get the resourceType property: Resource type/provider name.- Returns:
- the resourceType value.
-
publicDnsZones
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<PerimeterAssociableResourceProperties>- Throws:
IOException
-
fromJson
public static PerimeterAssociableResourceProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of PerimeterAssociableResourceProperties from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of PerimeterAssociableResourceProperties 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 PerimeterAssociableResourceProperties.
-