Delen via


Notification interface

Interface die een melding vertegenwoordigt.

Methoden

createOrUpdate(string, string, string, NotificationCreateOrUpdateOptionalParams)

Melding API Management uitgever maken of bijwerken.

get(string, string, string, NotificationGetOptionalParams)

Hiermee haalt u de details van de melding op die is opgegeven door de id.

listByService(string, string, NotificationListByServiceOptionalParams)

Hiermee wordt een verzameling eigenschappen weergegeven die zijn gedefinieerd in een service-exemplaar.

Methodedetails

createOrUpdate(string, string, string, NotificationCreateOrUpdateOptionalParams)

Melding API Management uitgever maken of bijwerken.

function createOrUpdate(resourceGroupName: string, serviceName: string, notificationName: string, options?: NotificationCreateOrUpdateOptionalParams): Promise<NotificationContract>

Parameters

resourceGroupName

string

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

serviceName

string

De naam van de API Management service.

notificationName

string

Id van meldingsnaam.

options
NotificationCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

get(string, string, string, NotificationGetOptionalParams)

Hiermee haalt u de details van de melding op die is opgegeven door de id.

function get(resourceGroupName: string, serviceName: string, notificationName: string, options?: NotificationGetOptionalParams): Promise<NotificationContract>

Parameters

resourceGroupName

string

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

serviceName

string

De naam van de API Management service.

notificationName

string

Id van meldingsnaam.

options
NotificationGetOptionalParams

De optiesparameters.

Retouren

listByService(string, string, NotificationListByServiceOptionalParams)

Hiermee wordt een verzameling eigenschappen weergegeven die zijn gedefinieerd in een service-exemplaar.

function listByService(resourceGroupName: string, serviceName: string, options?: NotificationListByServiceOptionalParams): PagedAsyncIterableIterator<NotificationContract, NotificationContract[], PageSettings>

Parameters

resourceGroupName

string

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

serviceName

string

De naam van de API Management service.

options
NotificationListByServiceOptionalParams

De optiesparameters.

Retouren