Interface DomainResource.DefinitionStages.WithParentResource

All Known Subinterfaces:
DomainResource.Definition
Enclosing interface:
DomainResource.DefinitionStages

public static interface DomainResource.DefinitionStages.WithParentResource
The stage of the DomainResource definition allowing to specify parent resource.
  • Method Details

    • withExistingEmailService

      DomainResource.DefinitionStages.WithCreate withExistingEmailService(String resourceGroupName, String emailServiceName)
      Specifies resourceGroupName, emailServiceName.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      emailServiceName - The name of the EmailService resource.
      Returns:
      the next definition stage.