93 строки
5.5 KiB
YAML
93 строки
5.5 KiB
YAML
|
### YamlMime:JavaType
|
||
|
uid: "com.azure.resourcemanager.devtestlabs.models.ParameterInfo"
|
||
|
fullName: "com.azure.resourcemanager.devtestlabs.models.ParameterInfo"
|
||
|
name: "ParameterInfo"
|
||
|
nameWithType: "ParameterInfo"
|
||
|
summary: "Information about an artifact's parameter."
|
||
|
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 **ParameterInfo**"
|
||
|
constructors:
|
||
|
- uid: "com.azure.resourcemanager.devtestlabs.models.ParameterInfo.ParameterInfo()"
|
||
|
fullName: "com.azure.resourcemanager.devtestlabs.models.ParameterInfo.ParameterInfo()"
|
||
|
name: "ParameterInfo()"
|
||
|
nameWithType: "ParameterInfo.ParameterInfo()"
|
||
|
summary: "Creates an instance of Parameter<wbr>Info class."
|
||
|
syntax: "public ParameterInfo()"
|
||
|
desc: "Creates an instance of ParameterInfo class."
|
||
|
methods:
|
||
|
- uid: "com.azure.resourcemanager.devtestlabs.models.ParameterInfo.name()"
|
||
|
fullName: "com.azure.resourcemanager.devtestlabs.models.ParameterInfo.name()"
|
||
|
name: "name()"
|
||
|
nameWithType: "ParameterInfo.name()"
|
||
|
summary: "Get the name property: The name of the artifact parameter."
|
||
|
syntax: "public String name()"
|
||
|
desc: "Get the name property: The name of the artifact parameter."
|
||
|
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.devtestlabs.models.ParameterInfo.validate()"
|
||
|
fullName: "com.azure.resourcemanager.devtestlabs.models.ParameterInfo.validate()"
|
||
|
name: "validate()"
|
||
|
nameWithType: "ParameterInfo.validate()"
|
||
|
summary: "Validates the instance."
|
||
|
syntax: "public void validate()"
|
||
|
desc: "Validates the instance."
|
||
|
- uid: "com.azure.resourcemanager.devtestlabs.models.ParameterInfo.value()"
|
||
|
fullName: "com.azure.resourcemanager.devtestlabs.models.ParameterInfo.value()"
|
||
|
name: "value()"
|
||
|
nameWithType: "ParameterInfo.value()"
|
||
|
summary: "Get the value property: The value of the artifact parameter."
|
||
|
syntax: "public String value()"
|
||
|
desc: "Get the value property: The value of the artifact parameter."
|
||
|
returns:
|
||
|
description: "the value value."
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- uid: "com.azure.resourcemanager.devtestlabs.models.ParameterInfo.withName(java.lang.String)"
|
||
|
fullName: "com.azure.resourcemanager.devtestlabs.models.ParameterInfo.withName(String name)"
|
||
|
name: "withName(String name)"
|
||
|
nameWithType: "ParameterInfo.withName(String name)"
|
||
|
summary: "Set the name property: The name of the artifact parameter."
|
||
|
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 ParameterInfo withName(String name)"
|
||
|
desc: "Set the name property: The name of the artifact parameter."
|
||
|
returns:
|
||
|
description: "the ParameterInfo object itself."
|
||
|
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ParameterInfo?alt=com.azure.resourcemanager.devtestlabs.models.ParameterInfo&text=ParameterInfo\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- uid: "com.azure.resourcemanager.devtestlabs.models.ParameterInfo.withValue(java.lang.String)"
|
||
|
fullName: "com.azure.resourcemanager.devtestlabs.models.ParameterInfo.withValue(String value)"
|
||
|
name: "withValue(String value)"
|
||
|
nameWithType: "ParameterInfo.withValue(String value)"
|
||
|
summary: "Set the value property: The value of the artifact parameter."
|
||
|
parameters:
|
||
|
- description: "the value value to set."
|
||
|
name: "value"
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
syntax: "public ParameterInfo withValue(String value)"
|
||
|
desc: "Set the value property: The value of the artifact parameter."
|
||
|
returns:
|
||
|
description: "the ParameterInfo object itself."
|
||
|
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ParameterInfo?alt=com.azure.resourcemanager.devtestlabs.models.ParameterInfo&text=ParameterInfo\" data-throw-if-not-resolved=\"False\" />"
|
||
|
type: "class"
|
||
|
desc: "Information about an artifact's parameter."
|
||
|
metadata: {}
|
||
|
package: "com.azure.resourcemanager.devtestlabs.models"
|
||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-devtestlabs:1.0.0
|