Class DotnetExtension
java.lang.Object
com.azure.runtime.host.extensions.dotnet.DotnetExtension
- All Implemented Interfaces:
Extension
-
Constructor Summary
Constructors -
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:ExtensionReturns the extension name - which is used when displaying the extension in the UI / CLI. -
getDescription
Description copied from interface:ExtensionReturns a description of the extension - which is used when displaying the extension in the UI / CLI.- Specified by:
getDescriptionin 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:
-