Uses of Class
com.azure.resourcemanager.securityinsights.models.MetadataPatch
Package
Description
Package containing the service clients for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of MetadataPatch in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionMetadatasClient.update
(String resourceGroupName, String workspaceName, String metadataName, MetadataPatch metadataPatch) Update an existing Metadata.com.azure.core.http.rest.Response<MetadataModelInner>
MetadatasClient.updateWithResponse
(String resourceGroupName, String workspaceName, String metadataName, MetadataPatch metadataPatch, com.azure.core.util.Context context) Update an existing Metadata. -
Uses of MetadataPatch in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionMetadataPatch.withAuthor
(MetadataAuthor author) Set the author property: The creator of the content item.MetadataPatch.withCategories
(MetadataCategories categories) Set the categories property: Categories for the solution content item.MetadataPatch.withContentId
(String contentId) Set the contentId property: Static ID for the content.MetadataPatch.withContentSchemaVersion
(String contentSchemaVersion) Set the contentSchemaVersion property: Schema version of the content.MetadataPatch.withCustomVersion
(String customVersion) Set the customVersion property: The custom version of the content.MetadataPatch.withDependencies
(MetadataDependencies dependencies) Set the dependencies property: Dependencies for the content item, what other content items it requires to work.Set the etag property: Etag of the azure resource.MetadataPatch.withFirstPublishDate
(LocalDate firstPublishDate) Set the firstPublishDate property: first publish date solution content item.Set the icon property: the icon identifier.Set the kind property: The kind of content the metadata is for.MetadataPatch.withLastPublishDate
(LocalDate lastPublishDate) Set the lastPublishDate property: last publish date for the solution content item.MetadataPatch.withParentId
(String parentId) Set the parentId property: Full parent resource ID of the content item the metadata is for.MetadataPatch.withPreviewImages
(List<String> previewImages) Set the previewImages property: preview image file names.MetadataPatch.withPreviewImagesDark
(List<String> previewImagesDark) Set the previewImagesDark property: preview image file names.MetadataPatch.withProviders
(List<String> providers) Set the providers property: Providers for the solution content item.MetadataPatch.withSource
(MetadataSource source) Set the source property: Source of the content.MetadataPatch.withSupport
(MetadataSupport support) Set the support property: Support information for the metadata - type, name, contact information.MetadataPatch.withThreatAnalysisTactics
(List<String> threatAnalysisTactics) Set the threatAnalysisTactics property: the tactics the resource covers.MetadataPatch.withThreatAnalysisTechniques
(List<String> threatAnalysisTechniques) Set the threatAnalysisTechniques property: the techniques the resource covers, these have to be aligned with the tactics being used.MetadataPatch.withVersion
(String version) Set the version property: Version of the content.