verified_partners
Creates, updates, deletes, gets or lists a verified_partners
resource.
Overview
Name | verified_partners |
Type | Resource |
Id | azure.event_grid.verified_partners |
Fields
- vw_verified_partners
- verified_partners
Name | Datatype | Description |
---|---|---|
id | text | Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
name | text | The name of the resource |
organization_name | text | field from the properties object |
partner_destination_details | text | field from the properties object |
partner_display_name | text | field from the properties object |
partner_registration_immutable_id | text | field from the properties object |
partner_topic_details | text | field from the properties object |
provisioning_state | text | field from the properties object |
system_data | text | field from the properties object |
type | text | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
verifiedPartnerName | text | field from the properties object |
Name | Datatype | Description |
---|---|---|
id | string | Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
name | string | The name of the resource |
properties | object | Properties of the verified partner. |
systemData | object | Metadata pertaining to creation and last modification of the resource. |
type | string | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | verifiedPartnerName | Get properties of a verified partner. |
list | SELECT |
| Get a list of all verified partners. |
SELECT
examples
Get a list of all verified partners.
- vw_verified_partners
- verified_partners
SELECT
id,
name,
organization_name,
partner_destination_details,
partner_display_name,
partner_registration_immutable_id,
partner_topic_details,
provisioning_state,
system_data,
type,
verifiedPartnerName
FROM azure.event_grid.vw_verified_partners
;
SELECT
id,
name,
properties,
systemData,
type
FROM azure.event_grid.verified_partners
;