ResourceGroupFilter Classe

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

public class ResourceGroupFilter

Filtro do grupo de recursos.

Resumo do Construtor

Construtor Description
ResourceGroupFilter()

Resumo do método

Modificador e tipo Método e descrição
java.lang.String tagName()

Obtenha o nome da marca.

java.lang.String tagValue()

Obter o valor da marca.

ResourceGroupFilter withTagName(String tagName)

Defina o nome da marca.

ResourceGroupFilter withTagValue(String tagValue)

Defina o valor da marca.

Métodos herdados de 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

Detalhes do construtor

ResourceGroupFilter

public ResourceGroupFilter()

Detalhes do método

tagName

public String tagName()

Obtenha o nome da marca.

Returns:

o valor de tagName

tagValue

public String tagValue()

Obter o valor da marca.

Returns:

o valor tagValue

withTagName

public ResourceGroupFilter withTagName(String tagName)

Defina o nome da marca.

Parameters:

tagName - o valor tagName a ser definido

Returns:

o próprio objeto ResourceGroupFilter.

withTagValue

public ResourceGroupFilter withTagValue(String tagValue)

Defina o valor da marca.

Parameters:

tagValue - o valor tagValue a ser definido

Returns:

o próprio objeto ResourceGroupFilter.

Aplica-se a