ResourceGroupFilter Class

  • java.lang.Object
    • com.microsoft.azure.management.resources.ResourceGroupFilter

public class ResourceGroupFilter

Resource group filter.

Method Summary

Modifier and Type Method and Description
String tagName()

Get the tagName value.

String tagValue()

Get the tagValue value.

ResourceGroupFilter withTagName(String tagName)

Set the tagName value.

ResourceGroupFilter withTagValue(String tagValue)

Set the tagValue value.

Method Details

tagName

public String tagName()

Get the tagName value.

Returns:

the tagName value

tagValue

public String tagValue()

Get the tagValue value.

Returns:

the tagValue value

withTagName

public ResourceGroupFilter withTagName(String tagName)

Set the tagName value.

Parameters:

tagName - the tagName value to set

Returns:

the ResourceGroupFilter object itself.

withTagValue

public ResourceGroupFilter withTagValue(String tagValue)

Set the tagValue value.

Parameters:

tagValue - the tagValue value to set

Returns:

the ResourceGroupFilter object itself.

Applies to