ArmMongoClusterModelFactory.MongoClusterPatch 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.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.