public class ServerUpdate extends Object
| Constructor and Description |
|---|
ServerUpdate() |
| Modifier and Type | Method and Description |
|---|---|
String |
administratorLogin()
Get administrator username for the server.
|
String |
administratorLoginPassword()
Get the administrator login password (required for server creation).
|
String |
fullyQualifiedDomainName()
Get the fully qualified domain name of the server.
|
String |
state()
Get the state of the server.
|
Map<String,String> |
tags()
Get resource tags.
|
String |
version()
Get the version of the server.
|
ServerUpdate |
withAdministratorLogin(String administratorLogin)
Set administrator username for the server.
|
ServerUpdate |
withAdministratorLoginPassword(String administratorLoginPassword)
Set the administrator login password (required for server creation).
|
ServerUpdate |
withTags(Map<String,String> tags)
Set resource tags.
|
ServerUpdate |
withVersion(String version)
Set the version of the server.
|
public String administratorLogin()
public ServerUpdate withAdministratorLogin(String administratorLogin)
administratorLogin - the administratorLogin value to setpublic String administratorLoginPassword()
public ServerUpdate withAdministratorLoginPassword(String administratorLoginPassword)
administratorLoginPassword - the administratorLoginPassword value to setpublic String version()
public ServerUpdate withVersion(String version)
version - the version value to setpublic String state()
public String fullyQualifiedDomainName()
public ServerUpdate withTags(Map<String,String> tags)
tags - the tags value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/