69 строки
4.4 KiB
YAML
69 строки
4.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.hdinsight.models.ComputeProfile"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.ComputeProfile"
|
|
name: "ComputeProfile"
|
|
nameWithType: "ComputeProfile"
|
|
summary: "Describes the compute profile."
|
|
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 **ComputeProfile**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.ComputeProfile.ComputeProfile()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.ComputeProfile.ComputeProfile()"
|
|
name: "ComputeProfile()"
|
|
nameWithType: "ComputeProfile.ComputeProfile()"
|
|
summary: "Creates an instance of Compute<wbr>Profile class."
|
|
syntax: "public ComputeProfile()"
|
|
desc: "Creates an instance of ComputeProfile class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.ComputeProfile.roles()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.ComputeProfile.roles()"
|
|
name: "roles()"
|
|
nameWithType: "ComputeProfile.roles()"
|
|
summary: "Get the roles property: The list of roles in the cluster."
|
|
syntax: "public List<Role> roles()"
|
|
desc: "Get the roles property: The list of roles in the cluster."
|
|
returns:
|
|
description: "the roles value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.hdinsight.models.Role?alt=com.azure.resourcemanager.hdinsight.models.Role&text=Role\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.ComputeProfile.validate()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.ComputeProfile.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ComputeProfile.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.ComputeProfile.withRoles(java.util.List<com.azure.resourcemanager.hdinsight.models.Role>)"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.ComputeProfile.withRoles(List<Role> roles)"
|
|
name: "withRoles(List<Role> roles)"
|
|
nameWithType: "ComputeProfile.withRoles(List<Role> roles)"
|
|
summary: "Set the roles property: The list of roles in the cluster."
|
|
parameters:
|
|
- description: "the roles value to set."
|
|
name: "roles"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.hdinsight.models.Role?alt=com.azure.resourcemanager.hdinsight.models.Role&text=Role\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public ComputeProfile withRoles(List<Role> roles)"
|
|
desc: "Set the roles property: The list of roles in the cluster."
|
|
returns:
|
|
description: "the ComputeProfile object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.ComputeProfile?alt=com.azure.resourcemanager.hdinsight.models.ComputeProfile&text=ComputeProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Describes the compute profile."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.hdinsight.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-hdinsight:1.0.0
|