New-AzAutoscaleWebhookNotificationObject
Skapa ett minnesinternt objekt för WebhookNotification.
Syntax
Default (Standard)
New-AzAutoscaleWebhookNotificationObject
[-Property <IWebhookNotificationProperties>]
[-ServiceUri <String>]
[<CommonParameters>]
Description
Skapa ett minnesinternt objekt för WebhookNotification.
Exempel
Exempel 1: Skapa webhook-meddelandeobjekt
New-AzAutoscaleWebhookNotificationObject -Property @{} -ServiceUri "http://myservice.com"
Skapa webhook-meddelandeobjekt
Parametrar
-Property
en egenskapsväska med inställningar. Det här värdet kan vara tomt. Information om hur du skapar finns i AVSNITTET ANTECKNINGAR för EGENSKAPsegenskaper och skapa en hash-tabell.
Parameteregenskaper
| Typ: | IWebhookNotificationProperties |
| Standardvärde: | None |
| Stöder jokertecken: | False |
| DontShow: | False |
Parameteruppsättningar
(All)
| Position: | Named |
| Obligatorisk: | False |
| Värde från pipeline: | False |
| Värde från pipeline efter egenskapsnamn: | False |
| Värde från återstående argument: | False |
-ServiceUri
tjänstadressen för att ta emot meddelandet.
Parameteregenskaper
| Typ: | String |
| Standardvärde: | None |
| Stöder jokertecken: | False |
| DontShow: | False |
Parameteruppsättningar
(All)
| Position: | Named |
| Obligatorisk: | False |
| Värde från pipeline: | False |
| Värde från pipeline efter egenskapsnamn: | False |
| Värde från återstående argument: | False |
CommonParameters
Den här cmdleten stöder vanliga parametrar: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction och -WarningVariable. Mer information finns i about_CommonParameters.