Uses of Class
org.jclouds.azurecompute.arm.domain.Secrets
Packages that use Secrets
Package
Description
-
Uses of Secrets in org.jclouds.azurecompute.arm.compute.options
Methods in org.jclouds.azurecompute.arm.compute.options that return types with arguments of type SecretsMethod parameters in org.jclouds.azurecompute.arm.compute.options with type arguments of type SecretsModifier and TypeMethodDescriptionstatic AzureTemplateOptions
Import certificates in the Windows Certificate Store -
Uses of Secrets in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return SecretsModifier and TypeMethodDescriptionstatic Secrets
Secrets.create
(Secrets.SourceVault sourceVault, List<VaultCertificate> vaultCertificates) Methods in org.jclouds.azurecompute.arm.domain that return types with arguments of type SecretsModifier and TypeMethodDescriptionOSProfile.secrets()
The Secrets configuration of the VMVirtualMachineScaleSetOSProfile.secrets()
The Secrets configuration of the VMMethod parameters in org.jclouds.azurecompute.arm.domain with type arguments of type SecretsModifier and TypeMethodDescriptionstatic OSProfile
OSProfile.create
(String computerName, String adminUsername, String adminPassword, String customData, OSProfile.LinuxConfiguration linuxConfiguration, OSProfile.WindowsConfiguration windowsConfiguration, List<Secrets> secrets) VirtualMachineScaleSetOSProfile.create
(String computerNamePrefix, String adminUsername, String adminPassword, VirtualMachineScaleSetOSProfile.LinuxConfiguration linuxConfiguration, VirtualMachineScaleSetOSProfile.WindowsConfiguration windowsConfiguration, List<Secrets> secrets) abstract OSProfile.Builder