91 строка
5.8 KiB
YAML
91 строка
5.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearningservices.models.EnvironmentReference"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.EnvironmentReference"
|
|
name: "EnvironmentReference"
|
|
nameWithType: "EnvironmentReference"
|
|
summary: "The Environment<wbr>Reference model."
|
|
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 class **EnvironmentReference**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.EnvironmentReference.EnvironmentReference()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.EnvironmentReference.EnvironmentReference()"
|
|
name: "EnvironmentReference()"
|
|
nameWithType: "EnvironmentReference.EnvironmentReference()"
|
|
syntax: "public EnvironmentReference()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.EnvironmentReference.name()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.EnvironmentReference.name()"
|
|
name: "name()"
|
|
nameWithType: "EnvironmentReference.name()"
|
|
summary: "Get the name property: Name of the environment."
|
|
syntax: "public String name()"
|
|
desc: "Get the name property: Name of the environment."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.EnvironmentReference.validate()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.EnvironmentReference.validate()"
|
|
name: "validate()"
|
|
nameWithType: "EnvironmentReference.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.EnvironmentReference.version()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.EnvironmentReference.version()"
|
|
name: "version()"
|
|
nameWithType: "EnvironmentReference.version()"
|
|
summary: "Get the version property: Version of the environment."
|
|
syntax: "public String version()"
|
|
desc: "Get the version property: Version of the environment."
|
|
returns:
|
|
description: "the version value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.EnvironmentReference.withName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.EnvironmentReference.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "EnvironmentReference.withName(String name)"
|
|
summary: "Set the name property: Name of the environment."
|
|
parameters:
|
|
- description: "the name value to set."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public EnvironmentReference withName(String name)"
|
|
desc: "Set the name property: Name of the environment."
|
|
returns:
|
|
description: "the EnvironmentReference object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.EnvironmentReference?alt=com.azure.resourcemanager.machinelearningservices.models.EnvironmentReference&text=EnvironmentReference\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.EnvironmentReference.withVersion(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.EnvironmentReference.withVersion(String version)"
|
|
name: "withVersion(String version)"
|
|
nameWithType: "EnvironmentReference.withVersion(String version)"
|
|
summary: "Set the version property: Version of the environment."
|
|
parameters:
|
|
- description: "the version value to set."
|
|
name: "version"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public EnvironmentReference withVersion(String version)"
|
|
desc: "Set the version property: Version of the environment."
|
|
returns:
|
|
description: "the EnvironmentReference object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.EnvironmentReference?alt=com.azure.resourcemanager.machinelearningservices.models.EnvironmentReference&text=EnvironmentReference\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The EnvironmentReference model."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearningservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1
|