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

187 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto"
name: "WorkspaceConnectionDto"
nameWithType: "WorkspaceConnectionDto"
summary: "object used for creating workspace connection."
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 **WorkspaceConnectionDto**"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto.WorkspaceConnectionDto()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto.WorkspaceConnectionDto()"
name: "WorkspaceConnectionDto()"
nameWithType: "WorkspaceConnectionDto.WorkspaceConnectionDto()"
syntax: "public WorkspaceConnectionDto()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto.authType()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto.authType()"
name: "authType()"
nameWithType: "WorkspaceConnectionDto.authType()"
summary: "Get the auth<wbr>Type property: Authorization type of the workspace connection."
syntax: "public String authType()"
desc: "Get the authType property: Authorization type of the workspace connection."
returns:
description: "the authType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto.category()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto.category()"
name: "category()"
nameWithType: "WorkspaceConnectionDto.category()"
summary: "Get the category property: Category of the workspace connection."
syntax: "public String category()"
desc: "Get the category property: Category of the workspace connection."
returns:
description: "the category value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto.name()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto.name()"
name: "name()"
nameWithType: "WorkspaceConnectionDto.name()"
summary: "Get the name property: Friendly name of the workspace connection."
syntax: "public String name()"
desc: "Get the name property: Friendly name of the workspace connection."
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.WorkspaceConnectionDto.target()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto.target()"
name: "target()"
nameWithType: "WorkspaceConnectionDto.target()"
summary: "Get the target property: Target of the workspace connection."
syntax: "public String target()"
desc: "Get the target property: Target of the workspace connection."
returns:
description: "the target value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto.validate()"
name: "validate()"
nameWithType: "WorkspaceConnectionDto.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto.value()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto.value()"
name: "value()"
nameWithType: "WorkspaceConnectionDto.value()"
summary: "Get the value property: Value details of the workspace connection."
syntax: "public String value()"
desc: "Get the value property: Value details of the workspace connection."
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.machinelearningservices.models.WorkspaceConnectionDto.valueFormat()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto.valueFormat()"
name: "valueFormat()"
nameWithType: "WorkspaceConnectionDto.valueFormat()"
summary: "Get the value<wbr>Format property: format for the workspace connection value."
syntax: "public ValueFormat valueFormat()"
desc: "Get the valueFormat property: format for the workspace connection value."
returns:
description: "the valueFormat value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ValueFormat?alt=com.azure.resourcemanager.machinelearningservices.models.ValueFormat&text=ValueFormat\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto.withAuthType(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto.withAuthType(String authType)"
name: "withAuthType(String authType)"
nameWithType: "WorkspaceConnectionDto.withAuthType(String authType)"
summary: "Set the auth<wbr>Type property: Authorization type of the workspace connection."
parameters:
- description: "the authType value to set."
name: "authType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WorkspaceConnectionDto withAuthType(String authType)"
desc: "Set the authType property: Authorization type of the workspace connection."
returns:
description: "the WorkspaceConnectionDto object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto?alt=com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto&text=WorkspaceConnectionDto\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto.withCategory(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto.withCategory(String category)"
name: "withCategory(String category)"
nameWithType: "WorkspaceConnectionDto.withCategory(String category)"
summary: "Set the category property: Category of the workspace connection."
parameters:
- description: "the category value to set."
name: "category"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WorkspaceConnectionDto withCategory(String category)"
desc: "Set the category property: Category of the workspace connection."
returns:
description: "the WorkspaceConnectionDto object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto?alt=com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto&text=WorkspaceConnectionDto\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto.withName(String name)"
name: "withName(String name)"
nameWithType: "WorkspaceConnectionDto.withName(String name)"
summary: "Set the name property: Friendly name of the workspace connection."
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 WorkspaceConnectionDto withName(String name)"
desc: "Set the name property: Friendly name of the workspace connection."
returns:
description: "the WorkspaceConnectionDto object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto?alt=com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto&text=WorkspaceConnectionDto\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto.withTarget(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto.withTarget(String target)"
name: "withTarget(String target)"
nameWithType: "WorkspaceConnectionDto.withTarget(String target)"
summary: "Set the target property: Target of the workspace connection."
parameters:
- description: "the target value to set."
name: "target"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WorkspaceConnectionDto withTarget(String target)"
desc: "Set the target property: Target of the workspace connection."
returns:
description: "the WorkspaceConnectionDto object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto?alt=com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto&text=WorkspaceConnectionDto\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto.withValue(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto.withValue(String value)"
name: "withValue(String value)"
nameWithType: "WorkspaceConnectionDto.withValue(String value)"
summary: "Set the value property: Value details of the workspace connection."
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 WorkspaceConnectionDto withValue(String value)"
desc: "Set the value property: Value details of the workspace connection."
returns:
description: "the WorkspaceConnectionDto object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto?alt=com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto&text=WorkspaceConnectionDto\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto.withValueFormat(com.azure.resourcemanager.machinelearningservices.models.ValueFormat)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto.withValueFormat(ValueFormat valueFormat)"
name: "withValueFormat(ValueFormat valueFormat)"
nameWithType: "WorkspaceConnectionDto.withValueFormat(ValueFormat valueFormat)"
summary: "Set the value<wbr>Format property: format for the workspace connection value."
parameters:
- description: "the valueFormat value to set."
name: "valueFormat"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ValueFormat?alt=com.azure.resourcemanager.machinelearningservices.models.ValueFormat&text=ValueFormat\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WorkspaceConnectionDto withValueFormat(ValueFormat valueFormat)"
desc: "Set the valueFormat property: format for the workspace connection value."
returns:
description: "the WorkspaceConnectionDto object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto?alt=com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnectionDto&text=WorkspaceConnectionDto\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "object used for creating workspace connection."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1