CertificateContract.DefinitionStages.WithResourceGroupName Interface

public static interface CertificateContract.DefinitionStages.WithResourceGroupName

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

Specifies resourceGroupName.

Parameters:

resourceGroupName - The name of the resource group

Returns:

the next definition stage

Applies to