Share via


CmdletExtensions.AsJobPresent<T>(T) Method

Definition

public static bool AsJobPresent<T> (this T cmdlet) where T : Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet;
static member AsJobPresent : 'T -> bool (requires 'T :> Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet)
<Extension()>
Public Function AsJobPresent(Of T As AzurePSCmdlet) (cmdlet As T) As Boolean

Type Parameters

T

Parameters

cmdlet
T

Returns

Applies to