ArmMongoDBAtlasModelFactory.MongoDBAtlasOrganizationPatch 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 OrganizationResource.
public static Azure.ResourceManager.MongoDBAtlas.Models.MongoDBAtlasOrganizationPatch MongoDBAtlasOrganizationPatch(Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.MongoDBAtlas.Models.MongoDBAtlasOrganizationUpdateProperties properties = default);
static member MongoDBAtlasOrganizationPatch : Azure.ResourceManager.Models.ManagedServiceIdentity * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.MongoDBAtlas.Models.MongoDBAtlasOrganizationUpdateProperties -> Azure.ResourceManager.MongoDBAtlas.Models.MongoDBAtlasOrganizationPatch
Public Shared Function MongoDBAtlasOrganizationPatch (Optional identity As ManagedServiceIdentity = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As MongoDBAtlasOrganizationUpdateProperties = Nothing) As MongoDBAtlasOrganizationPatch
Parameters
- identity
- ManagedServiceIdentity
The managed service identities assigned to this resource.
- tags
- IDictionary<String,String>
Resource tags.
- properties
- MongoDBAtlasOrganizationUpdateProperties
The resource-specific properties for this resource.
Returns
A new MongoDBAtlasOrganizationPatch instance for mocking.