Class KeyForDiskEncryptionSetArgs.Builder

    • Method Detail

      • keyUrl

        public KeyForDiskEncryptionSetArgs.Builder keyUrl​(com.pulumi.core.Output<java.lang.String> keyUrl)
        Parameters:
        keyUrl - Fully versioned Key Url pointing to a key in KeyVault. Version segment of the Url is required regardless of rotationToLatestKeyVersionEnabled value.
        Returns:
        builder
      • keyUrl

        public KeyForDiskEncryptionSetArgs.Builder keyUrl​(java.lang.String keyUrl)
        Parameters:
        keyUrl - Fully versioned Key Url pointing to a key in KeyVault. Version segment of the Url is required regardless of rotationToLatestKeyVersionEnabled value.
        Returns:
        builder
      • sourceVault

        public KeyForDiskEncryptionSetArgs.Builder sourceVault​(@Nullable
                                                               com.pulumi.core.Output<SourceVaultArgs> sourceVault)
        Parameters:
        sourceVault - Resource id of the KeyVault containing the key or secret. This property is optional and cannot be used if the KeyVault subscription is not the same as the Disk Encryption Set subscription.
        Returns:
        builder
      • sourceVault

        public KeyForDiskEncryptionSetArgs.Builder sourceVault​(SourceVaultArgs sourceVault)
        Parameters:
        sourceVault - Resource id of the KeyVault containing the key or secret. This property is optional and cannot be used if the KeyVault subscription is not the same as the Disk Encryption Set subscription.
        Returns:
        builder