public static interface Application.UpdateDefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Application.UpdateDefinitionStages.Blank<ParentT>
The first stage of a application definition.
|
static interface |
Application.UpdateDefinitionStages.WithApplicationPackage<ParentT>
A application definition to allow creation of application package.
|
static interface |
Application.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the application definition.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/