Class KeyVaultProperties

java.lang.Object
com.azure.resourcemanager.loganalytics.models.KeyVaultProperties

public final class KeyVaultProperties extends Object
The key vault properties.
  • Constructor Details

    • KeyVaultProperties

      public KeyVaultProperties()
  • Method Details

    • keyVaultUri

      public String keyVaultUri()
      Get the keyVaultUri property: The Key Vault uri which holds they key associated with the Log Analytics cluster.
      Returns:
      the keyVaultUri value.
    • withKeyVaultUri

      public KeyVaultProperties withKeyVaultUri(String keyVaultUri)
      Set the keyVaultUri property: The Key Vault uri which holds they key associated with the Log Analytics cluster.
      Parameters:
      keyVaultUri - the keyVaultUri value to set.
      Returns:
      the KeyVaultProperties object itself.
    • keyName

      public String keyName()
      Get the keyName property: The name of the key associated with the Log Analytics cluster.
      Returns:
      the keyName value.
    • withKeyName

      public KeyVaultProperties withKeyName(String keyName)
      Set the keyName property: The name of the key associated with the Log Analytics cluster.
      Parameters:
      keyName - the keyName value to set.
      Returns:
      the KeyVaultProperties object itself.
    • keyVersion

      public String keyVersion()
      Get the keyVersion property: The version of the key associated with the Log Analytics cluster.
      Returns:
      the keyVersion value.
    • withKeyVersion

      public KeyVaultProperties withKeyVersion(String keyVersion)
      Set the keyVersion property: The version of the key associated with the Log Analytics cluster.
      Parameters:
      keyVersion - the keyVersion value to set.
      Returns:
      the KeyVaultProperties object itself.
    • keyRsaSize

      public Integer keyRsaSize()
      Get the keyRsaSize property: Selected key minimum required size.
      Returns:
      the keyRsaSize value.
    • withKeyRsaSize

      public KeyVaultProperties withKeyRsaSize(Integer keyRsaSize)
      Set the keyRsaSize property: Selected key minimum required size.
      Parameters:
      keyRsaSize - the keyRsaSize value to set.
      Returns:
      the KeyVaultProperties object itself.
    • validate

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