ArmStorageModelFactory.LocalUserRegeneratePasswordResult(String) 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.
Initializes a new instance of LocalUserRegeneratePasswordResult.
public static Azure.ResourceManager.Storage.Models.LocalUserRegeneratePasswordResult LocalUserRegeneratePasswordResult (string sshPassword = default);
static member LocalUserRegeneratePasswordResult : string -> Azure.ResourceManager.Storage.Models.LocalUserRegeneratePasswordResult
Public Shared Function LocalUserRegeneratePasswordResult (Optional sshPassword As String = Nothing) As LocalUserRegeneratePasswordResult
Parameters
- sshPassword
- String
Auto generated password by the server for SSH authentication if hasSshPassword is set to true on the creation of local user.
Returns
A new LocalUserRegeneratePasswordResult instance for mocking.