Uses of Class
com.azure.resourcemanager.appservice.models.PremierAddOnPatchResource
Packages that use PremierAddOnPatchResource
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of PremierAddOnPatchResource in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type PremierAddOnPatchResourceModifier and TypeMethodDescriptionWebAppsClient.updatePremierAddOn(String resourceGroupName, String name, String premierAddOnName, PremierAddOnPatchResource premierAddOn) Updates a named add-on of an app.WebAppsClient.updatePremierAddOnAsync(String resourceGroupName, String name, String premierAddOnName, PremierAddOnPatchResource premierAddOn) Updates a named add-on of an app.WebAppsClient.updatePremierAddOnSlot(String resourceGroupName, String name, String premierAddOnName, String slot, PremierAddOnPatchResource premierAddOn) Updates a named add-on of an app.WebAppsClient.updatePremierAddOnSlotAsync(String resourceGroupName, String name, String premierAddOnName, String slot, PremierAddOnPatchResource premierAddOn) 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) 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) 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) 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) Updates a named add-on of an app. -
Uses of PremierAddOnPatchResource in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return PremierAddOnPatchResourceModifier and TypeMethodDescriptionstatic PremierAddOnPatchResourcePremierAddOnPatchResource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PremierAddOnPatchResource from the JsonReader.Set the kind property: Kind of resource.PremierAddOnPatchResource.withMarketplaceOffer(String marketplaceOffer) Set the marketplaceOffer property: Premier add on Marketplace offer.PremierAddOnPatchResource.withMarketplacePublisher(String marketplacePublisher) Set the marketplacePublisher property: Premier add on Marketplace publisher.PremierAddOnPatchResource.withProduct(String product) Set the product property: Premier add on Product.Set the sku property: Premier add on SKU.PremierAddOnPatchResource.withVendor(String vendor) Set the vendor property: Premier add on Vendor.