LoggerContract.DefinitionStages.WithResourceGroupName Interface

public static interface LoggerContract.DefinitionStages.WithResourceGroupName

The stage of the loggercontract 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 LoggerContract.DefinitionStages.WithServiceName withResourceGroupName(String resourceGroupName)

Specifies resourceGroupName.

Parameters:

resourceGroupName - The name of the resource group

Returns:

the next definition stage

Applies to