KeyVaultSecretReference Class

  • java.lang.Object
    • com.microsoft.azure.management.batchai.KeyVaultSecretReference

public class KeyVaultSecretReference

Key Vault Secret reference.

Method Summary

Modifier and Type Method and Description
String secretUrl()

Get the URL referencing a secret in the Key Vault.

ResourceId sourceVault()

Get fully qualified resource indentifier of the Key Vault.

KeyVaultSecretReference withSecretUrl(String secretUrl)

Set the URL referencing a secret in the Key Vault.

KeyVaultSecretReference withSourceVault(ResourceId sourceVault)

Set fully qualified resource indentifier of the Key Vault.

Method Details

secretUrl

public String secretUrl()

Get the URL referencing a secret in the Key Vault.

Returns:

the secretUrl value

sourceVault

public ResourceId sourceVault()

Get fully qualified resource indentifier of the Key Vault.

Returns:

the sourceVault value

withSecretUrl

public KeyVaultSecretReference withSecretUrl(String secretUrl)

Set the URL referencing a secret in the Key Vault.

Parameters:

secretUrl - the secretUrl value to set

Returns:

the KeyVaultSecretReference object itself.

withSourceVault

public KeyVaultSecretReference withSourceVault(ResourceId sourceVault)

Set fully qualified resource indentifier of the Key Vault.

Parameters:

sourceVault - the sourceVault value to set

Returns:

the KeyVaultSecretReference object itself.

Applies to