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:
getMasterKeyAsync
public abstract Mono
Gets the master key for the function app.
Returns:
Applies to
Azure SDK for Java