126 строки
10 KiB
YAML
126 строки
10 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig"
|
|
name: "WorkspaceHubConfig"
|
|
nameWithType: "WorkspaceHubConfig"
|
|
summary: "Workspace<wbr>Hub's configuration object."
|
|
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 **WorkspaceHubConfig**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig?alt=com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig&text=WorkspaceHubConfig\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig.WorkspaceHubConfig()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig.WorkspaceHubConfig()"
|
|
name: "WorkspaceHubConfig()"
|
|
nameWithType: "WorkspaceHubConfig.WorkspaceHubConfig()"
|
|
summary: "Creates an instance of Workspace<wbr>Hub<wbr>Config class."
|
|
syntax: "public WorkspaceHubConfig()"
|
|
desc: "Creates an instance of WorkspaceHubConfig class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig.additionalWorkspaceStorageAccounts()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig.additionalWorkspaceStorageAccounts()"
|
|
name: "additionalWorkspaceStorageAccounts()"
|
|
nameWithType: "WorkspaceHubConfig.additionalWorkspaceStorageAccounts()"
|
|
summary: "Get the additional<wbr>Workspace<wbr>Storage<wbr>Accounts property: The additional<wbr>Workspace<wbr>Storage<wbr>Accounts property."
|
|
syntax: "public List<String> additionalWorkspaceStorageAccounts()"
|
|
desc: "Get the additionalWorkspaceStorageAccounts property: The additionalWorkspaceStorageAccounts property."
|
|
returns:
|
|
description: "the additionalWorkspaceStorageAccounts value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig.defaultWorkspaceResourceGroup()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig.defaultWorkspaceResourceGroup()"
|
|
name: "defaultWorkspaceResourceGroup()"
|
|
nameWithType: "WorkspaceHubConfig.defaultWorkspaceResourceGroup()"
|
|
summary: "Get the default<wbr>Workspace<wbr>Resource<wbr>Group property: The default<wbr>Workspace<wbr>Resource<wbr>Group property."
|
|
syntax: "public String defaultWorkspaceResourceGroup()"
|
|
desc: "Get the defaultWorkspaceResourceGroup property: The defaultWorkspaceResourceGroup property."
|
|
returns:
|
|
description: "the defaultWorkspaceResourceGroup value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "WorkspaceHubConfig.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Workspace<wbr>Hub<wbr>Config from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static WorkspaceHubConfig fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the WorkspaceHubConfig."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of WorkspaceHubConfig from the JsonReader."
|
|
returns:
|
|
description: "An instance of WorkspaceHubConfig if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig?alt=com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig&text=WorkspaceHubConfig\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "WorkspaceHubConfig.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig.validate()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig.validate()"
|
|
name: "validate()"
|
|
nameWithType: "WorkspaceHubConfig.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig.withAdditionalWorkspaceStorageAccounts(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig.withAdditionalWorkspaceStorageAccounts(List<String> additionalWorkspaceStorageAccounts)"
|
|
name: "withAdditionalWorkspaceStorageAccounts(List<String> additionalWorkspaceStorageAccounts)"
|
|
nameWithType: "WorkspaceHubConfig.withAdditionalWorkspaceStorageAccounts(List<String> additionalWorkspaceStorageAccounts)"
|
|
summary: "Set the additional<wbr>Workspace<wbr>Storage<wbr>Accounts property: The additional<wbr>Workspace<wbr>Storage<wbr>Accounts property."
|
|
parameters:
|
|
- description: "the additionalWorkspaceStorageAccounts value to set."
|
|
name: "additionalWorkspaceStorageAccounts"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public WorkspaceHubConfig withAdditionalWorkspaceStorageAccounts(List<String> additionalWorkspaceStorageAccounts)"
|
|
desc: "Set the additionalWorkspaceStorageAccounts property: The additionalWorkspaceStorageAccounts property."
|
|
returns:
|
|
description: "the WorkspaceHubConfig object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig?alt=com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig&text=WorkspaceHubConfig\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig.withDefaultWorkspaceResourceGroup(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig.withDefaultWorkspaceResourceGroup(String defaultWorkspaceResourceGroup)"
|
|
name: "withDefaultWorkspaceResourceGroup(String defaultWorkspaceResourceGroup)"
|
|
nameWithType: "WorkspaceHubConfig.withDefaultWorkspaceResourceGroup(String defaultWorkspaceResourceGroup)"
|
|
summary: "Set the default<wbr>Workspace<wbr>Resource<wbr>Group property: The default<wbr>Workspace<wbr>Resource<wbr>Group property."
|
|
parameters:
|
|
- description: "the defaultWorkspaceResourceGroup value to set."
|
|
name: "defaultWorkspaceResourceGroup"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public WorkspaceHubConfig withDefaultWorkspaceResourceGroup(String defaultWorkspaceResourceGroup)"
|
|
desc: "Set the defaultWorkspaceResourceGroup property: The defaultWorkspaceResourceGroup property."
|
|
returns:
|
|
description: "the WorkspaceHubConfig object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig?alt=com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig&text=WorkspaceHubConfig\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "WorkspaceHub's configuration object."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig?alt=com.azure.resourcemanager.machinelearning.models.WorkspaceHubConfig&text=WorkspaceHubConfig\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearning.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0
|