Uses of Class
com.azure.resourcemanager.resources.models.KeyVaultParameterReference
Packages that use KeyVaultParameterReference
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of KeyVaultParameterReference in com.azure.resourcemanager.resources.models
Classes in com.azure.resourcemanager.resources.models that implement interfaces with type arguments of type KeyVaultParameterReferenceModifier and TypeClassDescriptionfinal classAzure Key Vault parameter reference.Methods in com.azure.resourcemanager.resources.models that return KeyVaultParameterReferenceModifier and TypeMethodDescriptionstatic KeyVaultParameterReferenceKeyVaultParameterReference.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KeyVaultParameterReference from the JsonReader.DeploymentExtensionConfigItem.keyVaultReference()Get the keyVaultReference property: The Azure Key Vault reference used to retrieve the secret value of the extension config property.DeploymentParameter.reference()Get the reference property: Azure Key Vault parameter reference.KeyVaultParameterReference.withKeyVault(KeyVaultReference keyVault) Set the keyVault property: Azure Key Vault reference.KeyVaultParameterReference.withSecretName(String secretName) Set the secretName property: Azure Key Vault secret name.KeyVaultParameterReference.withSecretVersion(String secretVersion) Set the secretVersion property: Azure Key Vault secret version.Methods in com.azure.resourcemanager.resources.models with parameters of type KeyVaultParameterReferenceModifier and TypeMethodDescriptionDeploymentExtensionConfigItem.withKeyVaultReference(KeyVaultParameterReference keyVaultReference) Set the keyVaultReference property: The Azure Key Vault reference used to retrieve the secret value of the extension config property.DeploymentParameter.withReference(KeyVaultParameterReference reference) Set the reference property: Azure Key Vault parameter reference.