Uses of Class
com.azure.resourcemanager.compute.models.VaultSecretGroup
-
Packages that use VaultSecretGroup Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VaultSecretGroup in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VaultSecretGroup Modifier and Type Method Description VaultSecretGroupVaultSecretGroup. withSourceVault(com.azure.core.management.SubResource sourceVault)Set the sourceVault property: The relative URL of the Key Vault containing all of the certificates in VaultCertificates.VaultSecretGroupVaultSecretGroup. withVaultCertificates(List<VaultCertificate> vaultCertificates)Set the vaultCertificates property: The list of key vault references in SourceVault which contain certificates.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VaultSecretGroup Modifier and Type Method Description List<VaultSecretGroup>OSProfile. secrets()Get the secrets property: Specifies set of certificates that should be installed onto the virtual machine.List<VaultSecretGroup>VirtualMachineScaleSetOSProfile. secrets()Get the secrets property: Specifies set of certificates that should be installed onto the virtual machines in the scale set.List<VaultSecretGroup>VirtualMachineScaleSetUpdateOSProfile. secrets()Get the secrets property: The List of certificates for addition to the VM.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type VaultSecretGroup Modifier and Type Method Description OSProfileOSProfile. withSecrets(List<VaultSecretGroup> secrets)Set the secrets property: Specifies set of certificates that should be installed onto the virtual machine.VirtualMachineScaleSet.DefinitionStages.WithCreateVirtualMachineScaleSet.DefinitionStages.WithSecrets. withSecrets(List<VaultSecretGroup> secrets)Specifies set of certificates that should be installed onto the virtual machine.VirtualMachineScaleSet.UpdateStages.WithApplyVirtualMachineScaleSet.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.VirtualMachineScaleSetOSProfileVirtualMachineScaleSetOSProfile. withSecrets(List<VaultSecretGroup> secrets)Set the secrets property: Specifies set of certificates that should be installed onto the virtual machines in the scale set.VirtualMachineScaleSetUpdateOSProfileVirtualMachineScaleSetUpdateOSProfile. withSecrets(List<VaultSecretGroup> secrets)Set the secrets property: The List of certificates for addition to the VM.
-