ArmPlaywrightModelFactory.PlaywrightWorkspacePatch 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 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.