Uses of Class
com.azure.resourcemanager.apimanagement.models.Confirmation
Packages that use Confirmation
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of Confirmation in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ConfirmationModifier and TypeMethodDescriptionUserCreateParameterProperties.confirmation()Get the confirmation property: Determines the type of confirmation e-mail that will be sent to the newly created user.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type ConfirmationModifier and TypeMethodDescriptionUserCreateParameterProperties.withConfirmation(Confirmation confirmation) Set the confirmation property: Determines the type of confirmation e-mail that will be sent to the newly created user. -
Uses of Confirmation in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as ConfirmationModifier and TypeFieldDescriptionstatic final ConfirmationConfirmation.INVITEStatic value invite for Confirmation.static final ConfirmationConfirmation.SIGNUPStatic value signup for Confirmation.Methods in com.azure.resourcemanager.apimanagement.models that return ConfirmationModifier and TypeMethodDescriptionUserCreateParameters.confirmation()Get the confirmation property: Determines the type of confirmation e-mail that will be sent to the newly created user.static ConfirmationConfirmation.fromString(String name) Creates or finds a Confirmation from its string representation.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ConfirmationModifier and TypeMethodDescriptionstatic Collection<Confirmation> Confirmation.values()Gets known Confirmation values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type ConfirmationModifier and TypeMethodDescriptionUserContract.DefinitionStages.WithConfirmation.withConfirmation(Confirmation confirmation) Specifies the confirmation property: Determines the type of confirmation e-mail that will be sent to the newly created user..UserCreateParameters.withConfirmation(Confirmation confirmation) Set the confirmation property: Determines the type of confirmation e-mail that will be sent to the newly created user.