| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PremierAddOnInner |
WebAppsClient.updatePremierAddOn(String resourceGroupName,
String name,
String premierAddOnName,
PremierAddOnPatchResource premierAddOn)
Description for Updates a named add-on of an app.
|
Mono<PremierAddOnInner> |
WebAppsClient.updatePremierAddOnAsync(String resourceGroupName,
String name,
String premierAddOnName,
PremierAddOnPatchResource premierAddOn)
Description for Updates a named add-on of an app.
|
PremierAddOnInner |
WebAppsClient.updatePremierAddOnSlot(String resourceGroupName,
String name,
String premierAddOnName,
String slot,
PremierAddOnPatchResource premierAddOn)
Description for Updates a named add-on of an app.
|
Mono<PremierAddOnInner> |
WebAppsClient.updatePremierAddOnSlotAsync(String resourceGroupName,
String name,
String premierAddOnName,
String slot,
PremierAddOnPatchResource premierAddOn)
Description for Updates a named add-on of an app.
|
com.azure.core.http.rest.Response<PremierAddOnInner> |
WebAppsClient.updatePremierAddOnSlotWithResponse(String resourceGroupName,
String name,
String premierAddOnName,
String slot,
PremierAddOnPatchResource premierAddOn,
com.azure.core.util.Context context)
Description for Updates a named add-on of an app.
|
Mono<com.azure.core.http.rest.Response<PremierAddOnInner>> |
WebAppsClient.updatePremierAddOnSlotWithResponseAsync(String resourceGroupName,
String name,
String premierAddOnName,
String slot,
PremierAddOnPatchResource premierAddOn)
Description for Updates a named add-on of an app.
|
com.azure.core.http.rest.Response<PremierAddOnInner> |
WebAppsClient.updatePremierAddOnWithResponse(String resourceGroupName,
String name,
String premierAddOnName,
PremierAddOnPatchResource premierAddOn,
com.azure.core.util.Context context)
Description for Updates a named add-on of an app.
|
Mono<com.azure.core.http.rest.Response<PremierAddOnInner>> |
WebAppsClient.updatePremierAddOnWithResponseAsync(String resourceGroupName,
String name,
String premierAddOnName,
PremierAddOnPatchResource premierAddOn)
Description for Updates a named add-on of an app.
|
| Modifier and Type | Method and Description |
|---|---|
PremierAddOnPatchResource |
PremierAddOnPatchResource.withKind(String kind)
Set the kind property: Kind of resource.
|
PremierAddOnPatchResource |
PremierAddOnPatchResource.withMarketplaceOffer(String marketplaceOffer)
Set the marketplaceOffer property: Premier add on Marketplace offer.
|
PremierAddOnPatchResource |
PremierAddOnPatchResource.withMarketplacePublisher(String marketplacePublisher)
Set the marketplacePublisher property: Premier add on Marketplace publisher.
|
PremierAddOnPatchResource |
PremierAddOnPatchResource.withProduct(String product)
Set the product property: Premier add on Product.
|
PremierAddOnPatchResource |
PremierAddOnPatchResource.withSku(String sku)
Set the sku property: Premier add on SKU.
|
PremierAddOnPatchResource |
PremierAddOnPatchResource.withVendor(String vendor)
Set the vendor property: Premier add on Vendor.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.