Class DotnetExtension
java.lang.Object
com.azure.runtime.host.extensions.dotnet.DotnetExtension
- All Implemented Interfaces:
Extension
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.runtime.host.extensions.dotnet.resources.Project
<?> addProject
(String name) Add a new project to the distributed application.<T extends com.azure.runtime.host.extensions.dotnet.resources.Project<?>>
TaddProject
(T project) Add a new project to the distributed application.Returns a description of the extension - which is used when displaying the extension in the UI / CLI.getName()
Returns the extension name - which is used when displaying the extension in the UI / CLI.
-
Constructor Details
-
DotnetExtension
public DotnetExtension()
-
-
Method Details
-
getName
Description copied from interface:Extension
Returns the extension name - which is used when displaying the extension in the UI / CLI. -
getDescription
Description copied from interface:Extension
Returns a description of the extension - which is used when displaying the extension in the UI / CLI.- Specified by:
getDescription
in interfaceExtension
- Returns:
- The description of the extension.
-
addProject
public <T extends com.azure.runtime.host.extensions.dotnet.resources.Project<?>> T addProject(T project) Add a new project to the distributed application.- Type Parameters:
T
-- Parameters:
project
-- Returns:
-
addProject
Add a new project to the distributed application.- Parameters:
name
-- Returns:
-