ArmRecoveryServicesDataReplicationModelFactory.ProtectedItemJobProperties 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.
Initializes a new instance of ProtectedItemJobProperties.
public static Azure.ResourceManager.RecoveryServicesDataReplication.Models.ProtectedItemJobProperties ProtectedItemJobProperties (string scenarioName = default, string id = default, string name = default, string displayName = default, string state = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default);
static member ProtectedItemJobProperties : string * string * string * string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Azure.ResourceManager.RecoveryServicesDataReplication.Models.ProtectedItemJobProperties
Public Shared Function ProtectedItemJobProperties (Optional scenarioName As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional displayName As String = Nothing, Optional state As String = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing) As ProtectedItemJobProperties
Parameters
- scenarioName
- String
Gets or sets protection scenario name.
- id
- String
Gets or sets workflow Id.
- name
- String
Gets or sets workflow name.
- displayName
- String
Gets or sets the workflow friendly display name.
- state
- String
Gets or sets workflow state.
- startOn
- Nullable<DateTimeOffset>
Gets or sets start time of the workflow.
- endOn
- Nullable<DateTimeOffset>
Gets or sets end time of the workflow.
Returns
A new ProtectedItemJobProperties instance for mocking.
Applies to
Azure SDK for .NET