ArmDevOpsInfrastructureModelFactory.DevOpsPoolPatch 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 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.