C# Class Microsoft.Azure.Commands.Compute.Automation.ComputeAutomationBaseCmdlet

Inheritance: Microsoft.Azure.Commands.Compute.ComputeClientBaseCmdlet
Exibir arquivo Open project: Azure/azure-powershell

Public Methods

Method Description
ExecuteCmdlet ( ) : void
FormatObject ( Object obj ) : string

Protected Methods

Method Description
ConvertFromArgumentsToObjects ( object arguments ) : object[]
ConvertFromObjectsToArguments ( string names, object objects ) : Microsoft.Azure.Commands.Compute.Automation.Models.PSArgument[]

Private Methods

Method Description
GetTabLength ( Object obj, int max, int depth, List tupleList ) : int
MakeTuple ( string key, string value, int depth ) : Tuple

Method Details

ConvertFromArgumentsToObjects() protected static method

protected static ConvertFromArgumentsToObjects ( object arguments ) : object[]
arguments object
return object[]

ConvertFromObjectsToArguments() protected static method

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

ExecuteCmdlet() public method

public ExecuteCmdlet ( ) : void
return void

FormatObject() public static method

public static FormatObject ( Object obj ) : string
obj Object
return string