ArmDurableTaskModelFactory.DurableTaskSchedulerPatch 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.
The update request model for the Scheduler resource.
public static Azure.ResourceManager.DurableTask.Models.DurableTaskSchedulerPatch DurableTaskSchedulerPatch(Azure.ResourceManager.DurableTask.Models.DurableTaskSchedulerPatchProperties properties = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member DurableTaskSchedulerPatch : Azure.ResourceManager.DurableTask.Models.DurableTaskSchedulerPatchProperties * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.DurableTask.Models.DurableTaskSchedulerPatch
Public Shared Function DurableTaskSchedulerPatch (Optional properties As DurableTaskSchedulerPatchProperties = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As DurableTaskSchedulerPatch
Parameters
- properties
- DurableTaskSchedulerPatchProperties
The resource-specific properties for this resource.
- tags
- IDictionary<String,String>
Resource tags.
Returns
A new DurableTaskSchedulerPatch instance for mocking.