TagsResult Interface

public interface TagsResult

An immutable client-side representation of TagsResult.

Method Summary

Modifier and Type Method and Description
abstract String etag()

Gets the etag property: eTag of the resource.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract TagsResultInner innerModel()

Gets the inner com.azure.resourcemanager.consumption.fluent.models.TagsResultInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract String nextLink()

Gets the nextLink property: The link (url) to the next page of results.

abstract String previousLink()

Gets the previousLink property: The link (url) to the previous page of results.

abstract List<Tag> tags()

Gets the tags property: A list of Tag.

abstract String type()

Gets the type property: The type of the resource.

Method Details

etag

public abstract String etag()

Gets the etag property: eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.

Returns:

the etag value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract TagsResultInner innerModel()

Gets the inner com.azure.resourcemanager.consumption.fluent.models.TagsResultInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

nextLink

public abstract String nextLink()

Gets the nextLink property: The link (url) to the next page of results.

Returns:

the nextLink value.

previousLink

public abstract String previousLink()

Gets the previousLink property: The link (url) to the previous page of results.

Returns:

the previousLink value.

tags

public abstract List tags()

Gets the tags property: A list of Tag.

Returns:

the tags value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to