Compartir vía


KeyVaultKeyReference Class

  • java.lang.Object
    • com.microsoft.azure.management.compute.KeyVaultKeyReference

public class KeyVaultKeyReference

Describes a reference to Key Vault Key.

Method Summary

Modifier and Type Method and Description
String keyUrl()

Get the keyUrl value.

SubResource sourceVault()

Get the sourceVault value.

KeyVaultKeyReference withKeyUrl(String keyUrl)

Set the keyUrl value.

KeyVaultKeyReference withSourceVault(SubResource sourceVault)

Set the sourceVault value.

Method Details

keyUrl

public String keyUrl()

Get the keyUrl value.

Returns:

the keyUrl value

sourceVault

public SubResource sourceVault()

Get the sourceVault value.

Returns:

the sourceVault value

withKeyUrl

public KeyVaultKeyReference withKeyUrl(String keyUrl)

Set the keyUrl value.

Parameters:

keyUrl - the keyUrl value to set

Returns:

the KeyVaultKeyReference object itself.

withSourceVault

public KeyVaultKeyReference withSourceVault(SubResource sourceVault)

Set the sourceVault value.

Parameters:

sourceVault - the sourceVault value to set

Returns:

the KeyVaultKeyReference object itself.

Applies to