| Package | Description | 
|---|---|
| com.microsoft.azure.management.compute | 
 This package contains the classes for ComputeManagementClient. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
VaultSecretGroup | 
VaultSecretGroup.withSourceVault(SubResource sourceVault)
Set the relative URL of the Key Vault containing all of the certificates in VaultCertificates. 
 | 
VaultSecretGroup | 
VaultSecretGroup.withVaultCertificates(List<VaultCertificate> vaultCertificates)
Set the list of key vault references in SourceVault which contain certificates. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<VaultSecretGroup> | 
VirtualMachineScaleSetOSProfile.secrets()
Get specifies set of certificates that should be installed onto the virtual machines in the scale set. 
 | 
List<VaultSecretGroup> | 
OSProfile.secrets()
Get specifies set of certificates that should be installed onto the virtual machine. 
 | 
List<VaultSecretGroup> | 
VirtualMachineScaleSetUpdateOSProfile.secrets()
Get the List of certificates for addition to the VM. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
VirtualMachineScaleSetOSProfile | 
VirtualMachineScaleSetOSProfile.withSecrets(List<VaultSecretGroup> secrets)
Set specifies set of certificates that should be installed onto the virtual machines in the scale set. 
 | 
OSProfile | 
OSProfile.withSecrets(List<VaultSecretGroup> secrets)
Set specifies set of certificates that should be installed onto the virtual machine. 
 | 
VirtualMachineScaleSetUpdateOSProfile | 
VirtualMachineScaleSetUpdateOSProfile.withSecrets(List<VaultSecretGroup> secrets)
Set the List of certificates for addition to the VM. 
 | 
VirtualMachineScaleSet.DefinitionStages.WithCreate | 
VirtualMachineScaleSet.DefinitionStages.WithSecrets.withSecrets(List<VaultSecretGroup> secrets)
Specifies set of certificates that should be installed onto the virtual machine. 
 | 
VirtualMachineScaleSet.UpdateStages.WithApply | 
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. 
 | 
Copyright © 2019. All rights reserved.