Class PasswordCredentialsUpdateParameters

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

public class PasswordCredentialsUpdateParameters extends Object
Request parameters for a PasswordCredentials update operation.
  • Constructor Details

    • PasswordCredentialsUpdateParameters

      public PasswordCredentialsUpdateParameters()
  • Method Details

    • value

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

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