public class VirtualHubRouteTableV2Inner
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
VirtualHubRouteTableV2Inner() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
attachedConnections()
Get the attachedConnections property: List of all connections attached to this route table v2.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get the name property: The name of the resource that is unique within a resource group.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the virtual hub route table v2 resource.
|
List<VirtualHubRouteV2> |
routes()
Get the routes property: List of all routes.
|
void |
validate()
Validates the instance.
|
VirtualHubRouteTableV2Inner |
withAttachedConnections(List<String> attachedConnections)
Set the attachedConnections property: List of all connections attached to this route table v2.
|
VirtualHubRouteTableV2Inner |
withId(String id) |
VirtualHubRouteTableV2Inner |
withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
VirtualHubRouteTableV2Inner |
withRoutes(List<VirtualHubRouteV2> routes)
Set the routes property: List of all routes.
|
public String name()
public VirtualHubRouteTableV2Inner withName(String name)
name - the name value to set.public String etag()
public List<VirtualHubRouteV2> routes()
public VirtualHubRouteTableV2Inner withRoutes(List<VirtualHubRouteV2> routes)
routes - the routes value to set.public List<String> attachedConnections()
public VirtualHubRouteTableV2Inner withAttachedConnections(List<String> attachedConnections)
attachedConnections - the attachedConnections value to set.public ProvisioningState provisioningState()
public VirtualHubRouteTableV2Inner withId(String id)
withId in class com.azure.core.management.SubResourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.