İngilizce dilinde oku

Aracılığıyla paylaş


DomainResource.DefinitionStages.WithParentResource Interface

public static interface DomainResource.DefinitionStages.WithParentResource

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

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingEmailService(String resourceGroupName, String emailServiceName)

Specifies resourceGroupName, emailServiceName.

Method Details

withExistingEmailService

public abstract 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.

Applies to

Azure SDK for Java

Latest