public class ServerUpdate extends Object
| Constructor and Description |
|---|
ServerUpdate() |
| 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.
|
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.
|
Map<String,String> |
tags()
Get the tags property: Resource tags.
|
void |
validate()
Validates the instance.
|
String |
version()
Get the version property: The version of the server.
|
ServerUpdate |
withAdministratorLogin(String administratorLogin)
Set the administratorLogin property: Administrator username for the server.
|
ServerUpdate |
withAdministratorLoginPassword(String administratorLoginPassword)
Set the administratorLoginPassword property: The administrator login password (required for server creation).
|
ServerUpdate |
withMinimalTlsVersion(String minimalTlsVersion)
Set the minimalTlsVersion property: Minimal TLS version.
|
ServerUpdate |
withPublicNetworkAccess(ServerPublicNetworkAccess publicNetworkAccess)
Set the publicNetworkAccess property: Whether or not public endpoint access is allowed for this server.
|
ServerUpdate |
withTags(Map<String,String> tags)
Set the tags property: Resource tags.
|
ServerUpdate |
withVersion(String version)
Set the version property: The version of the server.
|
public Map<String,String> tags()
public ServerUpdate withTags(Map<String,String> tags)
tags - the tags value to set.public String administratorLogin()
public ServerUpdate withAdministratorLogin(String administratorLogin)
administratorLogin - the administratorLogin value to set.public String administratorLoginPassword()
public ServerUpdate withAdministratorLoginPassword(String administratorLoginPassword)
administratorLoginPassword - the administratorLoginPassword value to set.public String version()
public ServerUpdate withVersion(String version)
version - the version value to set.public String state()
public String fullyQualifiedDomainName()
public List<ServerPrivateEndpointConnection> privateEndpointConnections()
public String minimalTlsVersion()
public ServerUpdate withMinimalTlsVersion(String minimalTlsVersion)
minimalTlsVersion - the minimalTlsVersion value to set.public ServerPublicNetworkAccess publicNetworkAccess()
public ServerUpdate 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.