FunctionDeploymentSlot Interface

Implements

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

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

Method Summary

Modifier and Type Method and Description
abstract String getMasterKey()
abstract Mono<String> getMasterKeyAsync()

Method Details

getMasterKey

public abstract String getMasterKey()

Returns:

the master key for the function app

getMasterKeyAsync

public abstract Mono getMasterKeyAsync()

Returns:

the master key for the function app

Applies to