ArmNetAppModelFactory.NetAppElasticCapacityPoolPatch 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.
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.