Uses of Class
com.azure.resourcemanager.appplatform.models.AcceleratorSshSetting
Packages that use AcceleratorSshSetting
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of AcceleratorSshSetting in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return AcceleratorSshSettingModifier and TypeMethodDescriptionstatic AcceleratorSshSettingAcceleratorSshSetting.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AcceleratorSshSetting from the JsonReader.AcceleratorSshSetting.withHostKey(String hostKey) Set the hostKey property: Public SSH Key of git repository.AcceleratorSshSetting.withHostKeyAlgorithm(String hostKeyAlgorithm) Set the hostKeyAlgorithm property: SSH Key algorithm of git repository.AcceleratorSshSetting.withPrivateKey(String privateKey) Set the privateKey property: Private SSH Key algorithm of git repository.