Class VirtualNetworkRule
java.lang.Object
com.azure.resourcemanager.elasticsan.models.VirtualNetworkRule
- All Implemented Interfaces:
com.azure.json.JsonSerializable<VirtualNetworkRule>
public final class VirtualNetworkRule
extends Object
implements com.azure.json.JsonSerializable<VirtualNetworkRule>
Virtual Network rule.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaction()
Get the action property: The action of virtual network rule.static VirtualNetworkRule
fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualNetworkRule from the JsonReader.com.azure.json.JsonWriter
toJson
(com.azure.json.JsonWriter jsonWriter) void
validate()
Validates the instance.Get the virtualNetworkResourceId property: Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.withAction
(Action action) Set the action property: The action of virtual network rule.withVirtualNetworkResourceId
(String virtualNetworkResourceId) Set the virtualNetworkResourceId property: Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
VirtualNetworkRule
public VirtualNetworkRule()Creates an instance of VirtualNetworkRule class.
-
-
Method Details
-
virtualNetworkResourceId
Get the virtualNetworkResourceId property: Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.- Returns:
- the virtualNetworkResourceId value.
-
withVirtualNetworkResourceId
Set the virtualNetworkResourceId property: Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.- Parameters:
virtualNetworkResourceId
- the virtualNetworkResourceId value to set.- Returns:
- the VirtualNetworkRule object itself.
-
action
Get the action property: The action of virtual network rule.- Returns:
- the action value.
-
withAction
Set the action property: The action of virtual network rule.- Parameters:
action
- the action value to set.- Returns:
- the VirtualNetworkRule object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
toJson
- Specified by:
toJson
in interfacecom.azure.json.JsonSerializable<VirtualNetworkRule>
- Throws:
IOException
-
fromJson
Reads an instance of VirtualNetworkRule from the JsonReader.- Parameters:
jsonReader
- The JsonReader being read.- Returns:
- An instance of VirtualNetworkRule if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IllegalStateException
- If the deserialized JSON object was missing any required properties.IOException
- If an error occurs while reading the VirtualNetworkRule.
-