Sprache

ArmContainerInstanceModelFactory.ContainerSandboxGroupPatch Method

Definition

The type used for updating a SandboxGroup resource.

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

Parameters

tags
IDictionary<String,String>

Resource tags.

identity
ManagedServiceIdentity

The managed service identities assigned to this resource.

Returns

A new ContainerSandboxGroupPatch instance for mocking.

Applies to