PatchRouteFilter Class

  • java.lang.Object
    • com.microsoft.azure.SubResource
      • com.microsoft.azure.management.network.PatchRouteFilter

public class PatchRouteFilter
extends com.microsoft.azure.SubResource

Route Filter Resource.

Constructor Summary

Constructor Description
PatchRouteFilter()

Method Summary

Modifier and Type Method and Description
java.lang.String etag()

Get a unique read-only string that changes whenever the resource is updated.

java.util.List<com.microsoft.azure.management.network.implementation.ExpressRouteCircuitPeeringInner> ipv6Peerings()

Get a collection of references to express route circuit ipv6 peerings.

java.lang.String name()

Get the name of the resource that is unique within a resource group.

java.util.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.

java.util.List<com.microsoft.azure.management.network.implementation.RouteFilterRuleInner> rules()

Get collection of RouteFilterRules contained within a route filter.

java.util.Map<java.lang.String,java.lang.String> tags()

Get resource tags.

java.lang.String type()

Get resource type.

PatchRouteFilter withRules(List<RouteFilterRuleInner> rules)

Set collection of RouteFilterRules contained within a route filter.

PatchRouteFilter withTags(Map<String,String> tags)

Set resource tags.

Methods inherited from com.microsoft.azure.SubResource

com.microsoft.azure.SubResource.id com.microsoft.azure.SubResource.withId

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

PatchRouteFilter

public PatchRouteFilter()

Method Details

etag

public String etag()

Get a unique read-only string that changes whenever the resource is updated.

Returns:

the etag value

ipv6Peerings

public List ipv6Peerings()

Get a collection of references to express route circuit ipv6 peerings.

Returns:

the ipv6Peerings value

name

public String name()

Get the name of the resource that is unique within a resource group. This name can be used to access the resource.

Returns:

the name value

peerings

public List peerings()

Get a collection of references to express route circuit peerings.

Returns:

the peerings value

provisioningState

public ProvisioningState provisioningState()

Get the provisioning state of the route filter resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.

Returns:

the provisioningState value

rules

public List rules()

Get collection of RouteFilterRules contained within a route filter.

Returns:

the rules value

tags

public Map tags()

Get resource tags.

Returns:

the tags value

type

public String type()

Get resource type.

Returns:

the type value

withRules

public PatchRouteFilter withRules(List rules)

Set collection of RouteFilterRules contained within a route filter.

Parameters:

rules - the rules value to set

Returns:

the PatchRouteFilter object itself.

withTags

public PatchRouteFilter withTags(Map tags)

Set resource tags.

Parameters:

tags - the tags value to set

Returns:

the PatchRouteFilter object itself.

Applies to