Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.MetadataModelInner
Package
Description
Package containing the service clients for SecurityInsights.
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of MetadataModelInner in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionMetadatasClient.create
(String resourceGroupName, String workspaceName, String metadataName, MetadataModelInner metadata) Create a Metadata.Get a Metadata.MetadatasClient.update
(String resourceGroupName, String workspaceName, String metadataName, MetadataPatch metadataPatch) Update an existing Metadata.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<MetadataModelInner>
MetadatasClient.createWithResponse
(String resourceGroupName, String workspaceName, String metadataName, MetadataModelInner metadata, com.azure.core.util.Context context) Create a Metadata.com.azure.core.http.rest.Response<MetadataModelInner>
MetadatasClient.getWithResponse
(String resourceGroupName, String workspaceName, String metadataName, com.azure.core.util.Context context) Get a Metadata.com.azure.core.http.rest.PagedIterable<MetadataModelInner>
List of all metadata.com.azure.core.http.rest.PagedIterable<MetadataModelInner>
MetadatasClient.list
(String resourceGroupName, String workspaceName, String filter, String orderby, Integer top, Integer skip, com.azure.core.util.Context context) List of all 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.Modifier and TypeMethodDescriptionMetadatasClient.create
(String resourceGroupName, String workspaceName, String metadataName, MetadataModelInner metadata) Create a Metadata.com.azure.core.http.rest.Response<MetadataModelInner>
MetadatasClient.createWithResponse
(String resourceGroupName, String workspaceName, String metadataName, MetadataModelInner metadata, com.azure.core.util.Context context) Create a Metadata. -
Uses of MetadataModelInner in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionMetadataModelInner.withAuthor
(MetadataAuthor author) Set the author property: The creator of the content item.MetadataModelInner.withCategories
(MetadataCategories categories) Set the categories property: Categories for the solution content item.MetadataModelInner.withContentId
(String contentId) Set the contentId property: Static ID for the content.MetadataModelInner.withContentSchemaVersion
(String contentSchemaVersion) Set the contentSchemaVersion property: Schema version of the content.MetadataModelInner.withCustomVersion
(String customVersion) Set the customVersion property: The custom version of the content.MetadataModelInner.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.MetadataModelInner.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.MetadataModelInner.withLastPublishDate
(LocalDate lastPublishDate) Set the lastPublishDate property: last publish date for the solution content item.MetadataModelInner.withParentId
(String parentId) Set the parentId property: Full parent resource ID of the content item the metadata is for.MetadataModelInner.withPreviewImages
(List<String> previewImages) Set the previewImages property: preview image file names.MetadataModelInner.withPreviewImagesDark
(List<String> previewImagesDark) Set the previewImagesDark property: preview image file names.MetadataModelInner.withProviders
(List<String> providers) Set the providers property: Providers for the solution content item.MetadataModelInner.withSource
(MetadataSource source) Set the source property: Source of the content.MetadataModelInner.withSupport
(MetadataSupport support) Set the support property: Support information for the metadata - type, name, contact information.MetadataModelInner.withThreatAnalysisTactics
(List<String> threatAnalysisTactics) Set the threatAnalysisTactics property: the tactics the resource covers.MetadataModelInner.withThreatAnalysisTechniques
(List<String> threatAnalysisTechniques) Set the threatAnalysisTechniques property: the techniques the resource covers, these have to be aligned with the tactics being used.MetadataModelInner.withVersion
(String version) Set the version property: Version of the content. -
Uses of MetadataModelInner in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionMetadataModel.innerModel()
Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.MetadataModelInner object.Modifier and TypeMethodDescriptionMetadataList.value()
Get the value property: Array of metadata.Modifier and TypeMethodDescriptionMetadataList.withValue
(List<MetadataModelInner> value) Set the value property: Array of metadata.