Uses of Class
com.azure.resourcemanager.apimanagement.models.AppType
Packages that use AppType
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 AppType in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type AppTypeModifier and TypeMethodDescriptionUsersClient.beginDelete(String resourceGroupName, String serviceName, String userId, String ifMatch, Boolean deleteSubscriptions, Boolean notify, AppType appType, com.azure.core.util.Context context) Deletes specific user.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.voidUsersClient.delete(String resourceGroupName, String serviceName, String userId, String ifMatch, Boolean deleteSubscriptions, Boolean notify, AppType appType, com.azure.core.util.Context context) Deletes specific user.com.azure.core.http.rest.Response<Void> UserConfirmationPasswordsClient.sendWithResponse(String resourceGroupName, String serviceName, String userId, AppType appType, com.azure.core.util.Context context) Sends confirmation.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 AppType in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return AppTypeModifier and TypeMethodDescriptionUserCreateParameterProperties.appType()Get the appType property: Determines the type of application which send the create user request.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type AppTypeModifier and TypeMethodDescriptionUserCreateParameterProperties.withAppType(AppType appType) Set the appType property: Determines the type of application which send the create user request. -
Uses of AppType in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as AppTypeModifier and TypeFieldDescriptionstatic final AppTypeAppType.DEVELOPER_PORTALStatic value developerPortal for AppType.static final AppTypeAppType.PORTALStatic value portal for AppType.Methods in com.azure.resourcemanager.apimanagement.models that return AppTypeModifier and TypeMethodDescriptionUserCreateParameters.appType()Get the appType property: Determines the type of application which send the create user request.static AppTypeAppType.fromString(String name) Creates or finds a AppType from its string representation.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type AppTypeModifier and TypeMethodDescriptionstatic Collection<AppType> AppType.values()Gets known AppType values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type AppTypeModifier 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.voidUsers.delete(String resourceGroupName, String serviceName, String userId, String ifMatch, Boolean deleteSubscriptions, Boolean notify, AppType appType, com.azure.core.util.Context context) Deletes specific user.voidUsers.deleteByIdWithResponse(String id, String ifMatch, Boolean deleteSubscriptions, Boolean notify, AppType appType, com.azure.core.util.Context context) Deletes specific user.com.azure.core.http.rest.Response<Void> UserConfirmationPasswords.sendWithResponse(String resourceGroupName, String serviceName, String userId, AppType appType, com.azure.core.util.Context context) Sends confirmation.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.UserContract.DefinitionStages.WithAppType.withAppType(AppType appType) Specifies the appType property: Determines the type of application which send the create user request.UserCreateParameters.withAppType(AppType appType) Set the appType property: Determines the type of application which send the create user request.