Uses of Class
com.azure.resourcemanager.appservice.fluent.models.FunctionSecretsInner
Packages that use FunctionSecretsInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of FunctionSecretsInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return FunctionSecretsInnerModifier and TypeMethodDescriptionWebAppsClient.listFunctionSecrets
(String resourceGroupName, String name, String functionName) Get function secrets for a function in a web site, or a deployment slot.WebAppsClient.listFunctionSecretsSlot
(String resourceGroupName, String name, String functionName, String slot) Get function secrets for a function in a web site, or a deployment slot.WebAppsClient.listSyncFunctionTriggers
(String resourceGroupName, String name) This is to allow calling via powershell and ARM template.WebAppsClient.listSyncFunctionTriggersSlot
(String resourceGroupName, String name, String slot) This is to allow calling via powershell and ARM template.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type FunctionSecretsInnerModifier and TypeMethodDescriptionWebAppsClient.listFunctionSecretsAsync
(String resourceGroupName, String name, String functionName) Get function secrets for a function in a web site, or a deployment slot.WebAppsClient.listFunctionSecretsSlotAsync
(String resourceGroupName, String name, String functionName, String slot) Get function secrets for a function in a web site, or a deployment slot.com.azure.core.http.rest.Response
<FunctionSecretsInner> WebAppsClient.listFunctionSecretsSlotWithResponse
(String resourceGroupName, String name, String functionName, String slot, com.azure.core.util.Context context) Get function secrets for a function in a web site, or a deployment slot.Mono
<com.azure.core.http.rest.Response<FunctionSecretsInner>> WebAppsClient.listFunctionSecretsSlotWithResponseAsync
(String resourceGroupName, String name, String functionName, String slot) Get function secrets for a function in a web site, or a deployment slot.com.azure.core.http.rest.Response
<FunctionSecretsInner> WebAppsClient.listFunctionSecretsWithResponse
(String resourceGroupName, String name, String functionName, com.azure.core.util.Context context) Get function secrets for a function in a web site, or a deployment slot.Mono
<com.azure.core.http.rest.Response<FunctionSecretsInner>> WebAppsClient.listFunctionSecretsWithResponseAsync
(String resourceGroupName, String name, String functionName) Get function secrets for a function in a web site, or a deployment slot.WebAppsClient.listSyncFunctionTriggersAsync
(String resourceGroupName, String name) This is to allow calling via powershell and ARM template.WebAppsClient.listSyncFunctionTriggersSlotAsync
(String resourceGroupName, String name, String slot) This is to allow calling via powershell and ARM template.com.azure.core.http.rest.Response
<FunctionSecretsInner> WebAppsClient.listSyncFunctionTriggersSlotWithResponse
(String resourceGroupName, String name, String slot, com.azure.core.util.Context context) This is to allow calling via powershell and ARM template.Mono
<com.azure.core.http.rest.Response<FunctionSecretsInner>> WebAppsClient.listSyncFunctionTriggersSlotWithResponseAsync
(String resourceGroupName, String name, String slot) This is to allow calling via powershell and ARM template.com.azure.core.http.rest.Response
<FunctionSecretsInner> WebAppsClient.listSyncFunctionTriggersWithResponse
(String resourceGroupName, String name, com.azure.core.util.Context context) This is to allow calling via powershell and ARM template.Mono
<com.azure.core.http.rest.Response<FunctionSecretsInner>> WebAppsClient.listSyncFunctionTriggersWithResponseAsync
(String resourceGroupName, String name) This is to allow calling via powershell and ARM template. -
Uses of FunctionSecretsInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return FunctionSecretsInnerModifier and TypeMethodDescriptionstatic FunctionSecretsInner
FunctionSecretsInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of FunctionSecretsInner from the JsonReader.Set the key property: Secret key.FunctionSecretsInner.withTriggerUrl
(String triggerUrl) Set the triggerUrl property: Trigger URL.