Share via


ComputeNodeUpdateUserParameters Constructor (String)

 

Initializes a new instance of the ComputeNodeUpdateUserParameters class with required arguments.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public ComputeNodeUpdateUserParameters(
    string password
)
public:
ComputeNodeUpdateUserParameters(
    String^ password
)
new : 
        password:string -> ComputeNodeUpdateUserParameters
Public Sub New (
    password As String
)

Parameters

See Also

ComputeNodeUpdateUserParameters Overload
ComputeNodeUpdateUserParameters Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top