Share via


Certificate.DefinitionStages.WithThumbprint Interface

public static interface Certificate.DefinitionStages.WithThumbprint

The stage of the Certificate definition allowing to specify thumbprint.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withThumbprint(String thumbprint)

Specifies the thumbprint property: This must match the thumbprint from the name..

Method Details

withThumbprint

public abstract Certificate.DefinitionStages.WithCreate withThumbprint(String thumbprint)

Specifies the thumbprint property: This must match the thumbprint from the name..

Parameters:

thumbprint - This must match the thumbprint from the name.

Returns:

the next definition stage.

Applies to