Uses of Class
com.azure.resourcemanager.apimanagement.models.TemplateName
Packages that use TemplateName
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of TemplateName in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type TemplateNameModifier and TypeMethodDescriptionEmailTemplatesClient.createOrUpdate(String resourceGroupName, String serviceName, TemplateName templateName, EmailTemplateUpdateParameters parameters) Updates an Email Template.com.azure.core.http.rest.Response<EmailTemplateContractInner> EmailTemplatesClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, TemplateName templateName, EmailTemplateUpdateParameters parameters, String ifMatch, com.azure.core.util.Context context) Updates an Email Template.voidEmailTemplatesClient.delete(String resourceGroupName, String serviceName, TemplateName templateName, String ifMatch) Reset the Email Template to default template provided by the API Management service instance.com.azure.core.http.rest.Response<Void> EmailTemplatesClient.deleteWithResponse(String resourceGroupName, String serviceName, TemplateName templateName, String ifMatch, com.azure.core.util.Context context) Reset the Email Template to default template provided by the API Management service instance.EmailTemplatesClient.get(String resourceGroupName, String serviceName, TemplateName templateName) Gets the details of the email template specified by its identifier.voidEmailTemplatesClient.getEntityTag(String resourceGroupName, String serviceName, TemplateName templateName) Gets the entity state (Etag) version of the email template specified by its identifier.EmailTemplatesClient.getEntityTagWithResponse(String resourceGroupName, String serviceName, TemplateName templateName, com.azure.core.util.Context context) Gets the entity state (Etag) version of the email template specified by its identifier.EmailTemplatesClient.getWithResponse(String resourceGroupName, String serviceName, TemplateName templateName, com.azure.core.util.Context context) Gets the details of the email template specified by its identifier.EmailTemplatesClient.update(String resourceGroupName, String serviceName, TemplateName templateName, String ifMatch, EmailTemplateUpdateParameters parameters) Updates API Management email template.EmailTemplatesClient.updateWithResponse(String resourceGroupName, String serviceName, TemplateName templateName, String ifMatch, EmailTemplateUpdateParameters parameters, com.azure.core.util.Context context) Updates API Management email template. -
Uses of TemplateName in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as TemplateNameModifier and TypeFieldDescriptionstatic final TemplateNameTemplateName.ACCOUNT_CLOSED_DEVELOPERStatic value accountClosedDeveloper for TemplateName.static final TemplateNameTemplateName.APPLICATION_APPROVED_NOTIFICATION_MESSAGEStatic value applicationApprovedNotificationMessage for TemplateName.static final TemplateNameTemplateName.CONFIRM_SIGN_UP_IDENTITY_DEFAULTStatic value confirmSignUpIdentityDefault for TemplateName.static final TemplateNameTemplateName.EMAIL_CHANGE_IDENTITY_DEFAULTStatic value emailChangeIdentityDefault for TemplateName.static final TemplateNameTemplateName.INVITE_USER_NOTIFICATION_MESSAGEStatic value inviteUserNotificationMessage for TemplateName.static final TemplateNameTemplateName.NEW_COMMENT_NOTIFICATION_MESSAGEStatic value newCommentNotificationMessage for TemplateName.static final TemplateNameTemplateName.NEW_DEVELOPER_NOTIFICATION_MESSAGEStatic value newDeveloperNotificationMessage for TemplateName.static final TemplateNameTemplateName.NEW_ISSUE_NOTIFICATION_MESSAGEStatic value newIssueNotificationMessage for TemplateName.static final TemplateNameTemplateName.PASSWORD_RESET_BY_ADMIN_NOTIFICATION_MESSAGEStatic value passwordResetByAdminNotificationMessage for TemplateName.static final TemplateNameTemplateName.PASSWORD_RESET_IDENTITY_DEFAULTStatic value passwordResetIdentityDefault for TemplateName.static final TemplateNameTemplateName.PURCHASE_DEVELOPER_NOTIFICATION_MESSAGEStatic value purchaseDeveloperNotificationMessage for TemplateName.static final TemplateNameStatic value quotaLimitApproachingDeveloperNotificationMessage for TemplateName.static final TemplateNameTemplateName.REJECT_DEVELOPER_NOTIFICATION_MESSAGEStatic value rejectDeveloperNotificationMessage for TemplateName.static final TemplateNameTemplateName.REQUEST_DEVELOPER_NOTIFICATION_MESSAGEStatic value requestDeveloperNotificationMessage for TemplateName.Methods in com.azure.resourcemanager.apimanagement.models that return TemplateNameModifier and TypeMethodDescriptionstatic TemplateNameTemplateName.fromString(String name) Creates or finds a TemplateName from its string representation.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type TemplateNameModifier and TypeMethodDescriptionstatic Collection<TemplateName> TemplateName.values()Gets known TemplateName values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type TemplateNameModifier and TypeMethodDescriptionEmailTemplates.define(TemplateName name) Begins definition for a new EmailTemplateContract resource.voidEmailTemplates.delete(String resourceGroupName, String serviceName, TemplateName templateName, String ifMatch) Reset the Email Template to default template provided by the API Management service instance.com.azure.core.http.rest.Response<Void> EmailTemplates.deleteWithResponse(String resourceGroupName, String serviceName, TemplateName templateName, String ifMatch, com.azure.core.util.Context context) Reset the Email Template to default template provided by the API Management service instance.EmailTemplates.get(String resourceGroupName, String serviceName, TemplateName templateName) Gets the details of the email template specified by its identifier.voidEmailTemplates.getEntityTag(String resourceGroupName, String serviceName, TemplateName templateName) Gets the entity state (Etag) version of the email template specified by its identifier.EmailTemplates.getEntityTagWithResponse(String resourceGroupName, String serviceName, TemplateName templateName, com.azure.core.util.Context context) Gets the entity state (Etag) version of the email template specified by its identifier.com.azure.core.http.rest.Response<EmailTemplateContract> EmailTemplates.getWithResponse(String resourceGroupName, String serviceName, TemplateName templateName, com.azure.core.util.Context context) Gets the details of the email template specified by its identifier.