Uses of Class
com.azure.resourcemanager.apimanagement.models.SubscriptionUpdateParameters
Packages that use SubscriptionUpdateParameters
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of SubscriptionUpdateParameters in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type SubscriptionUpdateParametersModifier and TypeMethodDescriptionSubscriptionsClient.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.SubscriptionsClient.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.WorkspaceSubscriptionsClient.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. -
Uses of SubscriptionUpdateParameters in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return SubscriptionUpdateParametersModifier and TypeMethodDescriptionstatic SubscriptionUpdateParametersSubscriptionUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SubscriptionUpdateParameters from the JsonReader.SubscriptionUpdateParameters.withAllowTracing(Boolean allowTracing) Set the allowTracing property: Determines whether tracing can be enabled.SubscriptionUpdateParameters.withDisplayName(String displayName) Set the displayName property: Subscription name.SubscriptionUpdateParameters.withExpirationDate(OffsetDateTime expirationDate) Set the expirationDate property: Subscription expiration date.SubscriptionUpdateParameters.withOwnerId(String ownerId) Set the ownerId property: User identifier path: /users/{userId}.SubscriptionUpdateParameters.withPrimaryKey(String primaryKey) Set the primaryKey property: Primary subscription key.Set the scope property: Scope like /products/{productId} or /apis or /apis/{apiId}.SubscriptionUpdateParameters.withSecondaryKey(String secondaryKey) Set the secondaryKey property: Secondary subscription key.SubscriptionUpdateParameters.withState(SubscriptionState state) Set the state property: Subscription state.SubscriptionUpdateParameters.withStateComment(String stateComment) Set the stateComment property: Comments describing subscription state change by the administrator when the state is changed to the 'rejected'.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type SubscriptionUpdateParametersModifier and TypeMethodDescriptionSubscriptions.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.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.