JobEntity Constructors
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.
Overloads
JobEntity() |
Initializes a new instance of the JobEntity class. |
JobEntity(String, String, String, String, String, String) |
Initializes a new instance of the JobEntity class. |
JobEntity()
Initializes a new instance of the JobEntity class.
public JobEntity ();
Public Sub New ()
Applies to
JobEntity(String, String, String, String, String, String)
Initializes a new instance of the JobEntity class.
public JobEntity (string jobId = default, string jobFriendlyName = default, string targetObjectId = default, string targetObjectName = default, string targetInstanceType = default, string jobScenarioName = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.JobEntity : string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.JobEntity
Public Sub New (Optional jobId As String = Nothing, Optional jobFriendlyName As String = Nothing, Optional targetObjectId As String = Nothing, Optional targetObjectName As String = Nothing, Optional targetInstanceType As String = Nothing, Optional jobScenarioName As String = Nothing)
Parameters
- jobId
- String
The job id.
- jobFriendlyName
- String
The job display name.
- targetObjectId
- String
The object id.
- targetObjectName
- String
The object name.
- targetInstanceType
- String
The workflow affected object type.
- jobScenarioName
- String
The job name. Enum type ScenarioName.