ArmStorageMoverModelFactory.JobDefinitionPatch 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 Azure.ResourceManager.StorageMover.Models.JobDefinitionPatch JobDefinitionPatch(string description = default, Azure.ResourceManager.StorageMover.Models.StorageMoverCopyMode? copyMode = default, string agentName = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> connections = default, Azure.ResourceManager.StorageMover.Models.StorageMoverDataIntegrityValidation? dataIntegrityValidation = default, Azure.ResourceManager.StorageMover.Models.StorageMoverScheduleInfo schedule = default);
static member JobDefinitionPatch : string * Nullable<Azure.ResourceManager.StorageMover.Models.StorageMoverCopyMode> * string * seq<Azure.Core.ResourceIdentifier> * Nullable<Azure.ResourceManager.StorageMover.Models.StorageMoverDataIntegrityValidation> * Azure.ResourceManager.StorageMover.Models.StorageMoverScheduleInfo -> Azure.ResourceManager.StorageMover.Models.JobDefinitionPatch
Public Shared Function JobDefinitionPatch (Optional description As String = Nothing, Optional copyMode As Nullable(Of StorageMoverCopyMode) = Nothing, Optional agentName As String = Nothing, Optional connections As IEnumerable(Of ResourceIdentifier) = Nothing, Optional dataIntegrityValidation As Nullable(Of StorageMoverDataIntegrityValidation) = Nothing, Optional schedule As StorageMoverScheduleInfo = Nothing) As JobDefinitionPatch
Parameters
- description
- String
A description for the Job Definition.
- copyMode
- Nullable<StorageMoverCopyMode>
Strategy to use for copy.
- agentName
- String
Name of the Agent to assign for new Job Runs of this Job Definition.
- connections
- IEnumerable<ResourceIdentifier>
List of connections associated to this job.
- dataIntegrityValidation
- Nullable<StorageMoverDataIntegrityValidation>
Data Integrity Validation mode.
- schedule
- StorageMoverScheduleInfo
Schedule information for the Job Definition.
Returns
A new JobDefinitionPatch instance for mocking.