AdminCredentials Interface
public interface AdminCredentials
An immutable client-side representation of AdminCredentials.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Admin |
innerModel()
Gets the inner com. |
abstract String |
nsxtPassword()
Gets the nsxt |
abstract String |
nsxtUsername()
Gets the nsxt |
abstract String |
vcenterPassword()
Gets the vcenter |
abstract String |
vcenterUsername()
Gets the vcenter |
Method Details
innerModel
public abstract AdminCredentialsInner innerModel()
Gets the inner com.azure.resourcemanager.avs.fluent.models.AdminCredentialsInner object.
Returns:
nsxtPassword
public abstract String nsxtPassword()
Gets the nsxtPassword property: NSX-T Manager password.
Returns:
nsxtUsername
public abstract String nsxtUsername()
Gets the nsxtUsername property: NSX-T Manager username.
Returns:
vcenterPassword
public abstract String vcenterPassword()
Gets the vcenterPassword property: vCenter admin password.
Returns:
vcenterUsername
public abstract String vcenterUsername()
Gets the vcenterUsername property: vCenter admin username.
Returns:
Applies to
Azure SDK for Java