VirtualMachineScaleSet.UpdateStages.WithSecrets Interface

public static interface VirtualMachineScaleSet.UpdateStages.WithSecrets

The stage of the virtual machine definition allowing to specify extensions.

Method Summary

Modifier and Type Method and Description
abstract WithApply withSecrets(List<VaultSecretGroup> secrets)

The stage of a virtual machine scale set definition allowing to update secrets from virtual machines in the scale set.

abstract WithApply withoutSecrets()

The stage of a virtual machine scale set definition allowing to remove secrets from virtual machines in the scale set.

Method Details

withSecrets

public abstract VirtualMachineScaleSet.UpdateStages.WithApply withSecrets(List secrets)

The stage of a virtual machine scale set definition allowing to update secrets from virtual machines in the scale set.

Parameters:

secrets - the list of secrets

Returns:

the next stage of update

withoutSecrets

public abstract VirtualMachineScaleSet.UpdateStages.WithApply withoutSecrets()

The stage of a virtual machine scale set definition allowing to remove secrets from virtual machines in the scale set.

Returns:

the next stage of update

Applies to