public class PasswordCredentialsUpdateParameters extends Object
| Constructor and Description |
|---|
PasswordCredentialsUpdateParameters() |
| Modifier and Type | Method and Description |
|---|---|
List<com.microsoft.azure.management.graphrbac.implementation.PasswordCredentialInner> |
value()
Get the value value.
|
PasswordCredentialsUpdateParameters |
withValue(List<com.microsoft.azure.management.graphrbac.implementation.PasswordCredentialInner> value)
Set the value value.
|
public List<com.microsoft.azure.management.graphrbac.implementation.PasswordCredentialInner> value()
public PasswordCredentialsUpdateParameters withValue(List<com.microsoft.azure.management.graphrbac.implementation.PasswordCredentialInner> value)
value - the value value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/