MockableConfluentResourceGroupResource.ValidateOrganization 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.
Organization Validate proxy resource
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/validations/{organizationName}/orgvalidate
- Operation Id: Validations_ValidateOrganization
- Default Api Version: 2024-02-13
public virtual Azure.Response<Azure.ResourceManager.Confluent.ConfluentOrganizationResource> ValidateOrganization (string organizationName, Azure.ResourceManager.Confluent.ConfluentOrganizationData data, System.Threading.CancellationToken cancellationToken = default);
abstract member ValidateOrganization : string * Azure.ResourceManager.Confluent.ConfluentOrganizationData * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Confluent.ConfluentOrganizationResource>
override this.ValidateOrganization : string * Azure.ResourceManager.Confluent.ConfluentOrganizationData * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Confluent.ConfluentOrganizationResource>
Public Overridable Function ValidateOrganization (organizationName As String, data As ConfluentOrganizationData, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ConfluentOrganizationResource)
Parameters
- organizationName
- String
Organization resource name.
Organization resource model.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
organizationName
is an empty string, and was expected to be non-empty.
organizationName
or data
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET