CustomCertificate.DefinitionStages.WithParentResource Interface

public static interface CustomCertificate.DefinitionStages.WithParentResource

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

Method Summary

Modifier and Type Method and Description
abstract WithKeyVaultBaseUri withExistingWebPubSub(String resourceGroupName, String resourceName)

Specifies resourceGroupName, resourceName.

Method Details

withExistingWebPubSub

public abstract CustomCertificate.DefinitionStages.WithKeyVaultBaseUri withExistingWebPubSub(String resourceGroupName, String resourceName)

Specifies resourceGroupName, resourceName.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
resourceName - The name of the resource.

Returns:

the next definition stage.

Applies to