LocalUserKeysInner Class
- java.
lang. Object - com.
azure. resourcemanager. storage. fluent. models. LocalUserKeysInner
- com.
Implements
public final class LocalUserKeysInner
implements JsonSerializable<LocalUserKeysInner>
The Storage Account Local User keys.
Constructor Summary
Constructor | Description |
---|---|
LocalUserKeysInner() |
Creates an instance of Local |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Local |
fromJson(JsonReader jsonReader)
Reads an instance of Local |
String |
sharedKey()
Get the shared |
List<Ssh |
sshAuthorizedKeys()
Get the ssh |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Local |
withSshAuthorizedKeys(List<SshPublicKey> sshAuthorizedKeys)
Set the ssh |
Methods inherited from java.lang.Object
Constructor Details
LocalUserKeysInner
public LocalUserKeysInner()
Creates an instance of LocalUserKeysInner class.
Method Details
fromJson
public static LocalUserKeysInner fromJson(JsonReader jsonReader)
Reads an instance of LocalUserKeysInner from the JsonReader.
Parameters:
Returns:
Throws:
sharedKey
public String sharedKey()
Get the sharedKey property: Auto generated by the server for SMB authentication.
Returns:
sshAuthorizedKeys
public List
Get the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP.
Returns:
toJson
validate
public void validate()
Validates the instance.
withSshAuthorizedKeys
public LocalUserKeysInner withSshAuthorizedKeys(List
Set the sshAuthorizedKeys property: Optional, local user ssh authorized keys for SFTP.
Parameters:
Returns:
Applies to
Azure SDK for Java