FunctionDeploymentSlot Interface
Implements
DeploymentSlotBase<FunctionDeploymentSlot>
FunctionDeploymentSlotBasic
SupportsOneDeploy
HasParent<FunctionApp>
IndependentChildResource<AppServiceManager,SiteInner>
Updatable<Update<FunctionDeploymentSlot>>
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
Gets the master key for the function app.
Returns:
the master key for the function app