Uses of Class
com.azure.resourcemanager.compute.models.VaultCertificate
Packages that use VaultCertificate
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VaultCertificate in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type VaultCertificateModifier and TypeClassDescriptionfinal classDescribes a single certificate reference in a Key Vault, and where the certificate should reside on the VM.Methods in com.azure.resourcemanager.compute.models that return VaultCertificateModifier and TypeMethodDescriptionstatic VaultCertificateVaultCertificate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VaultCertificate from the JsonReader.VaultCertificate.withCertificateStore(String certificateStore) Set the certificateStore property: For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added.VaultCertificate.withCertificateUrl(String certificateUrl) Set the certificateUrl property: This is the URL of a certificate that has been uploaded to Key Vault as a secret.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VaultCertificateModifier and TypeMethodDescriptionVaultSecretGroup.vaultCertificates()Get the vaultCertificates property: The list of key vault references in SourceVault which contain certificates.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type VaultCertificateModifier and TypeMethodDescriptionVaultSecretGroup.withVaultCertificates(List<VaultCertificate> vaultCertificates) Set the vaultCertificates property: The list of key vault references in SourceVault which contain certificates.