public class HubRouteTableInner
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
HubRouteTableInner() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
associatedConnections()
Get the associatedConnections property: List of all connections associated with this route table.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
List<String> |
labels()
Get the labels property: List of labels associated with this route table.
|
String |
name()
Get the name property: The name of the resource that is unique within a resource group.
|
List<String> |
propagatingConnections()
Get the propagatingConnections property: List of all connections that advertise to this route table.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the RouteTable resource.
|
List<HubRoute> |
routes()
Get the routes property: List of all routes.
|
String |
type()
Get the type property: Resource type.
|
void |
validate()
Validates the instance.
|
HubRouteTableInner |
withId(String id) |
HubRouteTableInner |
withLabels(List<String> labels)
Set the labels property: List of labels associated with this route table.
|
HubRouteTableInner |
withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
HubRouteTableInner |
withRoutes(List<HubRoute> routes)
Set the routes property: List of all routes.
|
public String name()
public HubRouteTableInner withName(String name)
name - the name value to set.public String etag()
public String type()
public List<HubRoute> routes()
public HubRouteTableInner withRoutes(List<HubRoute> routes)
routes - the routes value to set.public List<String> labels()
public HubRouteTableInner withLabels(List<String> labels)
labels - the labels value to set.public List<String> associatedConnections()
public List<String> propagatingConnections()
public ProvisioningState provisioningState()
public HubRouteTableInner 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.