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

169 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner"
name: "WorkspaceConnectionInner"
nameWithType: "WorkspaceConnectionInner"
summary: "Workspace connection."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
- 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 **WorkspaceConnectionInner**</br> extends <xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner.WorkspaceConnectionInner()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner.WorkspaceConnectionInner()"
name: "WorkspaceConnectionInner()"
nameWithType: "WorkspaceConnectionInner.WorkspaceConnectionInner()"
syntax: "public WorkspaceConnectionInner()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner.authType()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner.authType()"
name: "authType()"
nameWithType: "WorkspaceConnectionInner.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.fluent.models.WorkspaceConnectionInner.category()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner.category()"
name: "category()"
nameWithType: "WorkspaceConnectionInner.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.fluent.models.WorkspaceConnectionInner.target()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner.target()"
name: "target()"
nameWithType: "WorkspaceConnectionInner.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.fluent.models.WorkspaceConnectionInner.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner.validate()"
name: "validate()"
nameWithType: "WorkspaceConnectionInner.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner.value()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner.value()"
name: "value()"
nameWithType: "WorkspaceConnectionInner.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.fluent.models.WorkspaceConnectionInner.valueFormat()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner.valueFormat()"
name: "valueFormat()"
nameWithType: "WorkspaceConnectionInner.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.fluent.models.WorkspaceConnectionInner.withAuthType(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner.withAuthType(String authType)"
name: "withAuthType(String authType)"
nameWithType: "WorkspaceConnectionInner.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 WorkspaceConnectionInner withAuthType(String authType)"
desc: "Set the authType property: Authorization type of the workspace connection."
returns:
description: "the WorkspaceConnectionInner object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner&text=WorkspaceConnectionInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner.withCategory(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner.withCategory(String category)"
name: "withCategory(String category)"
nameWithType: "WorkspaceConnectionInner.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 WorkspaceConnectionInner withCategory(String category)"
desc: "Set the category property: Category of the workspace connection."
returns:
description: "the WorkspaceConnectionInner object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner&text=WorkspaceConnectionInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner.withTarget(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner.withTarget(String target)"
name: "withTarget(String target)"
nameWithType: "WorkspaceConnectionInner.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 WorkspaceConnectionInner withTarget(String target)"
desc: "Set the target property: Target of the workspace connection."
returns:
description: "the WorkspaceConnectionInner object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner&text=WorkspaceConnectionInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner.withValue(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner.withValue(String value)"
name: "withValue(String value)"
nameWithType: "WorkspaceConnectionInner.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 WorkspaceConnectionInner withValue(String value)"
desc: "Set the value property: Value details of the workspace connection."
returns:
description: "the WorkspaceConnectionInner object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner&text=WorkspaceConnectionInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner.withValueFormat(com.azure.resourcemanager.machinelearningservices.models.ValueFormat)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner.withValueFormat(ValueFormat valueFormat)"
name: "withValueFormat(ValueFormat valueFormat)"
nameWithType: "WorkspaceConnectionInner.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 WorkspaceConnectionInner withValueFormat(ValueFormat valueFormat)"
desc: "Set the valueFormat property: format for the workspace connection value."
returns:
description: "the WorkspaceConnectionInner object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceConnectionInner&text=WorkspaceConnectionInner\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Workspace connection."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1