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
With |
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
With |
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
The stage of a virtual machine scale set definition allowing to update secrets from virtual machines in the scale set.
Parameters:
Returns:
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:
Applies to
Azure SDK for Java