NodeFileGetPropertiesResponse Constructor (NodeFile)

 

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

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

Syntax

public NodeFileGetPropertiesResponse(
    NodeFile file
)
public:
NodeFileGetPropertiesResponse(
    NodeFile^ file
)
new : 
        file:NodeFile -> NodeFileGetPropertiesResponse
Public Sub New (
    file As NodeFile
)

Parameters

See Also

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

Return to top