Uses of Class
com.azure.resourcemanager.compute.models.VaultSecretGroup
Packages that use VaultSecretGroup
Package
Description
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 VaultSecretGroupModifier and TypeMethodDescriptionVaultSecretGroup.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.VaultSecretGroup.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 VaultSecretGroupModifier and TypeMethodDescriptionOSProfile.secrets()Get the secrets property: Specifies set of certificates that should be installed onto the virtual machine.VirtualMachineScaleSetOSProfile.secrets()Get the secrets property: Specifies set of certificates that should be installed onto the virtual machines in the scale set.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 VaultSecretGroupModifier and TypeMethodDescriptionOSProfile.withSecrets(List<VaultSecretGroup> secrets) Set the secrets property: 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 the secrets property: Specifies set of certificates that should be installed onto the virtual machines in the scale set.VirtualMachineScaleSetUpdateOSProfile.withSecrets(List<VaultSecretGroup> secrets) Set the secrets property: The List of certificates for addition to the VM.