Uses of Class
com.microsoft.azure.management.compute.VaultSecretGroup
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VaultSecretGroup in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionVaultSecretGroup.withSourceVault
(com.microsoft.azure.SubResource sourceVault) Set the relative URL of the Key Vault containing all of the certificates in VaultCertificates.VaultSecretGroup.withVaultCertificates
(List<VaultCertificate> vaultCertificates) Set the list of key vault references in SourceVault which contain certificates.Modifier and TypeMethodDescriptionOSProfile.secrets()
Get specifies set of certificates that should be installed onto the virtual machine.VirtualMachineScaleSetOSProfile.secrets()
Get specifies set of certificates that should be installed onto the virtual machines in the scale set.VirtualMachineScaleSetUpdateOSProfile.secrets()
Get the List of certificates for addition to the VM.Modifier and TypeMethodDescriptionOSProfile.withSecrets
(List<VaultSecretGroup> secrets) Set specifies set of certificates that should be installed onto the virtual machine.VirtualMachineScaleSet.DefinitionStages.WithSecrets.withSecrets
(List<VaultSecretGroup> secrets) Specifies set of certificates that should be installed onto the virtual machine.VirtualMachineScaleSet.UpdateStages.WithSecrets.withSecrets
(List<VaultSecretGroup> secrets) The stage of a virtual machine scale set definition allowing to update secrets from virtual machines in the scale set.VirtualMachineScaleSetOSProfile.withSecrets
(List<VaultSecretGroup> secrets) Set specifies set of certificates that should be installed onto the virtual machines in the scale set.VirtualMachineScaleSetUpdateOSProfile.withSecrets
(List<VaultSecretGroup> secrets) Set the List of certificates for addition to the VM.