Interface EmailTemplateContract.DefinitionStages.WithParentResource
- All Known Subinterfaces:
EmailTemplateContract.Definition,EmailTemplateContract.DefinitionStages.Blank
- Enclosing interface:
EmailTemplateContract.DefinitionStages
public static interface EmailTemplateContract.DefinitionStages.WithParentResource
The stage of the EmailTemplateContract definition allowing to specify parent resource.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingService(String resourceGroupName, String serviceName) Specifies resourceGroupName, serviceName.
-
Method Details
-
withExistingService
EmailTemplateContract.DefinitionStages.WithCreate withExistingService(String resourceGroupName, String serviceName) Specifies resourceGroupName, serviceName.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serviceName- The name of the API Management service.- Returns:
- the next definition stage.
-