ArmDevOpsInfrastructureModelFactory.DevOpsPoolPatch Method

Definition

The type used for update operations of the Pool.

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

Parameters

identity
ManagedServiceIdentity

The managed service identities assigned to this resource.

tags
IDictionary<String,String>

Resource tags.

properties
PoolUpdateProperties

The resource-specific properties for this resource.

Returns

A new DevOpsPoolPatch instance for mocking.

Applies to