Uses of Class
com.azure.resourcemanager.compute.models.CloudServiceVaultAndSecretReference
Packages that use CloudServiceVaultAndSecretReference
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of CloudServiceVaultAndSecretReference in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return CloudServiceVaultAndSecretReferenceModifier and TypeMethodDescriptionCloudServiceVaultAndSecretReference.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CloudServiceVaultAndSecretReference from the JsonReader.CloudServiceExtensionProperties.protectedSettingsFromKeyVault()Get the protectedSettingsFromKeyVault property: Protected settings for the extension, referenced using KeyVault which are encrypted before sent to the role instance.CloudServiceVaultAndSecretReference.withSecretUrl(String secretUrl) Set the secretUrl property: Secret URL which contains the protected settings of the extension.CloudServiceVaultAndSecretReference.withSourceVault(com.azure.core.management.SubResource sourceVault) Set the sourceVault property: The ARM Resource ID of the Key Vault.Methods in com.azure.resourcemanager.compute.models with parameters of type CloudServiceVaultAndSecretReferenceModifier and TypeMethodDescriptionCloudServiceExtensionProperties.withProtectedSettingsFromKeyVault(CloudServiceVaultAndSecretReference protectedSettingsFromKeyVault) Set the protectedSettingsFromKeyVault property: Protected settings for the extension, referenced using KeyVault which are encrypted before sent to the role instance.