OperationOperations interface
Interface representing a OperationOperations.
Methods
list |
Lists a collection of operations associated with tags. |
Method Details
listByTags(string, string, string, OperationListByTagsOptionalParams)
Lists a collection of operations associated with tags.
function listByTags(resourceGroupName: string, serviceName: string, apiId: string, options?: OperationListByTagsOptionalParams): PagedAsyncIterableIterator<TagResourceContract, TagResourceContract[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- serviceName
-
string
The name of the API Management service.
- apiId
-
string
API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.
The options parameters.