azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

291 строка
19 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: com.microsoft.azure.management.appservice._function_app._update
id: _update
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._function_app._update.yml
langs:
- java
name: FunctionApp.Update
nameWithType: FunctionApp.Update
fullName: com.microsoft.azure.management.appservice.FunctionApp.Update
type: Interface
source:
remote:
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/FunctionApp.java
branch: v1.3.0
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-appservice/src/main/java/com/microsoft/azure/management/appservice/FunctionApp.java
startLine: 421
package: com.microsoft.azure.management.appservice
summary: <p>The template for a function app update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update extends WebAppBase.Update<FunctionApp>,FunctionApp.UpdateStages.WithAppServicePlan,FunctionApp.UpdateStages.WithRuntimeVersion,FunctionApp.UpdateStages.WithStorageAccount,FunctionApp.UpdateStages.WithDailyUsageQuota
inheritedMembers:
- com.microsoft.azure.management.appservice._function_app._update_stages._with_daily_usage_quota.withDailyUsageQuota(int)
- com.microsoft.azure.management.appservice._function_app._update_stages._with_app_service_plan.withExistingAppServicePlan(AppServicePlan)
- com.microsoft.azure.management.appservice._function_app._update_stages._with_storage_account.withExistingStorageAccount(StorageAccount)
- com.microsoft.azure.management.appservice._function_app._update_stages._with_runtime_version.withLatestRuntimeVersion()
- com.microsoft.azure.management.appservice._function_app._update_stages._with_app_service_plan.withNewAppServicePlan(PricingTier)
- com.microsoft.azure.management.appservice._function_app._update_stages._with_app_service_plan.withNewAppServicePlan(Creatable<AppServicePlan>)
- com.microsoft.azure.management.appservice._function_app._update_stages._with_app_service_plan.withNewConsumptionPlan()
- com.microsoft.azure.management.appservice._function_app._update_stages._with_app_service_plan.withNewFreeAppServicePlan()
- com.microsoft.azure.management.appservice._function_app._update_stages._with_app_service_plan.withNewSharedAppServicePlan()
- com.microsoft.azure.management.appservice._function_app._update_stages._with_storage_account.withNewStorageAccount(String,com.microsoft.azure.management.storage.SkuName)
- com.microsoft.azure.management.appservice._function_app._update_stages._with_daily_usage_quota.withoutDailyUsageQuota()
- com.microsoft.azure.management.appservice._function_app._update_stages._with_runtime_version.withRuntimeVersion(String)
references:
- uid: com.microsoft.azure.management.appservice._function_app._update_stages._with_daily_usage_quota.withDailyUsageQuota(int)
parent: com.microsoft.azure.management.appservice._function_app._update_stages._with_daily_usage_quota
href: com.microsoft.azure.management.appservice._function_app._update_stages._with_daily_usage_quota.yml
name: withDailyUsageQuota(int quota)
nameWithType: FunctionApp.UpdateStages.WithDailyUsageQuota.withDailyUsageQuota(int quota)
fullName: com.microsoft.azure.management.appservice.FunctionApp.UpdateStages.WithDailyUsageQuota.withDailyUsageQuota(int quota)
type: Method
summary: <p>Specifies the daily usage data cap. </p>
syntax:
content: public Update withDailyUsageQuota(int quota)
parameters:
- id: quota
type: f75371fa
description: <p>the daily usage quota </p>
return:
type: com.microsoft.azure.management.appservice._function_app._update
description: <p>the next stage of the function app update </p>
- uid: com.microsoft.azure.management.appservice._function_app._update_stages._with_app_service_plan.withExistingAppServicePlan(AppServicePlan)
parent: com.microsoft.azure.management.appservice._function_app._update_stages._with_app_service_plan
href: com.microsoft.azure.management.appservice._function_app._update_stages._with_app_service_plan.yml
name: withExistingAppServicePlan(AppServicePlan appServicePlan)
nameWithType: FunctionApp.UpdateStages.WithAppServicePlan.withExistingAppServicePlan(AppServicePlan appServicePlan)
fullName: com.microsoft.azure.management.appservice.FunctionApp.UpdateStages.WithAppServicePlan.withExistingAppServicePlan(AppServicePlan appServicePlan)
type: Method
summary: <p>Uses an existing app service plan for the function app. </p>
syntax:
content: public Update withExistingAppServicePlan(AppServicePlan appServicePlan)
parameters:
- id: appServicePlan
type: com.microsoft.azure.management.appservice._app_service_plan
description: <p>the existing app service plan </p>
return:
type: com.microsoft.azure.management.appservice._function_app._update
description: <p>the next stage of the function app update </p>
- uid: com.microsoft.azure.management.appservice._function_app._update_stages._with_storage_account.withExistingStorageAccount(StorageAccount)
parent: com.microsoft.azure.management.appservice._function_app._update_stages._with_storage_account
href: com.microsoft.azure.management.appservice._function_app._update_stages._with_storage_account.yml
name: withExistingStorageAccount(StorageAccount storageAccount)
nameWithType: FunctionApp.UpdateStages.WithStorageAccount.withExistingStorageAccount(StorageAccount storageAccount)
fullName: com.microsoft.azure.management.appservice.FunctionApp.UpdateStages.WithStorageAccount.withExistingStorageAccount(StorageAccount storageAccount)
type: Method
summary: <p>Specifies the storage account to use for the function app. </p>
syntax:
content: public Update withExistingStorageAccount(StorageAccount storageAccount)
parameters:
- id: storageAccount
type: com.microsoft.azure.management.storage._storage_account
description: <p>the storage account to use </p>
return:
type: com.microsoft.azure.management.appservice._function_app._update
description: <p>the next stage of the function app update </p>
- uid: com.microsoft.azure.management.appservice._function_app._update_stages._with_runtime_version.withLatestRuntimeVersion()
parent: com.microsoft.azure.management.appservice._function_app._update_stages._with_runtime_version
href: com.microsoft.azure.management.appservice._function_app._update_stages._with_runtime_version.yml
name: withLatestRuntimeVersion()
nameWithType: FunctionApp.UpdateStages.WithRuntimeVersion.withLatestRuntimeVersion()
fullName: com.microsoft.azure.management.appservice.FunctionApp.UpdateStages.WithRuntimeVersion.withLatestRuntimeVersion()
type: Method
summary: <p>Uses the latest runtime version for the function app. </p>
syntax:
content: public Update withLatestRuntimeVersion()
return:
type: com.microsoft.azure.management.appservice._function_app._update
description: <p>the next stage of the function app update </p>
- uid: com.microsoft.azure.management.appservice._function_app._update_stages._with_app_service_plan.withNewAppServicePlan(PricingTier)
parent: com.microsoft.azure.management.appservice._function_app._update_stages._with_app_service_plan
href: com.microsoft.azure.management.appservice._function_app._update_stages._with_app_service_plan.yml
name: withNewAppServicePlan(PricingTier pricingTier)
nameWithType: FunctionApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(PricingTier pricingTier)
fullName: com.microsoft.azure.management.appservice.FunctionApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(PricingTier pricingTier)
type: Method
summary: >-
<p>Creates a new app service plan to use.</p>
<p></p>
syntax:
content: public Update withNewAppServicePlan(PricingTier pricingTier)
parameters:
- id: pricingTier
type: com.microsoft.azure.management.appservice._pricing_tier
description: <p>the sku of the app service plan </p>
return:
type: com.microsoft.azure.management.appservice._function_app._update
description: <p>the next stage of the function app update </p>
- uid: com.microsoft.azure.management.appservice._function_app._update_stages._with_app_service_plan.withNewAppServicePlan(Creatable<AppServicePlan>)
parent: com.microsoft.azure.management.appservice._function_app._update_stages._with_app_service_plan
href: com.microsoft.azure.management.appservice._function_app._update_stages._with_app_service_plan.yml
name: withNewAppServicePlan(Creatable<AppServicePlan> appServicePlanCreatable)
nameWithType: FunctionApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(Creatable<AppServicePlan> appServicePlanCreatable)
fullName: com.microsoft.azure.management.appservice.FunctionApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(Creatable<AppServicePlan> appServicePlanCreatable)
type: Method
summary: >-
<p>Creates a new app service plan to use.</p>
<p></p>
syntax:
content: public Update withNewAppServicePlan(Creatable<AppServicePlan> appServicePlanCreatable)
parameters:
- id: appServicePlanCreatable
type: com.microsoft.azure.management.resources.fluentcore.model._creatable78504a52com.microsoft.azure.management.appservice._app_service_plana08ddfce
description: <p>the new app service plan creatable </p>
return:
type: com.microsoft.azure.management.appservice._function_app._update
description: <p>the next stage of the function app update </p>
- uid: com.microsoft.azure.management.appservice._function_app._update_stages._with_app_service_plan.withNewConsumptionPlan()
parent: com.microsoft.azure.management.appservice._function_app._update_stages._with_app_service_plan
href: com.microsoft.azure.management.appservice._function_app._update_stages._with_app_service_plan.yml
name: withNewConsumptionPlan()
nameWithType: FunctionApp.UpdateStages.WithAppServicePlan.withNewConsumptionPlan()
fullName: com.microsoft.azure.management.appservice.FunctionApp.UpdateStages.WithAppServicePlan.withNewConsumptionPlan()
type: Method
summary: <p>Creates a new consumption plan to use. </p>
syntax:
content: public Update withNewConsumptionPlan()
return:
type: com.microsoft.azure.management.appservice._function_app._update
description: <p>the next stage of the function app update </p>
- uid: com.microsoft.azure.management.appservice._function_app._update_stages._with_app_service_plan.withNewFreeAppServicePlan()
parent: com.microsoft.azure.management.appservice._function_app._update_stages._with_app_service_plan
href: com.microsoft.azure.management.appservice._function_app._update_stages._with_app_service_plan.yml
name: withNewFreeAppServicePlan()
nameWithType: FunctionApp.UpdateStages.WithAppServicePlan.withNewFreeAppServicePlan()
fullName: com.microsoft.azure.management.appservice.FunctionApp.UpdateStages.WithAppServicePlan.withNewFreeAppServicePlan()
type: Method
summary: >-
<p>Creates a new free app service plan. This will fail if there are 10 or more free plans in the current subscription.</p>
<p></p>
syntax:
content: public Update withNewFreeAppServicePlan()
return:
type: com.microsoft.azure.management.appservice._function_app._update
description: <p>the next stage of the function app update </p>
- uid: com.microsoft.azure.management.appservice._function_app._update_stages._with_app_service_plan.withNewSharedAppServicePlan()
parent: com.microsoft.azure.management.appservice._function_app._update_stages._with_app_service_plan
href: com.microsoft.azure.management.appservice._function_app._update_stages._with_app_service_plan.yml
name: withNewSharedAppServicePlan()
nameWithType: FunctionApp.UpdateStages.WithAppServicePlan.withNewSharedAppServicePlan()
fullName: com.microsoft.azure.management.appservice.FunctionApp.UpdateStages.WithAppServicePlan.withNewSharedAppServicePlan()
type: Method
summary: >-
<p>Creates a new shared app service plan.</p>
<p></p>
syntax:
content: public Update withNewSharedAppServicePlan()
return:
type: com.microsoft.azure.management.appservice._function_app._update
description: <p>the next stage of the function app update </p>
- uid: com.microsoft.azure.management.appservice._function_app._update_stages._with_storage_account.withNewStorageAccount(String,com.microsoft.azure.management.storage.SkuName)
parent: com.microsoft.azure.management.appservice._function_app._update_stages._with_storage_account
href: com.microsoft.azure.management.appservice._function_app._update_stages._with_storage_account.yml
name: withNewStorageAccount(String name, com.microsoft.azure.management.storage.SkuName sku)
nameWithType: FunctionApp.UpdateStages.WithStorageAccount.withNewStorageAccount(String name, com.microsoft.azure.management.storage.SkuName sku)
fullName: com.microsoft.azure.management.appservice.FunctionApp.UpdateStages.WithStorageAccount.withNewStorageAccount(String name, com.microsoft.azure.management.storage.SkuName sku)
type: Method
summary: <p>Creates a new storage account to use for the function app. </p>
syntax:
content: public Update withNewStorageAccount(String name, com.microsoft.azure.management.storage.SkuName sku)
parameters:
- id: name
type: "26831127"
description: <p>the name of the storage account </p>
- id: sku
type: com.microsoft.azure.management.storage._sku_name
description: <p>the sku of the storage account </p>
return:
type: com.microsoft.azure.management.appservice._function_app._update
description: <p>the next stage of the function app update </p>
- uid: com.microsoft.azure.management.appservice._function_app._update_stages._with_daily_usage_quota.withoutDailyUsageQuota()
parent: com.microsoft.azure.management.appservice._function_app._update_stages._with_daily_usage_quota
href: com.microsoft.azure.management.appservice._function_app._update_stages._with_daily_usage_quota.yml
name: withoutDailyUsageQuota()
nameWithType: FunctionApp.UpdateStages.WithDailyUsageQuota.withoutDailyUsageQuota()
fullName: com.microsoft.azure.management.appservice.FunctionApp.UpdateStages.WithDailyUsageQuota.withoutDailyUsageQuota()
type: Method
summary: <p>Specifies the daily usage data cap. </p>
syntax:
content: public Update withoutDailyUsageQuota()
return:
type: com.microsoft.azure.management.appservice._function_app._update
description: <p>the next stage of the function app update </p>
- uid: com.microsoft.azure.management.appservice._function_app._update_stages._with_runtime_version.withRuntimeVersion(String)
parent: com.microsoft.azure.management.appservice._function_app._update_stages._with_runtime_version
href: com.microsoft.azure.management.appservice._function_app._update_stages._with_runtime_version.yml
name: withRuntimeVersion(String version)
nameWithType: FunctionApp.UpdateStages.WithRuntimeVersion.withRuntimeVersion(String version)
fullName: com.microsoft.azure.management.appservice.FunctionApp.UpdateStages.WithRuntimeVersion.withRuntimeVersion(String version)
type: Method
summary: <p>Specifies the runtime version for the function app. </p>
syntax:
content: public Update withRuntimeVersion(String version)
parameters:
- id: version
type: "26831127"
description: <p>the version of the Azure Functions runtime </p>
return:
type: com.microsoft.azure.management.appservice._function_app._update
description: <p>the next stage of the function app update </p>
- uid: com.microsoft.azure.management.appservice._web_app_base._update
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._web_app_base._update.yml
name: WebAppBase.Update<FluentT>
nameWithType: WebAppBase.Update<FluentT>
fullName: com.microsoft.azure.management.appservice.WebAppBase.Update<FluentT>
type: Interface
summary: <p>The template for a site update operation, containing all the settings that can be modified. </p>
syntax:
content: public interface Update<FluentT> extends Appliable<FluentT>,WebAppBase.UpdateStages.WithClientAffinityEnabled<FluentT>,WebAppBase.UpdateStages.WithClientCertEnabled<FluentT>,WebAppBase.UpdateStages.WithScmSiteAlsoStopped<FluentT>,WebAppBase.UpdateStages.WithSiteConfigs<FluentT>,WebAppBase.UpdateStages.WithAppSettings<FluentT>,WebAppBase.UpdateStages.WithConnectionString<FluentT>,WebAppBase.UpdateStages.WithSourceControl<FluentT>,WebAppBase.UpdateStages.WithHostNameBinding<FluentT>,WebAppBase.UpdateStages.WithHostNameSslBinding<FluentT>,WebAppBase.UpdateStages.WithAuthentication<FluentT>
typeParameters:
- id: FluentT
type: dee0e3c3
description: <p>the type of the resource </p>
- uid: com.microsoft.azure.management.appservice._function_app._update_stages._with_app_service_plan
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._function_app._update_stages._with_app_service_plan.yml
name: FunctionApp.UpdateStages.WithAppServicePlan
nameWithType: FunctionApp.UpdateStages.WithAppServicePlan
fullName: com.microsoft.azure.management.appservice.FunctionApp.UpdateStages.WithAppServicePlan
type: Interface
summary: <p>A function app update allowing app service plan to be set. </p>
syntax:
content: public interface WithAppServicePlan
- uid: com.microsoft.azure.management.appservice._function_app._update_stages._with_runtime_version
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._function_app._update_stages._with_runtime_version.yml
name: FunctionApp.UpdateStages.WithRuntimeVersion
nameWithType: FunctionApp.UpdateStages.WithRuntimeVersion
fullName: com.microsoft.azure.management.appservice.FunctionApp.UpdateStages.WithRuntimeVersion
type: Interface
summary: <p>A function app update allowing runtime version to be specified. </p>
syntax:
content: public interface WithRuntimeVersion
- uid: com.microsoft.azure.management.appservice._function_app._update_stages._with_storage_account
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._function_app._update_stages._with_storage_account.yml
name: FunctionApp.UpdateStages.WithStorageAccount
nameWithType: FunctionApp.UpdateStages.WithStorageAccount
fullName: com.microsoft.azure.management.appservice.FunctionApp.UpdateStages.WithStorageAccount
type: Interface
summary: <p>A function app definition allowing storage account to be specified. A storage account is required for storing function execution runtime, triggers, and logs. </p>
syntax:
content: public interface WithStorageAccount
- uid: com.microsoft.azure.management.appservice._function_app._update_stages._with_daily_usage_quota
parent: com.microsoft.azure.management.appservice
href: com.microsoft.azure.management.appservice._function_app._update_stages._with_daily_usage_quota.yml
name: FunctionApp.UpdateStages.WithDailyUsageQuota
nameWithType: FunctionApp.UpdateStages.WithDailyUsageQuota
fullName: com.microsoft.azure.management.appservice.FunctionApp.UpdateStages.WithDailyUsageQuota
type: Interface
summary: <p>A function app definition allowing daily usage quota to be specified. </p>
syntax:
content: public interface WithDailyUsageQuota