ArmMongoClusterModelFactory.MongoClusterPatch Method

Definition

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

Parameters

identity
ManagedServiceIdentity

The managed service identities assigned to this resource.

tags
IDictionary<String,String>

Resource tags.

properties
MongoClusterUpdateProperties

The resource-specific properties for this resource.

Returns

A new MongoClusterPatch instance for mocking.

Applies to