Freigeben über


ArmDurableTaskModelFactory.DurableTaskSchedulerPatch Method

Definition

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.

Applies to