NodeUpdateUserParameter Constructors
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.
NodeUpdateUserParameter() |
Initializes a new instance of the NodeUpdateUserParameter class. |
NodeUpdateUserParameter(String, Nullable<DateTime>, String) |
Initializes a new instance of the NodeUpdateUserParameter class. |
- Source:
- NodeUpdateUserParameter.cs
Initializes a new instance of the NodeUpdateUserParameter class.
public NodeUpdateUserParameter ();
Public Sub New ()
Applies to
- Source:
- NodeUpdateUserParameter.cs
Initializes a new instance of the NodeUpdateUserParameter class.
public NodeUpdateUserParameter (string password = default, DateTime? expiryTime = default, string sshPublicKey = default);
new Microsoft.Azure.Batch.Protocol.Models.NodeUpdateUserParameter : string * Nullable<DateTime> * string -> Microsoft.Azure.Batch.Protocol.Models.NodeUpdateUserParameter
Public Sub New (Optional password As String = Nothing, Optional expiryTime As Nullable(Of DateTime) = Nothing, Optional sshPublicKey As String = Nothing)
Parameters
- password
- String
The password of the Account.
- sshPublicKey
- String
The SSH public key that can be used for remote login to the Compute Node.
Applies to
Feedback su Azure SDK for .NET
Azure SDK for .NET è un progetto di open source. Selezionare un collegamento per fornire feedback: