Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.SubscriptionContractInner
Packages that use SubscriptionContractInner
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 SubscriptionContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return SubscriptionContractInnerModifier and TypeMethodDescriptionSubscriptionsClient.createOrUpdate(String resourceGroupName, String serviceName, String sid, SubscriptionCreateParameters parameters) Creates or updates the subscription of specified user to the specified product.WorkspaceSubscriptionsClient.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.UserSubscriptionsClient.get(String resourceGroupName, String serviceName, String userId, String sid) Gets the specified Subscription entity associated with a particular user.WorkspaceSubscriptionsClient.get(String resourceGroupName, String serviceName, String workspaceId, String sid) Gets the specified Subscription entity.SubscriptionsClient.update(String resourceGroupName, String serviceName, String sid, String ifMatch, SubscriptionUpdateParameters parameters) Updates the details of a subscription specified by its identifier.WorkspaceSubscriptionsClient.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.fluent that return types with arguments of type SubscriptionContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<SubscriptionContractInner> Lists the collection of subscriptions to the specified product.com.azure.core.http.rest.PagedIterable<SubscriptionContractInner> ProductSubscriptionsClient.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<SubscriptionContractInner> Lists all subscriptions of the API Management service instance.com.azure.core.http.rest.PagedIterable<SubscriptionContractInner> SubscriptionsClient.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<SubscriptionContractInner> Lists the collection of subscriptions of the specified user.com.azure.core.http.rest.PagedIterable<SubscriptionContractInner> UserSubscriptionsClient.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<SubscriptionContractInner> Lists all subscriptions of the workspace in an API Management service instance.com.azure.core.http.rest.PagedIterable<SubscriptionContractInner> WorkspaceSubscriptionsClient.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. -
Uses of SubscriptionContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return SubscriptionContractInnerModifier and TypeMethodDescriptionstatic SubscriptionContractInnerSubscriptionContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SubscriptionContractInner from the JsonReader.SubscriptionContractInner.withAllowTracing(Boolean allowTracing) Set the allowTracing property: Determines whether tracing is enabled.SubscriptionContractInner.withDisplayName(String displayName) Set the displayName property: The name of the subscription, or null if the subscription has no name.SubscriptionContractInner.withEndDate(OffsetDateTime endDate) Set the endDate property: Date when subscription was cancelled or expired.SubscriptionContractInner.withExpirationDate(OffsetDateTime expirationDate) Set the expirationDate property: Subscription expiration date.SubscriptionContractInner.withNotificationDate(OffsetDateTime notificationDate) Set the notificationDate property: Upcoming subscription expiration notification date.SubscriptionContractInner.withOwnerId(String ownerId) Set the ownerId property: The user resource identifier of the subscription owner.SubscriptionContractInner.withPrimaryKey(String primaryKey) Set the primaryKey property: Subscription primary key.Set the scope property: Scope like /products/{productId} or /apis or /apis/{apiId}.SubscriptionContractInner.withSecondaryKey(String secondaryKey) Set the secondaryKey property: Subscription secondary key.SubscriptionContractInner.withStartDate(OffsetDateTime startDate) Set the startDate property: Subscription activation date.SubscriptionContractInner.withState(SubscriptionState state) Set the state property: Subscription state.SubscriptionContractInner.withStateComment(String stateComment) Set the stateComment property: Optional subscription comment added by an administrator when the state is changed to the 'rejected'. -
Uses of SubscriptionContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return SubscriptionContractInnerModifier and TypeMethodDescriptionSubscriptionsCreateOrUpdateResponse.getValue()Gets the deserialized response body.SubscriptionsGetResponse.getValue()Gets the deserialized response body.SubscriptionsUpdateResponse.getValue()Gets the deserialized response body.UserSubscriptionsGetResponse.getValue()Gets the deserialized response body.WorkspaceSubscriptionsCreateOrUpdateResponse.getValue()Gets the deserialized response body.WorkspaceSubscriptionsGetResponse.getValue()Gets the deserialized response body.WorkspaceSubscriptionsUpdateResponse.getValue()Gets the deserialized response body.SubscriptionContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.SubscriptionContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type SubscriptionContractInnerModifier and TypeMethodDescriptionSubscriptionCollection.value()Get the value property: Page values.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type SubscriptionContractInnerModifier and TypeMethodDescriptionSubscriptionCollection.withValue(List<SubscriptionContractInner> value) Set the value property: Page values.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type SubscriptionContractInnerModifierConstructorDescriptionSubscriptionsCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, SubscriptionContractInner value, SubscriptionsCreateOrUpdateHeaders headers) Creates an instance of SubscriptionsCreateOrUpdateResponse.SubscriptionsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, SubscriptionContractInner value, SubscriptionsGetHeaders headers) Creates an instance of SubscriptionsGetResponse.SubscriptionsUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, SubscriptionContractInner value, SubscriptionsUpdateHeaders headers) Creates an instance of SubscriptionsUpdateResponse.UserSubscriptionsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, SubscriptionContractInner value, UserSubscriptionsGetHeaders headers) Creates an instance of UserSubscriptionsGetResponse.WorkspaceSubscriptionsCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, SubscriptionContractInner value, WorkspaceSubscriptionsCreateOrUpdateHeaders headers) Creates an instance of WorkspaceSubscriptionsCreateOrUpdateResponse.WorkspaceSubscriptionsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, SubscriptionContractInner value, WorkspaceSubscriptionsGetHeaders headers) Creates an instance of WorkspaceSubscriptionsGetResponse.WorkspaceSubscriptionsUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, SubscriptionContractInner value, WorkspaceSubscriptionsUpdateHeaders headers) Creates an instance of WorkspaceSubscriptionsUpdateResponse.