| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionEnvelopeInner |
WebAppsClient.createFunction(String resourceGroupName,
String name,
String functionName,
FunctionEnvelopeInner functionEnvelope)
Description for Create function for web site, or a deployment slot.
|
FunctionEnvelopeInner |
WebAppsClient.createFunction(String resourceGroupName,
String name,
String functionName,
FunctionEnvelopeInner functionEnvelope,
com.azure.core.util.Context context)
Description for Create function for web site, or a deployment slot.
|
FunctionEnvelopeInner |
WebAppsClient.createInstanceFunctionSlot(String resourceGroupName,
String name,
String functionName,
String slot,
FunctionEnvelopeInner functionEnvelope)
Description for Create function for web site, or a deployment slot.
|
FunctionEnvelopeInner |
WebAppsClient.createInstanceFunctionSlot(String resourceGroupName,
String name,
String functionName,
String slot,
FunctionEnvelopeInner functionEnvelope,
com.azure.core.util.Context context)
Description for Create function for web site, or a deployment slot.
|
FunctionEnvelopeInner |
WebAppsClient.getFunction(String resourceGroupName,
String name,
String functionName)
Description for Get function information by its ID for web site, or a deployment slot.
|
FunctionEnvelopeInner |
WebAppsClient.getInstanceFunctionSlot(String resourceGroupName,
String name,
String functionName,
String slot)
Description for Get function information by its ID for web site, or a deployment slot.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FunctionEnvelopeInner>,FunctionEnvelopeInner> |
WebAppsClient.beginCreateFunction(String resourceGroupName,
String name,
String functionName,
FunctionEnvelopeInner functionEnvelope)
Description for Create function for web site, or a deployment slot.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FunctionEnvelopeInner>,FunctionEnvelopeInner> |
WebAppsClient.beginCreateFunction(String resourceGroupName,
String name,
String functionName,
FunctionEnvelopeInner functionEnvelope,
com.azure.core.util.Context context)
Description for Create function for web site, or a deployment slot.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<FunctionEnvelopeInner>,FunctionEnvelopeInner> |
WebAppsClient.beginCreateFunctionAsync(String resourceGroupName,
String name,
String functionName,
FunctionEnvelopeInner functionEnvelope)
Description for Create function for web site, or a deployment slot.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FunctionEnvelopeInner>,FunctionEnvelopeInner> |
WebAppsClient.beginCreateInstanceFunctionSlot(String resourceGroupName,
String name,
String functionName,
String slot,
FunctionEnvelopeInner functionEnvelope)
Description for Create function for web site, or a deployment slot.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FunctionEnvelopeInner>,FunctionEnvelopeInner> |
WebAppsClient.beginCreateInstanceFunctionSlot(String resourceGroupName,
String name,
String functionName,
String slot,
FunctionEnvelopeInner functionEnvelope,
com.azure.core.util.Context context)
Description for Create function for web site, or a deployment slot.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<FunctionEnvelopeInner>,FunctionEnvelopeInner> |
WebAppsClient.beginCreateInstanceFunctionSlotAsync(String resourceGroupName,
String name,
String functionName,
String slot,
FunctionEnvelopeInner functionEnvelope)
Description for Create function for web site, or a deployment slot.
|
FunctionEnvelopeInner |
WebAppsClient.createFunction(String resourceGroupName,
String name,
String functionName,
FunctionEnvelopeInner functionEnvelope)
Description for Create function for web site, or a deployment slot.
|
FunctionEnvelopeInner |
WebAppsClient.createFunction(String resourceGroupName,
String name,
String functionName,
FunctionEnvelopeInner functionEnvelope,
com.azure.core.util.Context context)
Description for Create function for web site, or a deployment slot.
|
Mono<FunctionEnvelopeInner> |
WebAppsClient.createFunctionAsync(String resourceGroupName,
String name,
String functionName,
FunctionEnvelopeInner functionEnvelope)
Description for Create function for web site, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
WebAppsClient.createFunctionWithResponseAsync(String resourceGroupName,
String name,
String functionName,
FunctionEnvelopeInner functionEnvelope)
Description for Create function for web site, or a deployment slot.
|
FunctionEnvelopeInner |
WebAppsClient.createInstanceFunctionSlot(String resourceGroupName,
String name,
String functionName,
String slot,
FunctionEnvelopeInner functionEnvelope)
Description for Create function for web site, or a deployment slot.
|
FunctionEnvelopeInner |
WebAppsClient.createInstanceFunctionSlot(String resourceGroupName,
String name,
String functionName,
String slot,
FunctionEnvelopeInner functionEnvelope,
com.azure.core.util.Context context)
Description for Create function for web site, or a deployment slot.
|
Mono<FunctionEnvelopeInner> |
WebAppsClient.createInstanceFunctionSlotAsync(String resourceGroupName,
String name,
String functionName,
String slot,
FunctionEnvelopeInner functionEnvelope)
Description for Create function for web site, or a deployment slot.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
WebAppsClient.createInstanceFunctionSlotWithResponseAsync(String resourceGroupName,
String name,
String functionName,
String slot,
FunctionEnvelopeInner functionEnvelope)
Description for Create function for web site, or a deployment slot.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionEnvelopeInner |
FunctionEnvelopeInner.withConfig(Object config)
Set the config property: Config information.
|
FunctionEnvelopeInner |
FunctionEnvelopeInner.withConfigHref(String configHref)
Set the configHref property: Config URI.
|
FunctionEnvelopeInner |
FunctionEnvelopeInner.withFiles(Map<String,String> files)
Set the files property: File list.
|
FunctionEnvelopeInner |
FunctionEnvelopeInner.withFunctionAppId(String functionAppId)
Set the functionAppId property: Function App ID.
|
FunctionEnvelopeInner |
FunctionEnvelopeInner.withHref(String href)
Set the href property: Function URI.
|
FunctionEnvelopeInner |
FunctionEnvelopeInner.withInvokeUrlTemplate(String invokeUrlTemplate)
Set the invokeUrlTemplate property: The invocation URL.
|
FunctionEnvelopeInner |
FunctionEnvelopeInner.withIsDisabled(Boolean isDisabled)
Set the isDisabled property: Gets or sets a value indicating whether the function is disabled.
|
FunctionEnvelopeInner |
FunctionEnvelopeInner.withKind(String kind)
Set the kind property: Kind of resource.
|
FunctionEnvelopeInner |
FunctionEnvelopeInner.withLanguage(String language)
Set the language property: The function language.
|
FunctionEnvelopeInner |
FunctionEnvelopeInner.withScriptHref(String scriptHref)
Set the scriptHref property: Script URI.
|
FunctionEnvelopeInner |
FunctionEnvelopeInner.withScriptRootPathHref(String scriptRootPathHref)
Set the scriptRootPathHref property: Script root path URI.
|
FunctionEnvelopeInner |
FunctionEnvelopeInner.withSecretsFileHref(String secretsFileHref)
Set the secretsFileHref property: Secrets file URI.
|
FunctionEnvelopeInner |
FunctionEnvelopeInner.withTestData(String testData)
Set the testData property: Test data used when testing via the Azure Portal.
|
FunctionEnvelopeInner |
FunctionEnvelopeInner.withTestDataHref(String testDataHref)
Set the testDataHref property: Test data URI.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.