public final class ConnectionResetSharedKeyInner extends Object
| Constructor and Description |
|---|
ConnectionResetSharedKeyInner() |
| Modifier and Type | Method and Description |
|---|---|
int |
keyLength()
Get the keyLength property: The virtual network connection reset shared key length, should between 1 and 128.
|
void |
validate()
Validates the instance.
|
ConnectionResetSharedKeyInner |
withKeyLength(int keyLength)
Set the keyLength property: The virtual network connection reset shared key length, should between 1 and 128.
|
public int keyLength()
public ConnectionResetSharedKeyInner withKeyLength(int keyLength)
keyLength - the keyLength value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.