public class ServerInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
ServerInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
administratorLogin()
Get the administratorLogin property: Administrator username for the server.
|
String |
administratorLoginPassword()
Get the administratorLoginPassword property: The administrator login password (required for server creation).
|
String |
fullyQualifiedDomainName()
Get the fullyQualifiedDomainName property: The fully qualified domain name of the server.
|
ResourceIdentity |
identity()
Get the identity property: The Azure Active Directory identity of the server.
|
String |
kind()
Get the kind property: Kind of sql server.
|
String |
minimalTlsVersion()
Get the minimalTlsVersion property: Minimal TLS version.
|
List<ServerPrivateEndpointConnection> |
privateEndpointConnections()
Get the privateEndpointConnections property: List of private endpoint connections on a server.
|
ServerPublicNetworkAccess |
publicNetworkAccess()
Get the publicNetworkAccess property: Whether or not public endpoint access is allowed for this server.
|
String |
state()
Get the state property: The state of the server.
|
void |
validate()
Validates the instance.
|
String |
version()
Get the version property: The version of the server.
|
ServerInner |
withAdministratorLogin(String administratorLogin)
Set the administratorLogin property: Administrator username for the server.
|
ServerInner |
withAdministratorLoginPassword(String administratorLoginPassword)
Set the administratorLoginPassword property: The administrator login password (required for server creation).
|
ServerInner |
withIdentity(ResourceIdentity identity)
Set the identity property: The Azure Active Directory identity of the server.
|
ServerInner |
withMinimalTlsVersion(String minimalTlsVersion)
Set the minimalTlsVersion property: Minimal TLS version.
|
ServerInner |
withPublicNetworkAccess(ServerPublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this server.
|
ServerInner |
withVersion(String version)
Set the version property: The version of the server.
|
public ResourceIdentity identity()
public ServerInner withIdentity(ResourceIdentity identity)
identity - the identity value to set.public String kind()
public String administratorLogin()
public ServerInner withAdministratorLogin(String administratorLogin)
administratorLogin - the administratorLogin value to set.public String administratorLoginPassword()
public ServerInner withAdministratorLoginPassword(String administratorLoginPassword)
administratorLoginPassword - the administratorLoginPassword value to set.public String version()
public ServerInner withVersion(String version)
version - the version value to set.public String state()
public String fullyQualifiedDomainName()
public List<ServerPrivateEndpointConnection> privateEndpointConnections()
public String minimalTlsVersion()
public ServerInner withMinimalTlsVersion(String minimalTlsVersion)
minimalTlsVersion - the minimalTlsVersion value to set.public ServerPublicNetworkAccess publicNetworkAccess()
public ServerInner withPublicNetworkAccess(ServerPublicNetworkAccess publicNetworkAccess)
publicNetworkAccess - the publicNetworkAccess value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.