Interface TagResourceContract
public interface TagResourceContract
An immutable client-side representation of TagResourceContract.
-
Method Summary
Modifier and TypeMethodDescriptionapi()Gets the api property: API associated with the tag.Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.TagResourceContractInner object.Gets the operation property: Operation associated with the tag.product()Gets the product property: Product associated with the tag.tag()Gets the tag property: Tag associated with the resource.
-
Method Details
-
tag
Gets the tag property: Tag associated with the resource.- Returns:
- the tag value.
-
api
Gets the api property: API associated with the tag.- Returns:
- the api value.
-
operation
OperationTagResourceContractProperties operation()Gets the operation property: Operation associated with the tag.- Returns:
- the operation value.
-
product
ProductTagResourceContractProperties product()Gets the product property: Product associated with the tag.- Returns:
- the product value.
-
innerModel
TagResourceContractInner innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.TagResourceContractInner object.- Returns:
- the inner object.
-