ArmCognitiveServicesModelFactory.CognitiveServicesComputeSshSettings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesComputeSshSettings CognitiveServicesComputeSshSettings(string sshPublicKey = default, bool? isAdminEnabled = default);
static member CognitiveServicesComputeSshSettings : string * Nullable<bool> -> Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesComputeSshSettings
Public Shared Function CognitiveServicesComputeSshSettings (Optional sshPublicKey As String = Nothing, Optional isAdminEnabled As Nullable(Of Boolean) = Nothing) As CognitiveServicesComputeSshSettings
Parameters
- sshPublicKey
- String
The SSH public key for authenticating to the compute instance.
Returns
A new CognitiveServicesComputeSshSettings instance for mocking.