public final class PropagatedRouteTable extends Object
| Constructor and Description |
|---|
PropagatedRouteTable() |
| Modifier and Type | Method and Description |
|---|---|
List<com.azure.core.management.SubResource> |
ids()
Get the ids property: The list of resource ids of all the RouteTables.
|
List<String> |
labels()
Get the labels property: The list of labels.
|
void |
validate()
Validates the instance.
|
PropagatedRouteTable |
withIds(List<com.azure.core.management.SubResource> ids)
Set the ids property: The list of resource ids of all the RouteTables.
|
PropagatedRouteTable |
withLabels(List<String> labels)
Set the labels property: The list of labels.
|
public List<String> labels()
public PropagatedRouteTable withLabels(List<String> labels)
labels - the labels value to set.public List<com.azure.core.management.SubResource> ids()
public PropagatedRouteTable withIds(List<com.azure.core.management.SubResource> ids)
ids - the ids value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.