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() |
abstract Mono<String> | getMasterKeyAsync() |
Method Details
getMasterKey
public abstract String getMasterKey()
Returns:
the master key for the function app
getMasterKeyAsync
public abstract Mono
Returns:
the master key for the function app
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java