Uses of Class
com.azure.resourcemanager.apimanagement.models.SubscriptionCreateParameters
Packages that use SubscriptionCreateParameters
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of SubscriptionCreateParameters in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type SubscriptionCreateParametersModifier 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.SubscriptionsClient.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.WorkspaceSubscriptionsClient.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. -
Uses of SubscriptionCreateParameters in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return SubscriptionCreateParametersModifier and TypeMethodDescriptionstatic SubscriptionCreateParametersSubscriptionCreateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SubscriptionCreateParameters from the JsonReader.SubscriptionCreateParameters.withAllowTracing(Boolean allowTracing) Set the allowTracing property: Determines whether tracing can be enabled.SubscriptionCreateParameters.withDisplayName(String displayName) Set the displayName property: Subscription name.SubscriptionCreateParameters.withOwnerId(String ownerId) Set the ownerId property: User (user id path) for whom subscription is being created in form /users/{userId}.SubscriptionCreateParameters.withPrimaryKey(String primaryKey) Set the primaryKey property: Primary subscription key.Set the scope property: Scope like /products/{productId} or /apis or /apis/{apiId}.SubscriptionCreateParameters.withSecondaryKey(String secondaryKey) Set the secondaryKey property: Secondary subscription key.SubscriptionCreateParameters.withState(SubscriptionState state) Set the state property: Initial subscription state.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type SubscriptionCreateParametersModifier 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.com.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.