CodeSigningAccount.UpdateStages.WithSku Interface

public static interface CodeSigningAccount.UpdateStages.WithSku

The stage of the CodeSigningAccount update allowing to specify sku.

Method Summary

Modifier and Type Method and Description
abstract Update withSku(AccountSku sku)

Specifies the sku property: SKU of the trusted signing account..

Method Details

withSku

public abstract CodeSigningAccount.Update withSku(AccountSku sku)

Specifies the sku property: SKU of the trusted signing account..

Parameters:

sku - SKU of the trusted signing account.

Returns:

the next definition stage.

Applies to