ComputeInstanceCreatedBy Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. ComputeInstanceCreatedBy
- com.
Implements
public final class ComputeInstanceCreatedBy
implements JsonSerializable<ComputeInstanceCreatedBy>
Describes information on user who created this ComputeInstance.
Constructor Summary
| Constructor | Description |
|---|---|
| ComputeInstanceCreatedBy() |
Creates an instance of Compute |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Compute |
fromJson(JsonReader jsonReader)
Reads an instance of Compute |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
userId()
Get the user |
| String |
username()
Get the username property: Name of the user. |
| String |
userOrgId()
Get the user |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ComputeInstanceCreatedBy
public ComputeInstanceCreatedBy()
Creates an instance of ComputeInstanceCreatedBy class.
Method Details
fromJson
public static ComputeInstanceCreatedBy fromJson(JsonReader jsonReader)
Reads an instance of ComputeInstanceCreatedBy from the JsonReader.
Parameters:
Returns:
Throws:
toJson
userId
public String userId()
Get the userId property: Uniquely identifies the user within his/her organization.
Returns:
username
public String username()
Get the username property: Name of the user.
Returns:
userOrgId
public String userOrgId()
Get the userOrgId property: Uniquely identifies user' Azure Active Directory organization.
Returns:
validate
public void validate()
Validates the instance.