Interface FunctionDeploymentSlot

All Superinterfaces:
DeploymentSlotBase<FunctionDeploymentSlot>, FunctionDeploymentSlotBasic, com.azure.resourcemanager.resources.fluentcore.arm.models.GroupableResource<AppServiceManager, SiteInner>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasId, com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<SiteInner>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager<AppServiceManager>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent<FunctionApp>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup, com.azure.resourcemanager.resources.fluentcore.arm.models.IndependentChild<AppServiceManager>, com.azure.resourcemanager.resources.fluentcore.arm.models.IndependentChildResource<AppServiceManager, SiteInner>, com.azure.resourcemanager.resources.fluentcore.model.Indexable, com.azure.resourcemanager.resources.fluentcore.model.Refreshable<FunctionDeploymentSlot>, com.azure.resourcemanager.resources.fluentcore.arm.models.Resource, SupportsOneDeploy, com.azure.resourcemanager.resources.fluentcore.model.Updatable<DeploymentSlotBase.Update<FunctionDeploymentSlot>>, WebAppBase, WebSiteBase

public interface FunctionDeploymentSlot extends com.azure.resourcemanager.resources.fluentcore.arm.models.IndependentChildResource<AppServiceManager, SiteInner>, FunctionDeploymentSlotBasic, DeploymentSlotBase<FunctionDeploymentSlot>, com.azure.resourcemanager.resources.fluentcore.model.Updatable<DeploymentSlotBase.Update<FunctionDeploymentSlot>>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent<FunctionApp>, SupportsOneDeploy
An immutable client-side representation of an Azure Function App deployment slot.
  • Method Details

    • getMasterKey

      String getMasterKey()
      Gets the master key for the function app.
      Returns:
      the master key for the function app
    • getMasterKeyAsync

      Mono<String> getMasterKeyAsync()
      Gets the master key for the function app.
      Returns:
      the master key for the function app