Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.TagOperationLinkContractInner
Packages that use TagOperationLinkContractInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of TagOperationLinkContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return TagOperationLinkContractInnerModifier and TypeMethodDescriptionTagOperationLinksClient.createOrUpdate(String resourceGroupName, String serviceName, String tagId, String operationLinkId, TagOperationLinkContractInner parameters) Adds an operation to the specified tag via link.WorkspaceTagOperationLinksClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String tagId, String operationLinkId, TagOperationLinkContractInner parameters) Adds an operation to the specified tag via link.TagOperationLinksClient.get(String resourceGroupName, String serviceName, String tagId, String operationLinkId) Gets the operation link for the tag.WorkspaceTagOperationLinksClient.get(String resourceGroupName, String serviceName, String workspaceId, String tagId, String operationLinkId) Gets the operation link for the tag.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type TagOperationLinkContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<TagOperationLinkContractInner> TagOperationLinksClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String tagId, String operationLinkId, TagOperationLinkContractInner parameters, com.azure.core.util.Context context) Adds an operation to the specified tag via link.com.azure.core.http.rest.Response<TagOperationLinkContractInner> WorkspaceTagOperationLinksClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String tagId, String operationLinkId, TagOperationLinkContractInner parameters, com.azure.core.util.Context context) Adds an operation to the specified tag via link.com.azure.core.http.rest.PagedIterable<TagOperationLinkContractInner> TagOperationLinksClient.listByProduct(String resourceGroupName, String serviceName, String tagId) Lists a collection of the operation links associated with a tag.com.azure.core.http.rest.PagedIterable<TagOperationLinkContractInner> TagOperationLinksClient.listByProduct(String resourceGroupName, String serviceName, String tagId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of the operation links associated with a tag.com.azure.core.http.rest.PagedIterable<TagOperationLinkContractInner> WorkspaceTagOperationLinksClient.listByProduct(String resourceGroupName, String serviceName, String workspaceId, String tagId) Lists a collection of the operation links associated with a tag.com.azure.core.http.rest.PagedIterable<TagOperationLinkContractInner> WorkspaceTagOperationLinksClient.listByProduct(String resourceGroupName, String serviceName, String workspaceId, String tagId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of the operation links associated with a tag.Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type TagOperationLinkContractInnerModifier and TypeMethodDescriptionTagOperationLinksClient.createOrUpdate(String resourceGroupName, String serviceName, String tagId, String operationLinkId, TagOperationLinkContractInner parameters) Adds an operation to the specified tag via link.WorkspaceTagOperationLinksClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String tagId, String operationLinkId, TagOperationLinkContractInner parameters) Adds an operation to the specified tag via link.com.azure.core.http.rest.Response<TagOperationLinkContractInner> TagOperationLinksClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String tagId, String operationLinkId, TagOperationLinkContractInner parameters, com.azure.core.util.Context context) Adds an operation to the specified tag via link.com.azure.core.http.rest.Response<TagOperationLinkContractInner> WorkspaceTagOperationLinksClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String tagId, String operationLinkId, TagOperationLinkContractInner parameters, com.azure.core.util.Context context) Adds an operation to the specified tag via link. -
Uses of TagOperationLinkContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return TagOperationLinkContractInnerModifier and TypeMethodDescriptionTagOperationLinkContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TagOperationLinkContractInner from the JsonReader.TagOperationLinkContractInner.withOperationId(String operationId) Set the operationId property: Full resource Id of an API operation. -
Uses of TagOperationLinkContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return TagOperationLinkContractInnerModifier and TypeMethodDescriptionTagOperationLinksGetResponse.getValue()Gets the deserialized response body.WorkspaceTagOperationLinksGetResponse.getValue()Gets the deserialized response body.TagOperationLinkContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.TagOperationLinkContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type TagOperationLinkContractInnerModifier and TypeMethodDescriptionTagOperationLinkCollection.value()Get the value property: Page values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type TagOperationLinkContractInnerModifier and TypeMethodDescriptionWorkspaceTagOperationLinks.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String tagId, String operationLinkId, TagOperationLinkContractInner parameters) Adds an operation to the specified tag via link.com.azure.core.http.rest.Response<TagOperationLinkContract> WorkspaceTagOperationLinks.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String tagId, String operationLinkId, TagOperationLinkContractInner parameters, com.azure.core.util.Context context) Adds an operation to the specified tag via link.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type TagOperationLinkContractInnerModifier and TypeMethodDescriptionTagOperationLinkCollection.withValue(List<TagOperationLinkContractInner> value) Set the value property: Page values.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type TagOperationLinkContractInnerModifierConstructorDescriptionTagOperationLinksGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, TagOperationLinkContractInner value, TagOperationLinksGetHeaders headers) Creates an instance of TagOperationLinksGetResponse.WorkspaceTagOperationLinksGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, TagOperationLinkContractInner value, WorkspaceTagOperationLinksGetHeaders headers) Creates an instance of WorkspaceTagOperationLinksGetResponse.