CustomDomain.DefinitionStages.WithParentResource Interface

public static interface CustomDomain.DefinitionStages.WithParentResource

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

Method Summary

Modifier and Type Method and Description
abstract WithDomainName withExistingSignalR(String resourceGroupName, String resourceName)

Specifies resourceGroupName, resourceName.

Method Details

withExistingSignalR

public abstract CustomDomain.DefinitionStages.WithDomainName withExistingSignalR(String resourceGroupName, String resourceName)

Specifies resourceGroupName, resourceName.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
resourceName - The name of the resource.

Returns:

the next definition stage.

Applies to