DedicatedCapacity.DefinitionStages.WithResourceGroup Interface

public static interface DedicatedCapacity.DefinitionStages.WithResourceGroup

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

Method Summary

Modifier and Type Method and Description
abstract WithSku withExistingResourceGroup(String resourceGroupName)

Specifies resourceGroupName.

Method Details

withExistingResourceGroup

public abstract DedicatedCapacity.DefinitionStages.WithSku withExistingResourceGroup(String resourceGroupName)

Specifies resourceGroupName.

Parameters:

resourceGroupName - The name of the Azure Resource group of which a given PowerBIDedicated capacity is part. This name must be at least 1 character in length, and no more than 90.

Returns:

the next definition stage.

Applies to