Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.ProductGroupLinkContractInner
Packages that use ProductGroupLinkContractInner
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 ProductGroupLinkContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return ProductGroupLinkContractInnerModifier and TypeMethodDescriptionProductGroupLinksClient.createOrUpdate(String resourceGroupName, String serviceName, String productId, String groupLinkId, ProductGroupLinkContractInner parameters) Adds a group to the specified product via link.WorkspaceProductGroupLinksClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String productId, String groupLinkId, ProductGroupLinkContractInner parameters) Adds a group to the specified product via link.ProductGroupLinksClient.get(String resourceGroupName, String serviceName, String productId, String groupLinkId) Gets the group link for the product.WorkspaceProductGroupLinksClient.get(String resourceGroupName, String serviceName, String workspaceId, String productId, String groupLinkId) Gets the group link for the product.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type ProductGroupLinkContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ProductGroupLinkContractInner> ProductGroupLinksClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String productId, String groupLinkId, ProductGroupLinkContractInner parameters, com.azure.core.util.Context context) Adds a group to the specified product via link.com.azure.core.http.rest.Response<ProductGroupLinkContractInner> WorkspaceProductGroupLinksClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String productId, String groupLinkId, ProductGroupLinkContractInner parameters, com.azure.core.util.Context context) Adds a group to the specified product via link.com.azure.core.http.rest.PagedIterable<ProductGroupLinkContractInner> ProductGroupLinksClient.listByProduct(String resourceGroupName, String serviceName, String productId) Lists a collection of the group links associated with a product.com.azure.core.http.rest.PagedIterable<ProductGroupLinkContractInner> ProductGroupLinksClient.listByProduct(String resourceGroupName, String serviceName, String productId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of the group links associated with a product.com.azure.core.http.rest.PagedIterable<ProductGroupLinkContractInner> WorkspaceProductGroupLinksClient.listByProduct(String resourceGroupName, String serviceName, String workspaceId, String productId) Lists a collection of the group links associated with a product.com.azure.core.http.rest.PagedIterable<ProductGroupLinkContractInner> WorkspaceProductGroupLinksClient.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 group links associated with a product.Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type ProductGroupLinkContractInnerModifier and TypeMethodDescriptionProductGroupLinksClient.createOrUpdate(String resourceGroupName, String serviceName, String productId, String groupLinkId, ProductGroupLinkContractInner parameters) Adds a group to the specified product via link.WorkspaceProductGroupLinksClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String productId, String groupLinkId, ProductGroupLinkContractInner parameters) Adds a group to the specified product via link.com.azure.core.http.rest.Response<ProductGroupLinkContractInner> ProductGroupLinksClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String productId, String groupLinkId, ProductGroupLinkContractInner parameters, com.azure.core.util.Context context) Adds a group to the specified product via link.com.azure.core.http.rest.Response<ProductGroupLinkContractInner> WorkspaceProductGroupLinksClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String productId, String groupLinkId, ProductGroupLinkContractInner parameters, com.azure.core.util.Context context) Adds a group to the specified product via link. -
Uses of ProductGroupLinkContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ProductGroupLinkContractInnerModifier and TypeMethodDescriptionProductGroupLinkContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProductGroupLinkContractInner from the JsonReader.ProductGroupLinkContractInner.withGroupId(String groupId) Set the groupId property: Full resource Id of a group. -
Uses of ProductGroupLinkContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ProductGroupLinkContractInnerModifier and TypeMethodDescriptionProductGroupLinksGetResponse.getValue()Gets the deserialized response body.WorkspaceProductGroupLinksGetResponse.getValue()Gets the deserialized response body.ProductGroupLinkContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ProductGroupLinkContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ProductGroupLinkContractInnerModifier and TypeMethodDescriptionProductGroupLinkCollection.value()Get the value property: Page values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type ProductGroupLinkContractInnerModifier and TypeMethodDescriptionWorkspaceProductGroupLinks.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String productId, String groupLinkId, ProductGroupLinkContractInner parameters) Adds a group to the specified product via link.com.azure.core.http.rest.Response<ProductGroupLinkContract> WorkspaceProductGroupLinks.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String productId, String groupLinkId, ProductGroupLinkContractInner parameters, com.azure.core.util.Context context) Adds a group to the specified product via link.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type ProductGroupLinkContractInnerModifier and TypeMethodDescriptionProductGroupLinkCollection.withValue(List<ProductGroupLinkContractInner> value) Set the value property: Page values.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type ProductGroupLinkContractInnerModifierConstructorDescriptionProductGroupLinksGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, ProductGroupLinkContractInner value, ProductGroupLinksGetHeaders headers) Creates an instance of ProductGroupLinksGetResponse.WorkspaceProductGroupLinksGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, ProductGroupLinkContractInner value, WorkspaceProductGroupLinksGetHeaders headers) Creates an instance of WorkspaceProductGroupLinksGetResponse.