Web Apps - Update Premier Add On Slot
Beschreibung für Updates eines benannten Add-Ons einer App.
PATCH https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/premieraddons/{premierAddOnName}?api-version=2023-12-01
URI-Parameter
Name | In | Erforderlich | Typ | Beschreibung |
---|---|---|---|---|
name
|
path | True |
string |
Name der App |
premier
|
path | True |
string |
Add-On-Name. |
resource
|
path | True |
string |
Name der Ressourcengruppe, zu der die Ressource gehört. RegEx-Muster: |
slot
|
path | True |
string |
Name des Bereitstellungsslots. Wenn kein Slot angegeben ist, aktualisiert die API das benannte Add-On für den Produktionsslot. |
subscription
|
path | True |
string |
die Azure-Abonnement-ID Dies ist eine GUID-formatierte Zeichenfolge (z. B. 00000000-0000-0000-0000-00000000000000). |
api-version
|
query | True |
string |
API-Version |
Anforderungstext
Name | Typ | Beschreibung |
---|---|---|
kind |
string |
Art der Ressource. |
properties.marketplaceOffer |
string |
Premier Add on Marketplace-Angebot. |
properties.marketplacePublisher |
string |
Premier add on Marketplace publisher. |
properties.product |
string |
Premier add on Product. |
properties.sku |
string |
Premier add on SKU. |
properties.vendor |
string |
Premier add on Vendor. |
Antworten
Name | Typ | Beschreibung |
---|---|---|
200 OK |
OK |
|
Other Status Codes |
App Service Fehlerantwort. |
Sicherheit
azure_auth
Azure Active Directory-OAuth2-Flow
Typ:
oauth2
Ablauf:
implicit
Autorisierungs-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiche
Name | Beschreibung |
---|---|
user_impersonation | Identitätswechsel Ihres Benutzerkontos |
Definitionen
Name | Beschreibung |
---|---|
Default |
App Service Fehlerantwort. |
Details | |
Error |
Fehlermodell. |
Premier |
Premier-Add-On. |
Premier |
ARM-Ressource für ein PremierAddOn. |
DefaultErrorResponse
App Service Fehlerantwort.
Name | Typ | Beschreibung |
---|---|---|
error |
Fehlermodell. |
Details
Name | Typ | Beschreibung |
---|---|---|
code |
string |
Standardisierte Zeichenfolge, um den Fehler programmgesteuert zu identifizieren. |
message |
string |
Detaillierte Fehlerbeschreibung und Debuginformationen. |
target |
string |
Detaillierte Fehlerbeschreibung und Debuginformationen. |
Error
Fehlermodell.
Name | Typ | Beschreibung |
---|---|---|
code |
string |
Standardisierte Zeichenfolge, um den Fehler programmgesteuert zu identifizieren. |
details |
Details[] |
Detaillierte Fehler. |
innererror |
string |
Weitere Informationen zum Debuggen eines Fehlers. |
message |
string |
Detaillierte Fehlerbeschreibung und Debuginformationen. |
target |
string |
Detaillierte Fehlerbeschreibung und Debuginformationen. |
PremierAddOn
Premier-Add-On.
Name | Typ | Beschreibung |
---|---|---|
id |
string |
Ressourcen-ID. |
kind |
string |
Art der Ressource. |
location |
string |
Ressourcenspeicherort. |
name |
string |
Ressourcenname. |
properties.marketplaceOffer |
string |
Premier Add on Marketplace-Angebot. |
properties.marketplacePublisher |
string |
Premier add on Marketplace publisher. |
properties.product |
string |
Premier add on Product. |
properties.sku |
string |
Premier add on SKU. |
properties.vendor |
string |
Premier add on Vendor. |
tags |
object |
Ressourcentags. |
type |
string |
Der Ressourcentyp. |
PremierAddOnPatchResource
ARM-Ressource für ein PremierAddOn.
Name | Typ | Beschreibung |
---|---|---|
id |
string |
Ressourcen-ID. |
kind |
string |
Art der Ressource. |
name |
string |
Ressourcenname. |
properties.marketplaceOffer |
string |
Premier Add on Marketplace-Angebot. |
properties.marketplacePublisher |
string |
Premier add on Marketplace publisher. |
properties.product |
string |
Premier add on Product. |
properties.sku |
string |
Premier add on SKU. |
properties.vendor |
string |
Premier add on Vendor. |
type |
string |
Der Ressourcentyp. |