| 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 |
|---|---|
FunctionSecretsInner |
WebAppsClient.listFunctionSecrets(String resourceGroupName,
String name,
String functionName)
Description for Get function secrets for a function in a web site, or a deployment slot.
|
FunctionSecretsInner |
WebAppsClient.listFunctionSecretsSlot(String resourceGroupName,
String name,
String functionName,
String slot)
Description for Get function secrets for a function in a web site, or a deployment slot.
|
FunctionSecretsInner |
WebAppsClient.listSyncFunctionTriggers(String resourceGroupName,
String name)
Description for This is to allow calling via powershell and ARM template.
|
FunctionSecretsInner |
WebAppsClient.listSyncFunctionTriggersSlot(String resourceGroupName,
String name,
String slot)
Description for This is to allow calling via powershell and ARM template.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionSecretsInner |
FunctionSecretsInner.withKey(String key)
Set the key property: Secret key.
|
FunctionSecretsInner |
FunctionSecretsInner.withTriggerUrl(String triggerUrl)
Set the triggerUrl property: Trigger URL.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.