次の方法で共有


CertificateProfile.DefinitionStages.WithParentResource Interface

public static interface CertificateProfile.DefinitionStages.WithParentResource

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

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingCodeSigningAccount(String resourceGroupName, String accountName)

Specifies resourceGroupName, accountName.

Method Details

withExistingCodeSigningAccount

public abstract CertificateProfile.DefinitionStages.WithCreate withExistingCodeSigningAccount(String resourceGroupName, String accountName)

Specifies resourceGroupName, accountName.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - Trusted Signing account name.

Returns:

the next definition stage.

Applies to