WorkspaceAadAdminInfoInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. synapse. fluent. models. WorkspaceAadAdminInfoInner
- com.
- com.
public final class WorkspaceAadAdminInfoInner
extends ProxyResource
Workspace active directory administrator.
Constructor Summary
| Constructor | Description |
|---|---|
| WorkspaceAadAdminInfoInner() |
Creates an instance of Workspace |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
administratorType()
Get the administrator |
|
static
Workspace |
fromJson(JsonReader jsonReader)
Reads an instance of Workspace |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
login()
Get the login property: Login of the workspace active directory administrator. |
| String |
name()
Get the name property: The name of the resource. |
| String |
sid()
Get the sid property: Object ID of the workspace active directory administrator. |
| String |
tenantId()
Get the tenant |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Workspace |
withAdministratorType(String administratorType)
Set the administrator |
|
Workspace |
withLogin(String login)
Set the login property: Login of the workspace active directory administrator. |
|
Workspace |
withSid(String sid)
Set the sid property: Object ID of the workspace active directory administrator. |
|
Workspace |
withTenantId(String tenantId)
Set the tenant |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
WorkspaceAadAdminInfoInner
public WorkspaceAadAdminInfoInner()
Creates an instance of WorkspaceAadAdminInfoInner class.
Method Details
administratorType
public String administratorType()
Get the administratorType property: Workspace active directory administrator type.
Returns:
fromJson
public static WorkspaceAadAdminInfoInner fromJson(JsonReader jsonReader)
Reads an instance of WorkspaceAadAdminInfoInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
WorkspaceAadAdminInfoInner.id()Returns:
login
public String login()
Get the login property: Login of the workspace active directory administrator.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
WorkspaceAadAdminInfoInner.name()Returns:
sid
public String sid()
Get the sid property: Object ID of the workspace active directory administrator.
Returns:
tenantId
public String tenantId()
Get the tenantId property: Tenant ID of the workspace active directory administrator.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
WorkspaceAadAdminInfoInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
WorkspaceAadAdminInfoInner.type()Returns:
validate
public void validate()
Validates the instance.
withAdministratorType
public WorkspaceAadAdminInfoInner withAdministratorType(String administratorType)
Set the administratorType property: Workspace active directory administrator type.
Parameters:
Returns:
withLogin
public WorkspaceAadAdminInfoInner withLogin(String login)
Set the login property: Login of the workspace active directory administrator.
Parameters:
Returns:
withSid
public WorkspaceAadAdminInfoInner withSid(String sid)
Set the sid property: Object ID of the workspace active directory administrator.
Parameters:
Returns:
withTenantId
public WorkspaceAadAdminInfoInner withTenantId(String tenantId)
Set the tenantId property: Tenant ID of the workspace active directory administrator.
Parameters:
Returns: