Freigeben über


MockableConfluentResourceGroupResource.GetConfluentOrganization Method

Definition

Get the properties of a specific Organization resource.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}.
  • Operation Id. : OrganizationResources_Get.
  • Default Api Version. : 2025-08-18-preview.
public virtual Azure.Response<Azure.ResourceManager.Confluent.ConfluentOrganizationResource> GetConfluentOrganization(string organizationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetConfluentOrganization : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Confluent.ConfluentOrganizationResource>
override this.GetConfluentOrganization : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Confluent.ConfluentOrganizationResource>
Public Overridable Function GetConfluentOrganization (organizationName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ConfluentOrganizationResource)

Parameters

organizationName
String

Organization resource name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

organizationName is null.

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

Applies to