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
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.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 TypeMethodDescriptionDeploymentParameter.withReference(KeyVaultParameterReference reference) Set the reference property: Azure Key Vault parameter reference.