azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.resourcemanager.m...

73 строки
4.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceCreatedBy"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceCreatedBy"
name: "ComputeInstanceCreatedBy"
nameWithType: "ComputeInstanceCreatedBy"
summary: "Describes information on user who created this Compute<wbr>Instance."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ComputeInstanceCreatedBy**"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceCreatedBy.ComputeInstanceCreatedBy()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceCreatedBy.ComputeInstanceCreatedBy()"
name: "ComputeInstanceCreatedBy()"
nameWithType: "ComputeInstanceCreatedBy.ComputeInstanceCreatedBy()"
syntax: "public ComputeInstanceCreatedBy()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceCreatedBy.userId()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceCreatedBy.userId()"
name: "userId()"
nameWithType: "ComputeInstanceCreatedBy.userId()"
summary: "Get the user<wbr>Id property: Uniquely identifies the user within his/her organization."
syntax: "public String userId()"
desc: "Get the userId property: Uniquely identifies the user within his/her organization."
returns:
description: "the userId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceCreatedBy.userOrgId()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceCreatedBy.userOrgId()"
name: "userOrgId()"
nameWithType: "ComputeInstanceCreatedBy.userOrgId()"
summary: "Get the user<wbr>Org<wbr>Id property: Uniquely identifies user' Azure Active Directory organization."
syntax: "public String userOrgId()"
desc: "Get the userOrgId property: Uniquely identifies user' Azure Active Directory organization."
returns:
description: "the userOrgId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceCreatedBy.username()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceCreatedBy.username()"
name: "username()"
nameWithType: "ComputeInstanceCreatedBy.username()"
summary: "Get the username property: Name of the user."
syntax: "public String username()"
desc: "Get the username property: Name of the user."
returns:
description: "the username value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceCreatedBy.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ComputeInstanceCreatedBy.validate()"
name: "validate()"
nameWithType: "ComputeInstanceCreatedBy.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
type: "class"
desc: "Describes information on user who created this ComputeInstance."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1