public class ResourceGroupFilter extends Object
| Constructor and Description |
|---|
ResourceGroupFilter() |
| 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.
|
public String tagName()
public ResourceGroupFilter withTagName(String tagName)
tagName - the tagName value to setpublic String tagValue()
public ResourceGroupFilter withTagValue(String tagValue)
tagValue - the tagValue 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.
*/