AppserviceFunctions

Functions

Link copied to clipboard

Use this data source to access information about an existing App Service. !>Note: The azure.appservice.AppService data source is deprecated in version 3.0 of the AzureRM provider and will be removed in version 4.0. Please use the azure.appservice.LinuxWebApp and azure.appservice.WindowsWebApp data sources instead.

suspend fun getAppService(name: String, resourceGroupName: String): GetAppServiceResult
Link copied to clipboard

Use this data source to access information about an existing App Service Plan (formerly known as a Server Farm). !>Note: The azure.appservice.Plan data source is deprecated in version 3.0 of the AzureRM provider and will be removed in version 4.0. Please use the azure.appservice.ServicePlan data source instead.

suspend fun getAppServicePlan(name: String, resourceGroupName: String): GetAppServicePlanResult
Link copied to clipboard

Use this data source to access information about an App Service Certificate.

suspend fun getCertificate(name: String, resourceGroupName: String, tags: Map<String, String>? = null): GetCertificateResult
Link copied to clipboard

Use this data source to access information about an existing App Service Certificate Order.

suspend fun getCertificateOrder(name: String, resourceGroupName: String): GetCertificateOrderResult
Link copied to clipboard

Use this data source to access information about an existing 3rd Generation (v3) App Service Environment.

suspend fun getEnvironmentV3(name: String, resourceGroupName: String): GetEnvironmentV3Result
Link copied to clipboard

Use this data source to access information about a Function App. !>Note: The azure.appservice.FunctionApp data source is deprecated in version 3.0 of the AzureRM provider and will be removed in version 4.0. Please use the azure.appservice.LinuxFunctionApp and azure.appservice.WindowsFunctionApp data sources instead.

suspend fun getFunctionApp(name: String, resourceGroupName: String, tags: Map<String, String>? = null): GetFunctionAppResult
Link copied to clipboard

Use this data source to fetch the Host Keys of an existing Function App

suspend fun getFunctionAppHostKeys(name: String, resourceGroupName: String): GetFunctionAppHostKeysResult
Link copied to clipboard

Use this data source to access information about an existing Linux Function App.

suspend fun getLinuxFunctionApp(name: String, resourceGroupName: String): GetLinuxFunctionAppResult
Link copied to clipboard

Use this data source to access information about an existing Linux Web App.

suspend fun getLinuxWebApp(name: String, resourceGroupName: String): GetLinuxWebAppResult
Link copied to clipboard

Use this data source to access information about an existing Service Plan.

suspend fun getServicePlan(name: String, resourceGroupName: String): GetServicePlanResult
Link copied to clipboard

Use this data source to access information about an existing Static Web App.

suspend fun getStaticWebApp(name: String, resourceGroupName: String): GetStaticWebAppResult
Link copied to clipboard

Use this data source to access information about an existing Windows Function App.

suspend fun getWindowsFunctionApp(name: String, resourceGroupName: String): GetWindowsFunctionAppResult
Link copied to clipboard

Use this data source to access information about an existing Windows Web App.

suspend fun getWindowsWebApp(name: String, resourceGroupName: String): GetWindowsWebAppResult