Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.SecretReference
Packages that use SecretReference
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of SecretReference in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type SecretReferenceModifier and TypeClassDescriptionfinal classSecret reference and corresponding properties of a key vault secret.Methods in com.azure.resourcemanager.hdinsight.containers.models that return SecretReferenceModifier and TypeMethodDescriptionstatic SecretReferenceSecretReference.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SecretReference from the JsonReader.SecretReference.withKeyVaultObjectName(String keyVaultObjectName) Set the keyVaultObjectName property: Object identifier name of the secret in key vault.SecretReference.withReferenceName(String referenceName) Set the referenceName property: Reference name of the secret to be used in service configs.SecretReference.withType(KeyVaultObjectType type) Set the type property: Type of key vault object: secret, key or certificate.SecretReference.withVersion(String version) Set the version property: Version of the secret in key vault.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type SecretReferenceModifier and TypeMethodDescriptionSecretsProfile.secrets()Get the secrets property: Properties of Key Vault secret.Method parameters in com.azure.resourcemanager.hdinsight.containers.models with type arguments of type SecretReferenceModifier and TypeMethodDescriptionSecretsProfile.withSecrets(List<SecretReference> secrets) Set the secrets property: Properties of Key Vault secret.