DatastoreCredentials Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. DatastoreCredentials
- com.
Implements
public class DatastoreCredentials
implements JsonSerializable<DatastoreCredentials>
Base definition for datastore credentials.
Constructor Summary
| Constructor | Description |
|---|---|
| DatastoreCredentials() |
Creates an instance of Datastore |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Credentials |
credentialsType()
Get the credentials |
|
static
Datastore |
fromJson(JsonReader jsonReader)
Reads an instance of Datastore |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
DatastoreCredentials
public DatastoreCredentials()
Creates an instance of DatastoreCredentials class.
Method Details
credentialsType
public CredentialsType credentialsType()
Get the credentialsType property: [Required] Credential type used to authentication with storage.
Returns:
fromJson
public static DatastoreCredentials fromJson(JsonReader jsonReader)
Reads an instance of DatastoreCredentials from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.