C# 클래스 Microsoft.Azure.Commands.Compute.Automation.ComputeAutomationBaseCmdlet

상속: Microsoft.Azure.Commands.Compute.ComputeClientBaseCmdlet
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
ExecuteCmdlet ( ) : void
FormatObject ( Object obj ) : string

보호된 메소드들

메소드 설명
ConvertFromArgumentsToObjects ( object arguments ) : object[]
ConvertFromObjectsToArguments ( string names, object objects ) : Microsoft.Azure.Commands.Compute.Automation.Models.PSArgument[]

비공개 메소드들

메소드 설명
GetTabLength ( Object obj, int max, int depth, List tupleList ) : int
MakeTuple ( string key, string value, int depth ) : Tuple

메소드 상세

ConvertFromArgumentsToObjects() 보호된 정적인 메소드

protected static ConvertFromArgumentsToObjects ( object arguments ) : object[]
arguments object
리턴 object[]

ConvertFromObjectsToArguments() 보호된 정적인 메소드

protected static ConvertFromObjectsToArguments ( string names, object objects ) : Microsoft.Azure.Commands.Compute.Automation.Models.PSArgument[]
names string
objects object
리턴 Microsoft.Azure.Commands.Compute.Automation.Models.PSArgument[]

ExecuteCmdlet() 공개 메소드

public ExecuteCmdlet ( ) : void
리턴 void

FormatObject() 공개 정적인 메소드

public static FormatObject ( Object obj ) : string
obj Object
리턴 string