Uses of Interface
com.azure.resourcemanager.securityinsights.models.MetadataModel.Update
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of MetadataModel.Update in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionMetadataModel.update()
Begins update for the MetadataModel resource.MetadataModel.UpdateStages.WithAuthor.withAuthor
(MetadataAuthor author) Specifies the author property: The creator of the content item..MetadataModel.UpdateStages.WithCategories.withCategories
(MetadataCategories categories) Specifies the categories property: Categories for the solution content item.MetadataModel.UpdateStages.WithContentId.withContentId
(String contentId) Specifies the contentId property: Static ID for the content.MetadataModel.UpdateStages.WithContentSchemaVersion.withContentSchemaVersion
(String contentSchemaVersion) Specifies the contentSchemaVersion property: Schema version of the content.MetadataModel.UpdateStages.WithCustomVersion.withCustomVersion
(String customVersion) Specifies the customVersion property: The custom version of the content.MetadataModel.UpdateStages.WithDependencies.withDependencies
(MetadataDependencies dependencies) Specifies the dependencies property: Dependencies for the content item, what other content items it requires to work.Specifies the etag property: Etag of the azure resource.MetadataModel.UpdateStages.WithFirstPublishDate.withFirstPublishDate
(LocalDate firstPublishDate) Specifies the firstPublishDate property: first publish date solution content item.Specifies the icon property: the icon identifier.Specifies the kind property: The kind of content the metadata is for..MetadataModel.UpdateStages.WithLastPublishDate.withLastPublishDate
(LocalDate lastPublishDate) Specifies the lastPublishDate property: last publish date for the solution content item.MetadataModel.UpdateStages.WithParentId.withParentId
(String parentId) Specifies the parentId property: Full parent resource ID of the content item the metadata is for.MetadataModel.UpdateStages.WithPreviewImages.withPreviewImages
(List<String> previewImages) Specifies the previewImages property: preview image file names.MetadataModel.UpdateStages.WithPreviewImagesDark.withPreviewImagesDark
(List<String> previewImagesDark) Specifies the previewImagesDark property: preview image file names.MetadataModel.UpdateStages.WithProviders.withProviders
(List<String> providers) Specifies the providers property: Providers for the solution content item.MetadataModel.UpdateStages.WithSource.withSource
(MetadataSource source) Specifies the source property: Source of the content.MetadataModel.UpdateStages.WithSupport.withSupport
(MetadataSupport support) Specifies the support property: Support information for the metadata - type, name, contact information.MetadataModel.UpdateStages.WithThreatAnalysisTactics.withThreatAnalysisTactics
(List<String> threatAnalysisTactics) Specifies the threatAnalysisTactics property: the tactics the resource covers.MetadataModel.UpdateStages.WithThreatAnalysisTechniques.withThreatAnalysisTechniques
(List<String> threatAnalysisTechniques) Specifies the threatAnalysisTechniques property: the techniques the resource covers, these have to be aligned with the tactics being used.MetadataModel.UpdateStages.WithVersion.withVersion
(String version) Specifies the version property: Version of the content.