126 строки
8.8 KiB
YAML
126 строки
8.8 KiB
YAML
|
### YamlMime:JavaType
|
||
|
uid: "com.azure.resourcemanager.machinelearning.models.AzureDatastore"
|
||
|
fullName: "com.azure.resourcemanager.machinelearning.models.AzureDatastore"
|
||
|
name: "AzureDatastore"
|
||
|
nameWithType: "AzureDatastore"
|
||
|
summary: "Base definition for Azure datastore contents configuration."
|
||
|
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 **AzureDatastore**</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.AzureDatastore?alt=com.azure.resourcemanager.machinelearning.models.AzureDatastore&text=AzureDatastore\" data-throw-if-not-resolved=\"False\" />>"
|
||
|
constructors:
|
||
|
- uid: "com.azure.resourcemanager.machinelearning.models.AzureDatastore.AzureDatastore()"
|
||
|
fullName: "com.azure.resourcemanager.machinelearning.models.AzureDatastore.AzureDatastore()"
|
||
|
name: "AzureDatastore()"
|
||
|
nameWithType: "AzureDatastore.AzureDatastore()"
|
||
|
summary: "Creates an instance of Azure<wbr>Datastore class."
|
||
|
syntax: "public AzureDatastore()"
|
||
|
desc: "Creates an instance of AzureDatastore class."
|
||
|
methods:
|
||
|
- uid: "com.azure.resourcemanager.machinelearning.models.AzureDatastore.fromJson(com.azure.json.JsonReader)"
|
||
|
fullName: "com.azure.resourcemanager.machinelearning.models.AzureDatastore.fromJson(JsonReader jsonReader)"
|
||
|
name: "fromJson(JsonReader jsonReader)"
|
||
|
nameWithType: "AzureDatastore.fromJson(JsonReader jsonReader)"
|
||
|
summary: "Reads an instance of Azure<wbr>Datastore 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 AzureDatastore fromJson(JsonReader jsonReader)"
|
||
|
exceptions:
|
||
|
- description: "If an error occurs while reading the AzureDatastore."
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
||
|
desc: "Reads an instance of AzureDatastore from the JsonReader."
|
||
|
returns:
|
||
|
description: "An instance of AzureDatastore 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.AzureDatastore?alt=com.azure.resourcemanager.machinelearning.models.AzureDatastore&text=AzureDatastore\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- uid: "com.azure.resourcemanager.machinelearning.models.AzureDatastore.resourceGroup()"
|
||
|
fullName: "com.azure.resourcemanager.machinelearning.models.AzureDatastore.resourceGroup()"
|
||
|
name: "resourceGroup()"
|
||
|
nameWithType: "AzureDatastore.resourceGroup()"
|
||
|
summary: "Get the resource<wbr>Group property: Azure Resource Group name."
|
||
|
syntax: "public String resourceGroup()"
|
||
|
desc: "Get the resourceGroup property: Azure Resource Group name."
|
||
|
returns:
|
||
|
description: "the resourceGroup value."
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- uid: "com.azure.resourcemanager.machinelearning.models.AzureDatastore.subscriptionId()"
|
||
|
fullName: "com.azure.resourcemanager.machinelearning.models.AzureDatastore.subscriptionId()"
|
||
|
name: "subscriptionId()"
|
||
|
nameWithType: "AzureDatastore.subscriptionId()"
|
||
|
summary: "Get the subscription<wbr>Id property: Azure Subscription Id."
|
||
|
syntax: "public String subscriptionId()"
|
||
|
desc: "Get the subscriptionId property: Azure Subscription Id."
|
||
|
returns:
|
||
|
description: "the subscriptionId value."
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
- uid: "com.azure.resourcemanager.machinelearning.models.AzureDatastore.toJson(com.azure.json.JsonWriter)"
|
||
|
fullName: "com.azure.resourcemanager.machinelearning.models.AzureDatastore.toJson(JsonWriter jsonWriter)"
|
||
|
name: "toJson(JsonWriter jsonWriter)"
|
||
|
nameWithType: "AzureDatastore.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.AzureDatastore.validate()"
|
||
|
fullName: "com.azure.resourcemanager.machinelearning.models.AzureDatastore.validate()"
|
||
|
name: "validate()"
|
||
|
nameWithType: "AzureDatastore.validate()"
|
||
|
summary: "Validates the instance."
|
||
|
syntax: "public void validate()"
|
||
|
desc: "Validates the instance."
|
||
|
- uid: "com.azure.resourcemanager.machinelearning.models.AzureDatastore.withResourceGroup(java.lang.String)"
|
||
|
fullName: "com.azure.resourcemanager.machinelearning.models.AzureDatastore.withResourceGroup(String resourceGroup)"
|
||
|
name: "withResourceGroup(String resourceGroup)"
|
||
|
nameWithType: "AzureDatastore.withResourceGroup(String resourceGroup)"
|
||
|
summary: "Set the resource<wbr>Group property: Azure Resource Group name."
|
||
|
parameters:
|
||
|
- description: "the resourceGroup value to set."
|
||
|
name: "resourceGroup"
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
syntax: "public AzureDatastore withResourceGroup(String resourceGroup)"
|
||
|
desc: "Set the resourceGroup property: Azure Resource Group name."
|
||
|
returns:
|
||
|
description: "the AzureDatastore object itself."
|
||
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.AzureDatastore?alt=com.azure.resourcemanager.machinelearning.models.AzureDatastore&text=AzureDatastore\" data-throw-if-not-resolved=\"False\" />"
|
||
|
- uid: "com.azure.resourcemanager.machinelearning.models.AzureDatastore.withSubscriptionId(java.lang.String)"
|
||
|
fullName: "com.azure.resourcemanager.machinelearning.models.AzureDatastore.withSubscriptionId(String subscriptionId)"
|
||
|
name: "withSubscriptionId(String subscriptionId)"
|
||
|
nameWithType: "AzureDatastore.withSubscriptionId(String subscriptionId)"
|
||
|
summary: "Set the subscription<wbr>Id property: Azure Subscription Id."
|
||
|
parameters:
|
||
|
- description: "the subscriptionId value to set."
|
||
|
name: "subscriptionId"
|
||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||
|
syntax: "public AzureDatastore withSubscriptionId(String subscriptionId)"
|
||
|
desc: "Set the subscriptionId property: Azure Subscription Id."
|
||
|
returns:
|
||
|
description: "the AzureDatastore object itself."
|
||
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.AzureDatastore?alt=com.azure.resourcemanager.machinelearning.models.AzureDatastore&text=AzureDatastore\" data-throw-if-not-resolved=\"False\" />"
|
||
|
type: "class"
|
||
|
desc: "Base definition for Azure datastore contents configuration."
|
||
|
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.AzureDatastore?alt=com.azure.resourcemanager.machinelearning.models.AzureDatastore&text=AzureDatastore\" data-throw-if-not-resolved=\"False\" />>"
|
||
|
metadata: {}
|
||
|
package: "com.azure.resourcemanager.machinelearning.models"
|
||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0
|