C# 클래스 Microsoft.Azure.Commands.Batch.Models.NodeFileOperationParameters

상속: BatchClientParametersBase
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
NodeFileOperationParameters ( BatchAccountContext context, string jobId, string taskId, string poolId, string computeNodeId, string nodeFileName, PSNodeFile nodeFile, IEnumerable additionalBehaviors = null ) : Microsoft.Azure.Batch

메소드 상세

NodeFileOperationParameters() 공개 메소드

public NodeFileOperationParameters ( BatchAccountContext context, string jobId, string taskId, string poolId, string computeNodeId, string nodeFileName, PSNodeFile nodeFile, IEnumerable additionalBehaviors = null ) : Microsoft.Azure.Batch
context BatchAccountContext
jobId string
taskId string
poolId string
computeNodeId string
nodeFileName string
nodeFile PSNodeFile
additionalBehaviors IEnumerable
리턴 Microsoft.Azure.Batch