Uses of Class
com.azure.resourcemanager.storage.models.SshPublicKey
-
Packages that use SshPublicKey Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of SshPublicKey in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return types with arguments of type SshPublicKey Modifier and Type Method Description List<SshPublicKey>LocalUserInner. sshAuthorizedKeys()Get the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP.List<SshPublicKey>LocalUserKeysInner. sshAuthorizedKeys()Get the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP.List<SshPublicKey>LocalUserProperties. sshAuthorizedKeys()Get the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP.Method parameters in com.azure.resourcemanager.storage.fluent.models with type arguments of type SshPublicKey Modifier and Type Method Description LocalUserInnerLocalUserInner. withSshAuthorizedKeys(List<SshPublicKey> sshAuthorizedKeys)Set the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP.LocalUserKeysInnerLocalUserKeysInner. withSshAuthorizedKeys(List<SshPublicKey> sshAuthorizedKeys)Set the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP.LocalUserPropertiesLocalUserProperties. withSshAuthorizedKeys(List<SshPublicKey> sshAuthorizedKeys)Set the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP. -
Uses of SshPublicKey in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return SshPublicKey Modifier and Type Method Description SshPublicKeySshPublicKey. withDescription(String description)Set the description property: Optional.SshPublicKeySshPublicKey. withKey(String key)Set the key property: Ssh public key base64 encoded.
-