static interface |
DeploymentSlot.Definition |
Container interface for all the definitions that need to be implemented.
|
static interface |
DeploymentSlot.DefinitionStages.WithCreate |
A site definition with sufficient inputs to create a new web app /
deployments slot in the cloud, but exposing additional optional
inputs to specify.
|
static interface |
FunctionApp.Definition |
Container interface for all the definitions that need to be implemented.
|
static interface |
FunctionApp.DefinitionStages.WithCreate |
A function app definition with sufficient inputs to create a new
function app in the cloud, but exposing additional optional
inputs to specify.
|
static interface |
FunctionDeploymentSlot.Definition |
Container interface for all the definitions that need to be implemented.
|
static interface |
FunctionDeploymentSlot.DefinitionStages.WithCreate |
A site definition with sufficient inputs to create a new web app /
deployments slot in the cloud, but exposing additional optional
inputs to specify.
|
static interface |
WebApp.Definition |
Container interface for all the definitions that need to be implemented.
|
static interface |
WebApp.DefinitionStages.WithCreate |
A site definition with sufficient inputs to create a new web app /
deployments slot in the cloud, but exposing additional optional
inputs to specify.
|
static interface |
WebApp.DefinitionStages.WithStartUpCommand |
A web app definition allowing docker startup command to be specified.
|
static interface |
WebAppBase.Definition<FluentT> |
The entirety of the web app base definition.
|
static interface |
WebAppBase.DefinitionStages.WithCreate<FluentT> |
A site definition with sufficient inputs to create a new web app /
deployments slot in the cloud, but exposing additional optional
inputs to specify.
|
static interface |
WebAppBase.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate<FluentT> |
The stage of the System Assigned (Local) Managed Service Identity enabled web app allowing to
set access role for the identity.
|
static interface |
WebAppBase.DefinitionStages.WithUserAssignedManagedServiceIdentityBasedAccessOrCreate<FluentT> |
The stage of the web app update allowing to add User Assigned (External) Managed Service Identities.
|