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