public class ManagedInstanceAdministratorInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
ManagedInstanceAdministratorInner() |
| Modifier and Type | Method and Description |
|---|---|
ManagedInstanceAdministratorType |
administratorType()
Get the administratorType property: Type of the managed instance administrator.
|
String |
login()
Get the login property: Login name of the managed instance administrator.
|
UUID |
sid()
Get the sid property: SID (object ID) of the managed instance administrator.
|
UUID |
tenantId()
Get the tenantId property: Tenant ID of the managed instance administrator.
|
void |
validate()
Validates the instance.
|
ManagedInstanceAdministratorInner |
withAdministratorType(ManagedInstanceAdministratorType administratorType)
Set the administratorType property: Type of the managed instance administrator.
|
ManagedInstanceAdministratorInner |
withLogin(String login)
Set the login property: Login name of the managed instance administrator.
|
ManagedInstanceAdministratorInner |
withSid(UUID sid)
Set the sid property: SID (object ID) of the managed instance administrator.
|
ManagedInstanceAdministratorInner |
withTenantId(UUID tenantId)
Set the tenantId property: Tenant ID of the managed instance administrator.
|
public ManagedInstanceAdministratorType administratorType()
public ManagedInstanceAdministratorInner withAdministratorType(ManagedInstanceAdministratorType administratorType)
administratorType - the administratorType value to set.public String login()
public ManagedInstanceAdministratorInner withLogin(String login)
login - the login value to set.public UUID sid()
public ManagedInstanceAdministratorInner withSid(UUID sid)
sid - the sid value to set.public UUID tenantId()
public ManagedInstanceAdministratorInner withTenantId(UUID tenantId)
tenantId - the tenantId value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.