CmdletExtensions.AsJobPresent<T>(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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