public static interface BatchAIFileServer.DefinitionStages.WithUserCredentials
| Modifier and Type | Method and Description |
|---|---|
BatchAIFileServer.DefinitionStages.WithCreate |
withPassword(String password)
Specifies admin user password.
|
BatchAIFileServer.DefinitionStages.WithCreate |
withSshPublicKey(String sshPublicKey)
Specifies public key for authentication.
|
BatchAIFileServer.DefinitionStages.WithCreate withPassword(String password)
password - admin user Password (linux only)BatchAIFileServer.DefinitionStages.WithCreate withSshPublicKey(String sshPublicKey)
sshPublicKey - SSH public keys used to authenticate with linux based VMs /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/