Uses of Class
com.azure.resourcemanager.compute.models.KeyVaultSecretReference
Packages that use KeyVaultSecretReference
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of KeyVaultSecretReference in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return KeyVaultSecretReferenceModifier and TypeMethodDescriptionVirtualMachineExtensionInner.protectedSettingsFromKeyVault()Get the protectedSettingsFromKeyVault property: The extensions protected settings that are passed by reference, and consumed from key vault.VirtualMachineExtensionProperties.protectedSettingsFromKeyVault()Get the protectedSettingsFromKeyVault property: The extensions protected settings that are passed by reference, and consumed from key vault.VirtualMachineExtensionUpdateProperties.protectedSettingsFromKeyVault()Get the protectedSettingsFromKeyVault property: The extensions protected settings that are passed by reference, and consumed from key vault.VirtualMachineScaleSetExtensionInner.protectedSettingsFromKeyVault()Get the protectedSettingsFromKeyVault property: The extensions protected settings that are passed by reference, and consumed from key vault.VirtualMachineScaleSetExtensionProperties.protectedSettingsFromKeyVault()Get the protectedSettingsFromKeyVault property: The extensions protected settings that are passed by reference, and consumed from key vault.VirtualMachineScaleSetVMExtensionInner.protectedSettingsFromKeyVault()Get the protectedSettingsFromKeyVault property: The extensions protected settings that are passed by reference, and consumed from key vault.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type KeyVaultSecretReferenceModifier and TypeMethodDescriptionVirtualMachineExtensionInner.withProtectedSettingsFromKeyVault(KeyVaultSecretReference protectedSettingsFromKeyVault) Set the protectedSettingsFromKeyVault property: The extensions protected settings that are passed by reference, and consumed from key vault.VirtualMachineExtensionProperties.withProtectedSettingsFromKeyVault(KeyVaultSecretReference protectedSettingsFromKeyVault) Set the protectedSettingsFromKeyVault property: The extensions protected settings that are passed by reference, and consumed from key vault.VirtualMachineExtensionUpdateProperties.withProtectedSettingsFromKeyVault(KeyVaultSecretReference protectedSettingsFromKeyVault) Set the protectedSettingsFromKeyVault property: The extensions protected settings that are passed by reference, and consumed from key vault.VirtualMachineScaleSetExtensionInner.withProtectedSettingsFromKeyVault(KeyVaultSecretReference protectedSettingsFromKeyVault) Set the protectedSettingsFromKeyVault property: The extensions protected settings that are passed by reference, and consumed from key vault.VirtualMachineScaleSetExtensionProperties.withProtectedSettingsFromKeyVault(KeyVaultSecretReference protectedSettingsFromKeyVault) Set the protectedSettingsFromKeyVault property: The extensions protected settings that are passed by reference, and consumed from key vault.VirtualMachineScaleSetVMExtensionInner.withProtectedSettingsFromKeyVault(KeyVaultSecretReference protectedSettingsFromKeyVault) Set the protectedSettingsFromKeyVault property: The extensions protected settings that are passed by reference, and consumed from key vault. -
Uses of KeyVaultSecretReference in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type KeyVaultSecretReferenceModifier and TypeClassDescriptionfinal classDescribes a reference to Key Vault Secret.Methods in com.azure.resourcemanager.compute.models that return KeyVaultSecretReferenceModifier and TypeMethodDescriptionDiskEncryptionSettings.diskEncryptionKey()Get the diskEncryptionKey property: Specifies the location of the disk encryption key, which is a Key Vault Secret.static KeyVaultSecretReferenceKeyVaultSecretReference.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KeyVaultSecretReference from the JsonReader.VirtualMachineExtensionUpdate.protectedSettingsFromKeyVault()Get the protectedSettingsFromKeyVault property: The extensions protected settings that are passed by reference, and consumed from key vault.VirtualMachineScaleSetExtensionUpdate.protectedSettingsFromKeyVault()Get the protectedSettingsFromKeyVault property: The extensions protected settings that are passed by reference, and consumed from key vault.VirtualMachineScaleSetVMExtensionUpdate.protectedSettingsFromKeyVault()Get the protectedSettingsFromKeyVault property: The extensions protected settings that are passed by reference, and consumed from key vault.KeyVaultSecretReference.withSecretUrl(String secretUrl) Set the secretUrl property: The URL referencing a secret in a Key Vault.KeyVaultSecretReference.withSourceVault(com.azure.core.management.SubResource sourceVault) Set the sourceVault property: The relative URL of the Key Vault containing the secret.Methods in com.azure.resourcemanager.compute.models with parameters of type KeyVaultSecretReferenceModifier and TypeMethodDescriptionDiskEncryptionSettings.withDiskEncryptionKey(KeyVaultSecretReference diskEncryptionKey) Set the diskEncryptionKey property: Specifies the location of the disk encryption key, which is a Key Vault Secret.VirtualMachineExtensionUpdate.withProtectedSettingsFromKeyVault(KeyVaultSecretReference protectedSettingsFromKeyVault) Set the protectedSettingsFromKeyVault property: The extensions protected settings that are passed by reference, and consumed from key vault.VirtualMachineScaleSetExtensionUpdate.withProtectedSettingsFromKeyVault(KeyVaultSecretReference protectedSettingsFromKeyVault) Set the protectedSettingsFromKeyVault property: The extensions protected settings that are passed by reference, and consumed from key vault.VirtualMachineScaleSetVMExtensionUpdate.withProtectedSettingsFromKeyVault(KeyVaultSecretReference protectedSettingsFromKeyVault) Set the protectedSettingsFromKeyVault property: The extensions protected settings that are passed by reference, and consumed from key vault.