Uses of Interface
com.azure.resourcemanager.apimanagement.models.SubscriptionContract
Packages that use SubscriptionContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of SubscriptionContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return SubscriptionContractModifier and TypeMethodDescriptionSubscriptions.createOrUpdate(String resourceGroupName, String serviceName, String sid, SubscriptionCreateParameters parameters) Creates or updates the subscription of specified user to the specified product.WorkspaceSubscriptions.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String sid, SubscriptionCreateParameters parameters) Creates or updates the subscription of specified user to the specified product.Gets the specified Subscription entity.Gets the specified Subscription entity associated with a particular user.WorkspaceSubscriptions.get(String resourceGroupName, String serviceName, String workspaceId, String sid) Gets the specified Subscription entity.Subscriptions.update(String resourceGroupName, String serviceName, String sid, String ifMatch, SubscriptionUpdateParameters parameters) Updates the details of a subscription specified by its identifier.WorkspaceSubscriptions.update(String resourceGroupName, String serviceName, String workspaceId, String sid, String ifMatch, SubscriptionUpdateParameters parameters) Updates the details of a subscription specified by its identifier.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type SubscriptionContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<SubscriptionContract> Subscriptions.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String sid, SubscriptionCreateParameters parameters, Boolean notify, String ifMatch, AppType appType, com.azure.core.util.Context context) Creates or updates the subscription of specified user to the specified product.com.azure.core.http.rest.Response<SubscriptionContract> WorkspaceSubscriptions.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String sid, SubscriptionCreateParameters parameters, Boolean notify, String ifMatch, AppType appType, com.azure.core.util.Context context) Creates or updates the subscription of specified user to the specified product.com.azure.core.http.rest.Response<SubscriptionContract> Subscriptions.getWithResponse(String resourceGroupName, String serviceName, String sid, com.azure.core.util.Context context) Gets the specified Subscription entity.com.azure.core.http.rest.Response<SubscriptionContract> UserSubscriptions.getWithResponse(String resourceGroupName, String serviceName, String userId, String sid, com.azure.core.util.Context context) Gets the specified Subscription entity associated with a particular user.com.azure.core.http.rest.Response<SubscriptionContract> WorkspaceSubscriptions.getWithResponse(String resourceGroupName, String serviceName, String workspaceId, String sid, com.azure.core.util.Context context) Gets the specified Subscription entity.com.azure.core.http.rest.PagedIterable<SubscriptionContract> Lists the collection of subscriptions to the specified product.com.azure.core.http.rest.PagedIterable<SubscriptionContract> ProductSubscriptions.list(String resourceGroupName, String serviceName, String productId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists the collection of subscriptions to the specified product.com.azure.core.http.rest.PagedIterable<SubscriptionContract> Lists all subscriptions of the API Management service instance.com.azure.core.http.rest.PagedIterable<SubscriptionContract> Subscriptions.list(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists all subscriptions of the API Management service instance.com.azure.core.http.rest.PagedIterable<SubscriptionContract> Lists the collection of subscriptions of the specified user.com.azure.core.http.rest.PagedIterable<SubscriptionContract> UserSubscriptions.list(String resourceGroupName, String serviceName, String userId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists the collection of subscriptions of the specified user.com.azure.core.http.rest.PagedIterable<SubscriptionContract> Lists all subscriptions of the workspace in an API Management service instance.com.azure.core.http.rest.PagedIterable<SubscriptionContract> WorkspaceSubscriptions.list(String resourceGroupName, String serviceName, String workspaceId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists all subscriptions of the workspace in an API Management service instance.com.azure.core.http.rest.Response<SubscriptionContract> Subscriptions.updateWithResponse(String resourceGroupName, String serviceName, String sid, String ifMatch, SubscriptionUpdateParameters parameters, Boolean notify, AppType appType, com.azure.core.util.Context context) Updates the details of a subscription specified by its identifier.com.azure.core.http.rest.Response<SubscriptionContract> WorkspaceSubscriptions.updateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String sid, String ifMatch, SubscriptionUpdateParameters parameters, Boolean notify, AppType appType, com.azure.core.util.Context context) Updates the details of a subscription specified by its identifier.