Class KeyCredentialsUpdateParameters

java.lang.Object
com.microsoft.azure.management.graphrbac.KeyCredentialsUpdateParameters

public class KeyCredentialsUpdateParameters extends Object
Request parameters for a KeyCredentials update operation.
  • Constructor Details

    • KeyCredentialsUpdateParameters

      public KeyCredentialsUpdateParameters()
  • Method Details

    • value

      public List<com.microsoft.azure.management.graphrbac.implementation.KeyCredentialInner> value()
      Get the value value.
      Returns:
      the value value
    • withValue

      public KeyCredentialsUpdateParameters withValue(List<com.microsoft.azure.management.graphrbac.implementation.KeyCredentialInner> value)
      Set the value value.
      Parameters:
      value - the value value to set
      Returns:
      the KeyCredentialsUpdateParameters object itself.