RolloutCmdletBase.FormatOperationInfo(PSBaseOperationInfo, Int32) Method

Definition

protected static string FormatOperationInfo (Microsoft.Azure.Commands.DeploymentManager.Models.PSBaseOperationInfo operationInfo, int indentFactor);
static member FormatOperationInfo : Microsoft.Azure.Commands.DeploymentManager.Models.PSBaseOperationInfo * int -> string
Protected Shared Function FormatOperationInfo (operationInfo As PSBaseOperationInfo, indentFactor As Integer) As String

Parameters

operationInfo
PSBaseOperationInfo
indentFactor
Int32

Returns

String

Applies to