ApiContract.DefinitionStages.WithResourceGroupName Interface

public static interface ApiContract.DefinitionStages.WithResourceGroupName

The stage of the apicontract definition allowing to specify ResourceGroupName.

Method Summary

Modifier and Type Method and Description
abstract WithServiceName withResourceGroupName(String resourceGroupName)

Specifies resourceGroupName.

Method Details

withResourceGroupName

public abstract ApiContract.DefinitionStages.WithServiceName withResourceGroupName(String resourceGroupName)

Specifies resourceGroupName.

Parameters:

resourceGroupName - The name of the resource group

Returns:

the next definition stage

Applies to