public class PatchRouteFilter
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
PatchRouteFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get a unique read-only string that changes whenever the resource is updated.
|
List<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitPeeringInner> |
ipv6Peerings()
Get a collection of references to express route circuit ipv6 peerings.
|
String |
name()
Get the name of the resource that is unique within a resource group.
|
List<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitPeeringInner> |
peerings()
Get a collection of references to express route circuit peerings.
|
ProvisioningState |
provisioningState()
Get the provisioning state of the route filter resource.
|
List<com.microsoft.azure.management.network.implementation.RouteFilterRuleInner> |
rules()
Get collection of RouteFilterRules contained within a route filter.
|
Map<String,String> |
tags()
Get resource tags.
|
String |
type()
Get resource type.
|
PatchRouteFilter |
withRules(List<com.microsoft.azure.management.network.implementation.RouteFilterRuleInner> rules)
Set collection of RouteFilterRules contained within a route filter.
|
PatchRouteFilter |
withTags(Map<String,String> tags)
Set resource tags.
|
public List<com.microsoft.azure.management.network.implementation.RouteFilterRuleInner> rules()
public PatchRouteFilter withRules(List<com.microsoft.azure.management.network.implementation.RouteFilterRuleInner> rules)
rules - the rules value to setpublic List<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitPeeringInner> peerings()
public List<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitPeeringInner> ipv6Peerings()
public ProvisioningState provisioningState()
public String name()
public String etag()
public String type()
public PatchRouteFilter withTags(Map<String,String> tags)
tags - the tags value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/