Class KeyCredentialsUpdateParameters
java.lang.Object
com.microsoft.azure.management.graphrbac.KeyCredentialsUpdateParameters
Request parameters for a KeyCredentials update operation.
- 
Constructor Details
- 
KeyCredentialsUpdateParameters
public KeyCredentialsUpdateParameters() 
 - 
 - 
Method Details
- 
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.
 
 
 -