Delen via


Communication Services - Link Notification Hub

Notification Hub koppelen
Hiermee koppelt u een Azure Notification Hub aan deze communicatieservice.

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Communication/communicationServices/{communicationServiceName}/linkNotificationHub?api-version=2023-04-01

URI-parameters

Name In Vereist Type Description
communicationServiceName
path True

string

De naam van de CommunicationService-resource.

Regex-patroon: ^[-\w]+$

resourceGroupName
path True

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

subscriptionId
path True

string

uuid

De id van het doelabonnement. De waarde moet een UUID zijn.

api-version
query True

string

De API-versie die voor deze bewerking moet worden gebruikt.

Aanvraagbody

Name Vereist Type Description
connectionString True

string

Verbindingsreeks voor de Notification Hub

resourceId True

string

De resource-id van de Notification Hub

Antwoorden

Name Type Description
200 OK

LinkedNotificationHub

Succes. De Notification Hub is gekoppeld.

Other Status Codes

ErrorResponse

Foutreactie waarin wordt beschreven waarom de bewerking is mislukt.

Voorbeelden

Voorbeeldaanvraag

POST https://management.azure.com/subscriptions/11112222-3333-4444-5555-666677778888/resourceGroups/MyResourceGroup/providers/Microsoft.Communication/communicationServices/MyCommunicationResource/linkNotificationHub?api-version=2023-04-01

{
  "resourceId": "/subscriptions/11112222-3333-4444-5555-666677778888/resourceGroups/MyOtherResourceGroup/providers/Microsoft.NotificationHubs/namespaces/MyNamespace/notificationHubs/MyHub",
  "connectionString": "Endpoint=sb://MyNamespace.servicebus.windows.net/;SharedAccessKey=abcd1234"
}

Voorbeeldrespons

{
  "resourceId": "/subscriptions/11112222-3333-4444-5555-666677778888/resourceGroups/MyOtherResourceGroup/providers/Microsoft.NotificationHubs/namespaces/MyNamespace/notificationHubs/MyHub"
}
{
  "error": {
    "code": "WrongSubscription",
    "message": "The notification hub must be in the same subscription as the communication service"
  }
}

Definities

Name Description
ErrorAdditionalInfo

Aanvullende informatie over de resourcebeheerfout.

ErrorDetail

De foutdetails.

ErrorResponse

Foutreactie

LinkedNotificationHub

Een Notification Hub die is gekoppeld aan de communicatieservice

LinkNotificationHubParameters

Beschrijving van een Azure Notification Hub die moet worden gekoppeld aan de communicatieservice

ErrorAdditionalInfo

Aanvullende informatie over de resourcebeheerfout.

Name Type Description
info

object

De aanvullende informatie.

type

string

Het extra informatietype.

ErrorDetail

De foutdetails.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

De fout bevat aanvullende informatie.

code

string

De foutcode.

details

ErrorDetail[]

De foutdetails.

message

string

Het foutbericht.

target

string

Het foutdoel.

ErrorResponse

Foutreactie

Name Type Description
error

ErrorDetail

Het foutobject.

LinkedNotificationHub

Een Notification Hub die is gekoppeld aan de communicatieservice

Name Type Description
resourceId

string

De resource-id van de Notification Hub

LinkNotificationHubParameters

Beschrijving van een Azure Notification Hub die moet worden gekoppeld aan de communicatieservice

Name Type Description
connectionString

string

Verbindingsreeks voor de Notification Hub

resourceId

string

De resource-id van de Notification Hub