Uses of Class
com.azure.resourcemanager.appservice.models.PremierAddOnPatchResource
-
Packages that use PremierAddOnPatchResource 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. -
-
Uses of PremierAddOnPatchResource in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type PremierAddOnPatchResource Modifier and Type Method Description PremierAddOnInnerWebAppsClient. 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.PremierAddOnInnerWebAppsClient. 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. -
Uses of PremierAddOnPatchResource in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return PremierAddOnPatchResource Modifier and Type Method Description PremierAddOnPatchResourcePremierAddOnPatchResource. withKind(String kind)Set the kind property: Kind of resource.PremierAddOnPatchResourcePremierAddOnPatchResource. withMarketplaceOffer(String marketplaceOffer)Set the marketplaceOffer property: Premier add on Marketplace offer.PremierAddOnPatchResourcePremierAddOnPatchResource. withMarketplacePublisher(String marketplacePublisher)Set the marketplacePublisher property: Premier add on Marketplace publisher.PremierAddOnPatchResourcePremierAddOnPatchResource. withProduct(String product)Set the product property: Premier add on Product.PremierAddOnPatchResourcePremierAddOnPatchResource. withSku(String sku)Set the sku property: Premier add on SKU.PremierAddOnPatchResourcePremierAddOnPatchResource. withVendor(String vendor)Set the vendor property: Premier add on Vendor.
-