public final class PasswordCredentialListResult extends Object
| Constructor and Description |
|---|
PasswordCredentialListResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the instance.
|
List<PasswordCredentialInner> |
value()
Get the value property: A collection of PasswordCredentials.
|
PasswordCredentialListResult |
withValue(List<PasswordCredentialInner> value)
Set the value property: A collection of PasswordCredentials.
|
public List<PasswordCredentialInner> value()
public PasswordCredentialListResult withValue(List<PasswordCredentialInner> value)
value - the value value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.