GraphQueryResource.DefinitionStages.WithResourceGroup Interface

public static interface GraphQueryResource.DefinitionStages.WithResourceGroup

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

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingResourceGroup(String subscriptionId, String resourceGroupName)

Specifies subscriptionId, resourceGroupName.

Method Details

withExistingResourceGroup

public abstract GraphQueryResource.DefinitionStages.WithCreate withExistingResourceGroup(String subscriptionId, String resourceGroupName)

Specifies subscriptionId, resourceGroupName.

Parameters:

subscriptionId - The Azure subscription Id.
resourceGroupName - The name of the resource group.

Returns:

the next definition stage.

Applies to