Share via


MongoDBAtlasExtensions.GetMongoDBAtlasOrganizationAsync Method

Definition

Get a OrganizationResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/MongoDB.Atlas/organizations/{organizationName}
  • Operation Id: OrganizationResource_Get
  • Default Api Version: 2024-11-18-preview
  • Resource: MongoDBAtlasOrganizationResource
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MongoDBAtlas.MongoDBAtlasOrganizationResource>> GetMongoDBAtlasOrganizationAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string organizationName, System.Threading.CancellationToken cancellationToken = default);
static member GetMongoDBAtlasOrganizationAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MongoDBAtlas.MongoDBAtlasOrganizationResource>>
<Extension()>
Public Function GetMongoDBAtlasOrganizationAsync (resourceGroupResource As ResourceGroupResource, organizationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MongoDBAtlasOrganizationResource))

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

organizationName
String

Name of the Organization resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceGroupResource or organizationName is null.

organizationName is an empty string, and was expected to be non-empty.

Applies to