public final class ConnectionSharedKeyInner
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
ConnectionSharedKeyInner() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the instance.
|
String |
value()
Get the value property: The virtual network connection shared key value.
|
ConnectionSharedKeyInner |
withValue(String value)
Set the value property: The virtual network connection shared key value.
|
public String value()
public ConnectionSharedKeyInner withValue(String 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.