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 |
withId(String id) |
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 ConnectionSharedKeyInner withId(String id)
withId in class com.azure.core.management.SubResourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.