Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.TagApiLinkContractInner
Packages that use TagApiLinkContractInner
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 TagApiLinkContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return TagApiLinkContractInnerModifier and TypeMethodDescriptionTagApiLinksClient.createOrUpdate(String resourceGroupName, String serviceName, String tagId, String apiLinkId, TagApiLinkContractInner parameters) Adds an API to the specified tag via link.WorkspaceTagApiLinksClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String tagId, String apiLinkId, TagApiLinkContractInner parameters) Adds an API to the specified tag via link.Gets the API link for the tag.WorkspaceTagApiLinksClient.get(String resourceGroupName, String serviceName, String workspaceId, String tagId, String apiLinkId) Gets the API link for the tag.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type TagApiLinkContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<TagApiLinkContractInner> TagApiLinksClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String tagId, String apiLinkId, TagApiLinkContractInner parameters, com.azure.core.util.Context context) Adds an API to the specified tag via link.com.azure.core.http.rest.Response<TagApiLinkContractInner> WorkspaceTagApiLinksClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String tagId, String apiLinkId, TagApiLinkContractInner parameters, com.azure.core.util.Context context) Adds an API to the specified tag via link.com.azure.core.http.rest.PagedIterable<TagApiLinkContractInner> TagApiLinksClient.listByProduct(String resourceGroupName, String serviceName, String tagId) Lists a collection of the API links associated with a tag.com.azure.core.http.rest.PagedIterable<TagApiLinkContractInner> TagApiLinksClient.listByProduct(String resourceGroupName, String serviceName, String tagId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of the API links associated with a tag.com.azure.core.http.rest.PagedIterable<TagApiLinkContractInner> WorkspaceTagApiLinksClient.listByProduct(String resourceGroupName, String serviceName, String workspaceId, String tagId) Lists a collection of the API links associated with a tag.com.azure.core.http.rest.PagedIterable<TagApiLinkContractInner> WorkspaceTagApiLinksClient.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 API links associated with a tag.Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type TagApiLinkContractInnerModifier and TypeMethodDescriptionTagApiLinksClient.createOrUpdate(String resourceGroupName, String serviceName, String tagId, String apiLinkId, TagApiLinkContractInner parameters) Adds an API to the specified tag via link.WorkspaceTagApiLinksClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String tagId, String apiLinkId, TagApiLinkContractInner parameters) Adds an API to the specified tag via link.com.azure.core.http.rest.Response<TagApiLinkContractInner> TagApiLinksClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String tagId, String apiLinkId, TagApiLinkContractInner parameters, com.azure.core.util.Context context) Adds an API to the specified tag via link.com.azure.core.http.rest.Response<TagApiLinkContractInner> WorkspaceTagApiLinksClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String tagId, String apiLinkId, TagApiLinkContractInner parameters, com.azure.core.util.Context context) Adds an API to the specified tag via link. -
Uses of TagApiLinkContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return TagApiLinkContractInnerModifier and TypeMethodDescriptionstatic TagApiLinkContractInnerTagApiLinkContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TagApiLinkContractInner from the JsonReader.Set the apiId property: Full resource Id of an API. -
Uses of TagApiLinkContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return TagApiLinkContractInnerModifier and TypeMethodDescriptionTagApiLinksGetResponse.getValue()Gets the deserialized response body.WorkspaceTagApiLinksGetResponse.getValue()Gets the deserialized response body.TagApiLinkContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.TagApiLinkContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type TagApiLinkContractInnerModifier and TypeMethodDescriptionTagApiLinkCollection.value()Get the value property: Page values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type TagApiLinkContractInnerModifier and TypeMethodDescriptionWorkspaceTagApiLinks.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String tagId, String apiLinkId, TagApiLinkContractInner parameters) Adds an API to the specified tag via link.com.azure.core.http.rest.Response<TagApiLinkContract> WorkspaceTagApiLinks.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String tagId, String apiLinkId, TagApiLinkContractInner parameters, com.azure.core.util.Context context) Adds an API to the specified tag via link.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type TagApiLinkContractInnerModifier and TypeMethodDescriptionTagApiLinkCollection.withValue(List<TagApiLinkContractInner> value) Set the value property: Page values.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type TagApiLinkContractInnerModifierConstructorDescriptionTagApiLinksGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, TagApiLinkContractInner value, TagApiLinksGetHeaders headers) Creates an instance of TagApiLinksGetResponse.WorkspaceTagApiLinksGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, TagApiLinkContractInner value, WorkspaceTagApiLinksGetHeaders headers) Creates an instance of WorkspaceTagApiLinksGetResponse.