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
With |
withExistingResourceGroup(String subscriptionId, String resourceGroupName)
Specifies subscription |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java