PartnerConfigurationResource.UnauthorizePartner 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.
Unauthorize a single partner either by partner registration immutable Id or by partner name.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerConfigurations/default/unauthorizePartner
- Operation Id: PartnerConfigurations_UnauthorizePartner
- Default Api Version: 2024-06-01-preview
- Resource: PartnerConfigurationResource
public virtual Azure.Response<Azure.ResourceManager.EventGrid.PartnerConfigurationResource> UnauthorizePartner (Azure.ResourceManager.EventGrid.Models.EventGridPartnerContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member UnauthorizePartner : Azure.ResourceManager.EventGrid.Models.EventGridPartnerContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.EventGrid.PartnerConfigurationResource>
override this.UnauthorizePartner : Azure.ResourceManager.EventGrid.Models.EventGridPartnerContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.EventGrid.PartnerConfigurationResource>
Public Overridable Function UnauthorizePartner (content As EventGridPartnerContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PartnerConfigurationResource)
Parameters
- content
- EventGridPartnerContent
The information of the partner to be unauthorized.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content
is null.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.