Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.TagProductLinkContractInner
Packages that use TagProductLinkContractInner
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 TagProductLinkContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return TagProductLinkContractInnerModifier and TypeMethodDescriptionTagProductLinksClient.createOrUpdate(String resourceGroupName, String serviceName, String tagId, String productLinkId, TagProductLinkContractInner parameters) Adds a product to the specified tag via link.WorkspaceTagProductLinksClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String tagId, String productLinkId, TagProductLinkContractInner parameters) Adds a product to the specified tag via link.TagProductLinksClient.get(String resourceGroupName, String serviceName, String tagId, String productLinkId) Gets the product link for the tag.WorkspaceTagProductLinksClient.get(String resourceGroupName, String serviceName, String workspaceId, String tagId, String productLinkId) Gets the product link for the tag.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type TagProductLinkContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<TagProductLinkContractInner> TagProductLinksClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String tagId, String productLinkId, TagProductLinkContractInner parameters, com.azure.core.util.Context context) Adds a product to the specified tag via link.com.azure.core.http.rest.Response<TagProductLinkContractInner> WorkspaceTagProductLinksClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String tagId, String productLinkId, TagProductLinkContractInner parameters, com.azure.core.util.Context context) Adds a product to the specified tag via link.com.azure.core.http.rest.PagedIterable<TagProductLinkContractInner> TagProductLinksClient.listByProduct(String resourceGroupName, String serviceName, String tagId) Lists a collection of the product links associated with a tag.com.azure.core.http.rest.PagedIterable<TagProductLinkContractInner> TagProductLinksClient.listByProduct(String resourceGroupName, String serviceName, String tagId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of the product links associated with a tag.com.azure.core.http.rest.PagedIterable<TagProductLinkContractInner> WorkspaceTagProductLinksClient.listByProduct(String resourceGroupName, String serviceName, String workspaceId, String tagId) Lists a collection of the product links associated with a tag.com.azure.core.http.rest.PagedIterable<TagProductLinkContractInner> WorkspaceTagProductLinksClient.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 product links associated with a tag.Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type TagProductLinkContractInnerModifier and TypeMethodDescriptionTagProductLinksClient.createOrUpdate(String resourceGroupName, String serviceName, String tagId, String productLinkId, TagProductLinkContractInner parameters) Adds a product to the specified tag via link.WorkspaceTagProductLinksClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String tagId, String productLinkId, TagProductLinkContractInner parameters) Adds a product to the specified tag via link.com.azure.core.http.rest.Response<TagProductLinkContractInner> TagProductLinksClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String tagId, String productLinkId, TagProductLinkContractInner parameters, com.azure.core.util.Context context) Adds a product to the specified tag via link.com.azure.core.http.rest.Response<TagProductLinkContractInner> WorkspaceTagProductLinksClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String tagId, String productLinkId, TagProductLinkContractInner parameters, com.azure.core.util.Context context) Adds a product to the specified tag via link. -
Uses of TagProductLinkContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return TagProductLinkContractInnerModifier and TypeMethodDescriptionstatic TagProductLinkContractInnerTagProductLinkContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TagProductLinkContractInner from the JsonReader.TagProductLinkContractInner.withProductId(String productId) Set the productId property: Full resource Id of a product. -
Uses of TagProductLinkContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return TagProductLinkContractInnerModifier and TypeMethodDescriptionTagProductLinksGetResponse.getValue()Gets the deserialized response body.WorkspaceTagProductLinksGetResponse.getValue()Gets the deserialized response body.TagProductLinkContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.TagProductLinkContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type TagProductLinkContractInnerModifier and TypeMethodDescriptionTagProductLinkCollection.value()Get the value property: Page values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type TagProductLinkContractInnerModifier and TypeMethodDescriptionWorkspaceTagProductLinks.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String tagId, String productLinkId, TagProductLinkContractInner parameters) Adds a product to the specified tag via link.com.azure.core.http.rest.Response<TagProductLinkContract> WorkspaceTagProductLinks.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String tagId, String productLinkId, TagProductLinkContractInner parameters, com.azure.core.util.Context context) Adds a product to the specified tag via link.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type TagProductLinkContractInnerModifier and TypeMethodDescriptionTagProductLinkCollection.withValue(List<TagProductLinkContractInner> value) Set the value property: Page values.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type TagProductLinkContractInnerModifierConstructorDescriptionTagProductLinksGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, TagProductLinkContractInner value, TagProductLinksGetHeaders headers) Creates an instance of TagProductLinksGetResponse.WorkspaceTagProductLinksGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, TagProductLinkContractInner value, WorkspaceTagProductLinksGetHeaders headers) Creates an instance of WorkspaceTagProductLinksGetResponse.