com.azure.core.http.rest.Response<TagContract> |
Tags.assignToApiWithResponse(String resourceGroupName,
String serviceName,
String apiId,
String tagId,
com.azure.core.util.Context context) |
Assign tag to the Api.
|
com.azure.core.http.rest.Response<TagContract> |
Tags.assignToOperationWithResponse(String resourceGroupName,
String serviceName,
String apiId,
String operationId,
String tagId,
com.azure.core.util.Context context) |
Assign tag to the Operation.
|
com.azure.core.http.rest.Response<TagContract> |
Tags.assignToProductWithResponse(String resourceGroupName,
String serviceName,
String productId,
String tagId,
com.azure.core.util.Context context) |
Assign tag to the Product.
|
com.azure.core.http.rest.Response<TagContract> |
Tags.getByApiWithResponse(String resourceGroupName,
String serviceName,
String apiId,
String tagId,
com.azure.core.util.Context context) |
Get tag associated with the API.
|
com.azure.core.http.rest.Response<TagContract> |
Tags.getByIdWithResponse(String id,
com.azure.core.util.Context context) |
Gets the details of the tag specified by its identifier.
|
com.azure.core.http.rest.Response<TagContract> |
Tags.getByOperationWithResponse(String resourceGroupName,
String serviceName,
String apiId,
String operationId,
String tagId,
com.azure.core.util.Context context) |
Get tag associated with the Operation.
|
com.azure.core.http.rest.Response<TagContract> |
Tags.getByProductWithResponse(String resourceGroupName,
String serviceName,
String productId,
String tagId,
com.azure.core.util.Context context) |
Get tag associated with the Product.
|
com.azure.core.http.rest.Response<TagContract> |
Tags.getWithResponse(String resourceGroupName,
String serviceName,
String tagId,
com.azure.core.util.Context context) |
Gets the details of the tag specified by its identifier.
|
com.azure.core.http.rest.PagedIterable<TagContract> |
Tags.listByApi(String resourceGroupName,
String serviceName,
String apiId) |
Lists all Tags associated with the API.
|
com.azure.core.http.rest.PagedIterable<TagContract> |
Tags.listByApi(String resourceGroupName,
String serviceName,
String apiId,
String filter,
Integer top,
Integer skip,
com.azure.core.util.Context context) |
Lists all Tags associated with the API.
|
com.azure.core.http.rest.PagedIterable<TagContract> |
Tags.listByOperation(String resourceGroupName,
String serviceName,
String apiId,
String operationId) |
Lists all Tags associated with the Operation.
|
com.azure.core.http.rest.PagedIterable<TagContract> |
Tags.listByOperation(String resourceGroupName,
String serviceName,
String apiId,
String operationId,
String filter,
Integer top,
Integer skip,
com.azure.core.util.Context context) |
Lists all Tags associated with the Operation.
|
com.azure.core.http.rest.PagedIterable<TagContract> |
Tags.listByProduct(String resourceGroupName,
String serviceName,
String productId) |
Lists all Tags associated with the Product.
|
com.azure.core.http.rest.PagedIterable<TagContract> |
Tags.listByProduct(String resourceGroupName,
String serviceName,
String productId,
String filter,
Integer top,
Integer skip,
com.azure.core.util.Context context) |
Lists all Tags associated with the Product.
|
com.azure.core.http.rest.PagedIterable<TagContract> |
Tags.listByService(String resourceGroupName,
String serviceName) |
Lists a collection of tags defined within a service instance.
|
com.azure.core.http.rest.PagedIterable<TagContract> |
Tags.listByService(String resourceGroupName,
String serviceName,
String filter,
Integer top,
Integer skip,
String scope,
com.azure.core.util.Context context) |
Lists a collection of tags defined within a service instance.
|