Uses of Class
com.microsoft.azure.management.compute.VaultSecretGroup
Packages that use VaultSecretGroup
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VaultSecretGroup in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return VaultSecretGroupModifier 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.Methods in com.microsoft.azure.management.compute that return types with arguments of type VaultSecretGroupModifier 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.Method parameters in com.microsoft.azure.management.compute with type arguments of type VaultSecretGroupModifier 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.