次の方法で共有


ArmPlaywrightModelFactory.PlaywrightWorkspacePatch Method

Definition

The type used for update operations of the PlaywrightWorkspace.

public static Azure.ResourceManager.Playwright.Models.PlaywrightWorkspacePatch PlaywrightWorkspacePatch(Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.Playwright.Models.PlaywrightWorkspaceUpdateProperties properties = default);
static member PlaywrightWorkspacePatch : Azure.ResourceManager.Models.ManagedServiceIdentity * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Playwright.Models.PlaywrightWorkspaceUpdateProperties -> Azure.ResourceManager.Playwright.Models.PlaywrightWorkspacePatch
Public Shared Function PlaywrightWorkspacePatch (Optional identity As ManagedServiceIdentity = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As PlaywrightWorkspaceUpdateProperties = Nothing) As PlaywrightWorkspacePatch

Parameters

identity
ManagedServiceIdentity

The managed service identities assigned to this resource.

tags
IDictionary<String,String>

Resource tags.

properties
PlaywrightWorkspaceUpdateProperties

The resource-specific properties for this resource.

Returns

A new PlaywrightWorkspacePatch instance for mocking.

Applies to