ArmNetAppModelFactory.NetAppElasticCapacityPoolPatch Method

Definition

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

Parameters

tags
IDictionary<String,String>

Resource tags.

properties
NetAppElasticCapacityPoolPatchProperties

The resource-specific properties for this resource.

Returns

A new NetAppElasticCapacityPoolPatch instance for mocking.

Applies to