ArmStorageMoverModelFactory.StorageMoverAgentPatch 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.StorageMoverAgentPatch StorageMoverAgentPatch(string description = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.StorageMover.Models.UploadLimitWeeklyRecurrence> uploadLimitScheduleWeeklyRecurrences = default);
static member StorageMoverAgentPatch : string * seq<Azure.ResourceManager.StorageMover.Models.UploadLimitWeeklyRecurrence> -> Azure.ResourceManager.StorageMover.Models.StorageMoverAgentPatch
Public Shared Function StorageMoverAgentPatch (Optional description As String = Nothing, Optional uploadLimitScheduleWeeklyRecurrences As IEnumerable(Of UploadLimitWeeklyRecurrence) = Nothing) As StorageMoverAgentPatch
Parameters
- description
- String
A description for the Agent.
- uploadLimitScheduleWeeklyRecurrences
- IEnumerable<UploadLimitWeeklyRecurrence>
The set of weekly repeating recurrences of the WAN-link upload limit schedule.
Returns
A new StorageMoverAgentPatch instance for mocking.