Class RoutingConfigurationNfvSubResource
java.lang.Object
com.azure.resourcemanager.network.models.RoutingConfigurationNfvSubResource
Reference to RouteTableV3 associated with the connection.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of RoutingConfigurationNfvSubResource class. -
Method Summary
Modifier and TypeMethodDescriptionGet the resourceUri property: Resource ID.voidvalidate()Validates the instance.withResourceUri(String resourceUri) Set the resourceUri property: Resource ID.
-
Constructor Details
-
RoutingConfigurationNfvSubResource
public RoutingConfigurationNfvSubResource()Creates an instance of RoutingConfigurationNfvSubResource class.
-
-
Method Details
-
resourceUri
Get the resourceUri property: Resource ID.- Returns:
- the resourceUri value.
-
withResourceUri
Set the resourceUri property: Resource ID.- Parameters:
resourceUri- the resourceUri value to set.- Returns:
- the RoutingConfigurationNfvSubResource object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-