public class ServerConnectionPolicyInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
ServerConnectionPolicyInner() |
| Modifier and Type | Method and Description |
|---|---|
ServerConnectionType |
connectionType()
Get the connectionType property: The server connection type.
|
String |
kind()
Get the kind property: Metadata used for the Azure portal experience.
|
String |
location()
Get the location property: Resource location.
|
void |
validate()
Validates the instance.
|
ServerConnectionPolicyInner |
withConnectionType(ServerConnectionType connectionType)
Set the connectionType property: The server connection type.
|
public String kind()
public String location()
public ServerConnectionType connectionType()
public ServerConnectionPolicyInner withConnectionType(ServerConnectionType connectionType)
connectionType - the connectionType value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.