Skip to main content

partner_configurations

Overview

Namepartner_configurations
TypeResource
Idazure.event_grid.partner_configurations

Fields

NameDatatypeDescription
idstringFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
namestringThe name of the resource
locationstringLocation of the resource.
propertiesobjectProperties of the partner configuration.
systemDataobjectMetadata pertaining to creation and last modification of the resource.
tagsobjectTags of the resource.
typestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

NameAccessible byRequired ParamsDescription
list_by_resource_groupSELECTresourceGroupName, subscriptionIdList all the partner configurations under a resource group.
list_by_subscriptionSELECTsubscriptionIdList all the partner configurations under an Azure subscription.
create_or_updateINSERTresourceGroupName, subscriptionIdSynchronously creates or updates a partner configuration with the specified parameters.
deleteDELETEresourceGroupName, subscriptionIdDelete existing partner configuration.
_list_by_resource_groupEXECresourceGroupName, subscriptionIdList all the partner configurations under a resource group.
_list_by_subscriptionEXECsubscriptionIdList all the partner configurations under an Azure subscription.
authorize_partnerEXECresourceGroupName, subscriptionIdAuthorize a single partner either by partner registration immutable Id or by partner name.
exec_getEXECresourceGroupName, subscriptionIdGet properties of a partner configuration.
unauthorize_partnerEXECresourceGroupName, subscriptionIdUnauthorize a single partner either by partner registration immutable Id or by partner name.
updateEXECresourceGroupName, subscriptionIdSynchronously updates a partner configuration with the specified parameters.