Bot.DefinitionStages.WithCreate Interface
Implements
public static interface Bot.DefinitionStages.WithCreate
extends WithTags, WithProperties, WithSku, WithKind, WithEtag
The stage of the Bot definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Bot |
create()
Executes the create request. |
| abstract Bot |
create(Context context)
Executes the create request. |
Method Details
create
public abstract Bot create()
Executes the create request.
Returns:
create
public abstract Bot create(Context context)
Executes the create request.
Parameters:
Returns: