Uses of Class
com.azure.resourcemanager.compute.models.CloudServiceVaultCertificate
Packages that use CloudServiceVaultCertificate
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of CloudServiceVaultCertificate in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return CloudServiceVaultCertificateModifier and TypeMethodDescriptionstatic CloudServiceVaultCertificateCloudServiceVaultCertificate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CloudServiceVaultCertificate from the JsonReader.CloudServiceVaultCertificate.withCertificateUrl(String certificateUrl) Set the certificateUrl property: This is the URL of a certificate that has been uploaded to Key Vault as a secret.CloudServiceVaultCertificate.withIsBootstrapCertificate(Boolean isBootstrapCertificate) Set the isBootstrapCertificate property: Flag indicating if the certificate provided is a bootstrap certificate to be used by the Key Vault Extension to fetch the remaining certificates.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type CloudServiceVaultCertificateModifier and TypeMethodDescriptionCloudServiceVaultSecretGroup.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 CloudServiceVaultCertificateModifier and TypeMethodDescriptionCloudServiceVaultSecretGroup.withVaultCertificates(List<CloudServiceVaultCertificate> vaultCertificates) Set the vaultCertificates property: The list of key vault references in SourceVault which contain certificates.