MongoDBAtlasOrganizationResource.GetMongoDBAtlasProject 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.
Get a Project.
public virtual Azure.Response<Azure.ResourceManager.MongoDBAtlas.MongoDBAtlasProjectResource> GetMongoDBAtlasProject(string projectName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMongoDBAtlasProject : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MongoDBAtlas.MongoDBAtlasProjectResource>
override this.GetMongoDBAtlasProject : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MongoDBAtlas.MongoDBAtlasProjectResource>
Public Overridable Function GetMongoDBAtlasProject (projectName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MongoDBAtlasProjectResource)
Parameters
- projectName
- String
Name of the MongoDB Atlas Project resource.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
projectName is null.
projectName is an empty string, and was expected to be non-empty.