AzureLongRunningJob<T> Constructors
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.
C#
protected AzureLongRunningJob (T cmdlet, string command, string name);
new Microsoft.Azure.Commands.Common.AzureLongRunningJob<'T (requires 'T :> Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet)> : 'T * string * string -> Microsoft.Azure.Commands.Common.AzureLongRunningJob<'T (requires 'T :> Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet)>
Protected Sub New (cmdlet As T, command As String, name As String)
Parameters
- cmdlet
- T
- command
- String
- name
- String
Applies to
Azure - PowerShell Commands Latest والإصدارات الأخرى
منتج | الإصدارات |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
Azure RM - PowerShell Commands | Latest |
C#
protected AzureLongRunningJob (T cmdlet, string command, string name, Action<T> executeCmdlet);
new Microsoft.Azure.Commands.Common.AzureLongRunningJob<'T (requires 'T :> Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet)> : 'T * string * string * Action<'T (requires 'T :> Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet)> -> Microsoft.Azure.Commands.Common.AzureLongRunningJob<'T (requires 'T :> Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet)>
Protected Sub New (cmdlet As T, command As String, name As String, executeCmdlet As Action(Of T))
Parameters
- cmdlet
- T
- command
- String
- name
- String
- executeCmdlet
- Action<T>
Applies to
Azure - PowerShell Commands Latest والإصدارات الأخرى
منتج | الإصدارات |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
Azure RM - PowerShell Commands | Latest |