Vault.DefinitionStages.WithProperties Interface

public static interface Vault.DefinitionStages.WithProperties

The stage of the Vault definition allowing to specify properties.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withProperties(VaultProperties properties)

Specifies the properties property: Properties of the vault..

Method Details

withProperties

public abstract Vault.DefinitionStages.WithCreate withProperties(VaultProperties properties)

Specifies the properties property: Properties of the vault..

Parameters:

properties - Properties of the vault.

Returns:

the next definition stage.

Applies to