VmmServerPropertiesCredentials Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. VmmServerPropertiesCredentials
- com.
public final class VmmServerPropertiesCredentials
Credentials to connect to VMMServer.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| VmmServerPropertiesCredentials() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
password()
Get the password property: Credentials to use to connect to VMMServer. |
| String |
username()
Get the username property: Username to use to connect to VMMServer. |
| void |
validate()
Validates the instance. |
|
Vmm |
withPassword(String password)
Set the password property: Credentials to use to connect to VMMServer. |
|
Vmm |
withUsername(String username)
Set the username property: Username to use to connect to VMMServer. |
Methods inherited from java.lang.Object
Constructor Details
VmmServerPropertiesCredentials
public VmmServerPropertiesCredentials()
Method Details
password
public String password()
Get the password property: Credentials to use to connect to VMMServer.
Returns:
username
public String username()
Get the username property: Username to use to connect to VMMServer.
Returns:
validate
public void validate()
Validates the instance.
withPassword
public VmmServerPropertiesCredentials withPassword(String password)
Set the password property: Credentials to use to connect to VMMServer.
Parameters:
Returns:
withUsername
public VmmServerPropertiesCredentials withUsername(String username)
Set the username property: Username to use to connect to VMMServer.
Parameters:
Returns: