Interface ConnectionSetting.Update
- All Superinterfaces:
ConnectionSetting.UpdateStages.WithEtag,ConnectionSetting.UpdateStages.WithKind,ConnectionSetting.UpdateStages.WithProperties,ConnectionSetting.UpdateStages.WithSku,ConnectionSetting.UpdateStages.WithTags
- Enclosing interface:
ConnectionSetting
public static interface ConnectionSetting.Update
extends ConnectionSetting.UpdateStages.WithTags, ConnectionSetting.UpdateStages.WithProperties, ConnectionSetting.UpdateStages.WithSku, ConnectionSetting.UpdateStages.WithKind, ConnectionSetting.UpdateStages.WithEtag
The template for ConnectionSetting update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.botservice.models.ConnectionSetting.UpdateStages.WithEtag
withEtagMethods inherited from interface com.azure.resourcemanager.botservice.models.ConnectionSetting.UpdateStages.WithKind
withKindMethods inherited from interface com.azure.resourcemanager.botservice.models.ConnectionSetting.UpdateStages.WithProperties
withPropertiesMethods inherited from interface com.azure.resourcemanager.botservice.models.ConnectionSetting.UpdateStages.WithSku
withSkuMethods inherited from interface com.azure.resourcemanager.botservice.models.ConnectionSetting.UpdateStages.WithTags
withTags
-
Method Details
-
apply
ConnectionSetting 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.
-