SmtpUsernameResource.DefinitionStages.WithParentResource Interface

public static interface SmtpUsernameResource.DefinitionStages.WithParentResource

The stage of the SmtpUsernameResource definition allowing to specify parent resource.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingCommunicationService(String resourceGroupName, String communicationServiceName)

Specifies resourceGroupName, communicationServiceName.

Method Details

withExistingCommunicationService

public abstract SmtpUsernameResource.DefinitionStages.WithCreate withExistingCommunicationService(String resourceGroupName, String communicationServiceName)

Specifies resourceGroupName, communicationServiceName.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
communicationServiceName - The name of the CommunicationService resource.

Returns:

the next definition stage.

Applies to