public final class KeyCredentialsUpdateParameters extends Object
| Constructor and Description |
|---|
KeyCredentialsUpdateParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the instance.
|
List<KeyCredentialInner> |
value()
Get the value property: A collection of KeyCredentials.
|
KeyCredentialsUpdateParameters |
withValue(List<KeyCredentialInner> value)
Set the value property: A collection of KeyCredentials.
|
public List<KeyCredentialInner> value()
public KeyCredentialsUpdateParameters withValue(List<KeyCredentialInner> 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.