CertificateResponse.DefinitionStages.WithParentResource Interface

public static interface CertificateResponse.DefinitionStages.WithParentResource

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

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingProvisioningService(String resourceGroupName, String provisioningServiceName)

Specifies resourceGroupName, provisioningServiceName.

Method Details

withExistingProvisioningService

public abstract CertificateResponse.DefinitionStages.WithCreate withExistingProvisioningService(String resourceGroupName, String provisioningServiceName)

Specifies resourceGroupName, provisioningServiceName.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
provisioningServiceName - Name of the provisioning service to retrieve.

Returns:

the next definition stage.

Applies to