Interface Bot.Update
- All Superinterfaces:
Bot.UpdateStages.WithEtag,Bot.UpdateStages.WithKind,Bot.UpdateStages.WithProperties,Bot.UpdateStages.WithSku,Bot.UpdateStages.WithTags
- Enclosing interface:
Bot
public static interface Bot.Update
extends Bot.UpdateStages.WithTags, Bot.UpdateStages.WithProperties, Bot.UpdateStages.WithSku, Bot.UpdateStages.WithKind, Bot.UpdateStages.WithEtag
The template for Bot update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.botservice.models.Bot.UpdateStages.WithEtag
withEtagMethods inherited from interface com.azure.resourcemanager.botservice.models.Bot.UpdateStages.WithKind
withKindMethods inherited from interface com.azure.resourcemanager.botservice.models.Bot.UpdateStages.WithProperties
withPropertiesMethods inherited from interface com.azure.resourcemanager.botservice.models.Bot.UpdateStages.WithSku
withSkuMethods inherited from interface com.azure.resourcemanager.botservice.models.Bot.UpdateStages.WithTags
withTags
-
Method Details
-
apply
Bot apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context- The context to associate with this operation.- Returns:
- the updated resource.
-