Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.ProductApiLinkContractInner
Packages that use ProductApiLinkContractInner
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 ProductApiLinkContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return ProductApiLinkContractInnerModifier and TypeMethodDescriptionProductApiLinksClient.createOrUpdate(String resourceGroupName, String serviceName, String productId, String apiLinkId, ProductApiLinkContractInner parameters) Adds an API to the specified product via link.WorkspaceProductApiLinksClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String productId, String apiLinkId, ProductApiLinkContractInner parameters) Adds an API to the specified product via link.ProductApiLinksClient.get(String resourceGroupName, String serviceName, String productId, String apiLinkId) Gets the API link for the product.WorkspaceProductApiLinksClient.get(String resourceGroupName, String serviceName, String workspaceId, String productId, String apiLinkId) Gets the API link for the product.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type ProductApiLinkContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ProductApiLinkContractInner> ProductApiLinksClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String productId, String apiLinkId, ProductApiLinkContractInner parameters, com.azure.core.util.Context context) Adds an API to the specified product via link.com.azure.core.http.rest.Response<ProductApiLinkContractInner> WorkspaceProductApiLinksClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String productId, String apiLinkId, ProductApiLinkContractInner parameters, com.azure.core.util.Context context) Adds an API to the specified product via link.com.azure.core.http.rest.PagedIterable<ProductApiLinkContractInner> ProductApiLinksClient.listByProduct(String resourceGroupName, String serviceName, String productId) Lists a collection of the API links associated with a product.com.azure.core.http.rest.PagedIterable<ProductApiLinkContractInner> ProductApiLinksClient.listByProduct(String resourceGroupName, String serviceName, String productId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of the API links associated with a product.com.azure.core.http.rest.PagedIterable<ProductApiLinkContractInner> WorkspaceProductApiLinksClient.listByProduct(String resourceGroupName, String serviceName, String workspaceId, String productId) Lists a collection of the API links associated with a product.com.azure.core.http.rest.PagedIterable<ProductApiLinkContractInner> WorkspaceProductApiLinksClient.listByProduct(String resourceGroupName, String serviceName, String workspaceId, String productId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of the API links associated with a product.Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type ProductApiLinkContractInnerModifier and TypeMethodDescriptionProductApiLinksClient.createOrUpdate(String resourceGroupName, String serviceName, String productId, String apiLinkId, ProductApiLinkContractInner parameters) Adds an API to the specified product via link.WorkspaceProductApiLinksClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String productId, String apiLinkId, ProductApiLinkContractInner parameters) Adds an API to the specified product via link.com.azure.core.http.rest.Response<ProductApiLinkContractInner> ProductApiLinksClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String productId, String apiLinkId, ProductApiLinkContractInner parameters, com.azure.core.util.Context context) Adds an API to the specified product via link.com.azure.core.http.rest.Response<ProductApiLinkContractInner> WorkspaceProductApiLinksClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String productId, String apiLinkId, ProductApiLinkContractInner parameters, com.azure.core.util.Context context) Adds an API to the specified product via link. -
Uses of ProductApiLinkContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ProductApiLinkContractInnerModifier and TypeMethodDescriptionstatic ProductApiLinkContractInnerProductApiLinkContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProductApiLinkContractInner from the JsonReader.Set the apiId property: Full resource Id of an API. -
Uses of ProductApiLinkContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ProductApiLinkContractInnerModifier and TypeMethodDescriptionProductApiLinksGetResponse.getValue()Gets the deserialized response body.WorkspaceProductApiLinksGetResponse.getValue()Gets the deserialized response body.ProductApiLinkContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ProductApiLinkContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ProductApiLinkContractInnerModifier and TypeMethodDescriptionProductApiLinkCollection.value()Get the value property: Page values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type ProductApiLinkContractInnerModifier and TypeMethodDescriptionWorkspaceProductApiLinks.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String productId, String apiLinkId, ProductApiLinkContractInner parameters) Adds an API to the specified product via link.com.azure.core.http.rest.Response<ProductApiLinkContract> WorkspaceProductApiLinks.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String productId, String apiLinkId, ProductApiLinkContractInner parameters, com.azure.core.util.Context context) Adds an API to the specified product via link.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type ProductApiLinkContractInnerModifier and TypeMethodDescriptionProductApiLinkCollection.withValue(List<ProductApiLinkContractInner> value) Set the value property: Page values.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type ProductApiLinkContractInnerModifierConstructorDescriptionProductApiLinksGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, ProductApiLinkContractInner value, ProductApiLinksGetHeaders headers) Creates an instance of ProductApiLinksGetResponse.WorkspaceProductApiLinksGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, ProductApiLinkContractInner value, WorkspaceProductApiLinksGetHeaders headers) Creates an instance of WorkspaceProductApiLinksGetResponse.