java.lang.Object
com.azure.resourcemanager.mobilenetwork.models.KeyVaultKey

public final class KeyVaultKey extends Object
An Azure key vault key.
  • Constructor Details

    • KeyVaultKey

      public KeyVaultKey()
  • Method Details

    • keyUrl

      public String keyUrl()
      Get the keyUrl property: The key URL, unversioned. For example: https://contosovault.vault.azure.net/keys/azureKey.
      Returns:
      the keyUrl value.
    • withKeyUrl

      public KeyVaultKey withKeyUrl(String keyUrl)
      Set the keyUrl property: The key URL, unversioned. For example: https://contosovault.vault.azure.net/keys/azureKey.
      Parameters:
      keyUrl - the keyUrl value to set.
      Returns:
      the KeyVaultKey object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.