TagCount Clase

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

public class TagCount

Recuento de etiquetas.

Resumen del constructor

Constructor Description
TagCount()

Resumen del método

Modificador y tipo Método y descripción
java.lang.String type()

Obtiene el tipo de recuento.

java.lang.Integer value()

Obtenga el valor de count.

TagCount withType(String type)

Establezca el tipo de recuento.

TagCount withValue(Integer value)

Establezca el valor de count.

Métodos heredados 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

Detalles del constructor

TagCount

public TagCount()

Detalles del método

type

public String type()

Obtiene el tipo de recuento.

Returns:

el valor de tipo

value

public Integer value()

Obtenga el valor de count.

Returns:

el valor

withType

public TagCount withType(String type)

Establezca el tipo de recuento.

Parameters:

type - el valor de tipo que se va a establecer

Returns:

el propio objeto TagCount.

withValue

public TagCount withValue(Integer value)

Establezca el valor de count.

Parameters:

value - valor que se va a establecer

Returns:

el propio objeto TagCount.

Se aplica a