Uses of Class
com.azure.resourcemanager.appservice.models.KeyVaultReferenceWithStatus
Packages that use KeyVaultReferenceWithStatus
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of KeyVaultReferenceWithStatus in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type KeyVaultReferenceWithStatusModifier and TypeClassDescriptionfinal classObject to hold key vault reference and the resolution status.Methods in com.azure.resourcemanager.appservice.models that return KeyVaultReferenceWithStatusModifier and TypeMethodDescriptionStorageMount.credentialsKeyVaultReference()Get the credentialsKeyVaultReference property: KV reference to the credentials to connect to the share.static KeyVaultReferenceWithStatusKeyVaultReferenceWithStatus.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KeyVaultReferenceWithStatus from the JsonReader.RegistryAdapter.keyVaultSecretReference()Get the keyVaultSecretReference property: Key vault reference to the value that will be placed in the registry location.KeyVaultReferenceWithStatus.withReferenceStatus(String referenceStatus) Set the referenceStatus property: Reference status of the key vault secret.KeyVaultReferenceWithStatus.withSecretUri(String secretUri) Set the secretUri property: Key vault secret URI.Methods in com.azure.resourcemanager.appservice.models with parameters of type KeyVaultReferenceWithStatusModifier and TypeMethodDescriptionStorageMount.withCredentialsKeyVaultReference(KeyVaultReferenceWithStatus credentialsKeyVaultReference) Set the credentialsKeyVaultReference property: KV reference to the credentials to connect to the share.RegistryAdapter.withKeyVaultSecretReference(KeyVaultReferenceWithStatus keyVaultSecretReference) Set the keyVaultSecretReference property: Key vault reference to the value that will be placed in the registry location.