你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FunctionDeploymentSlot Interface

Implements

public interface FunctionDeploymentSlot
extends IndependentChildResource<AppServiceManager,SiteInner>, FunctionDeploymentSlotBasic, DeploymentSlotBase<FunctionDeploymentSlot>, Updatable<Update<FunctionDeploymentSlot>>, HasParent<FunctionApp>, SupportsOneDeploy

An immutable client-side representation of an Azure Function App deployment slot.

Method Summary

Modifier and Type Method and Description
abstract String getMasterKey()

Gets the master key for the function app.

abstract Mono<String> getMasterKeyAsync()

Gets the master key for the function app.

Method Details

getMasterKey

public abstract String getMasterKey()

Gets the master key for the function app.

Returns:

the master key for the function app

getMasterKeyAsync

public abstract Mono<String> getMasterKeyAsync()

Gets the master key for the function app.

Returns:

the master key for the function app

Applies to