Uses of Class
com.azure.resourcemanager.securityinsights.models.MetadataDependencies
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of MetadataDependencies in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionMetadataModelInner.dependencies()
Get the dependencies property: Dependencies for the content item, what other content items it requires to work.MetadataProperties.dependencies()
Get the dependencies property: Dependencies for the content item, what other content items it requires to work.MetadataPropertiesPatch.dependencies()
Get the dependencies property: Dependencies for the content item, what other content items it requires to work.Modifier and TypeMethodDescriptionMetadataModelInner.withDependencies
(MetadataDependencies dependencies) Set the dependencies property: Dependencies for the content item, what other content items it requires to work.MetadataProperties.withDependencies
(MetadataDependencies dependencies) Set the dependencies property: Dependencies for the content item, what other content items it requires to work.MetadataPropertiesPatch.withDependencies
(MetadataDependencies dependencies) Set the dependencies property: Dependencies for the content item, what other content items it requires to work. -
Uses of MetadataDependencies in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionMetadataModel.dependencies()
Gets the dependencies property: Dependencies for the content item, what other content items it requires to work.MetadataPatch.dependencies()
Get the dependencies property: Dependencies for the content item, what other content items it requires to work.MetadataDependencies.withContentId
(String contentId) Set the contentId property: Id of the content item we depend on.MetadataDependencies.withCriteria
(List<MetadataDependencies> criteria) Set the criteria property: This is the list of dependencies we must fulfill, according to the AND/OR operator.Set the kind property: Type of the content item we depend on.Set the name property: Name of the content item.MetadataDependencies.withOperator
(Operator operator) Set the operator property: Operator used for list of dependencies in criteria array.MetadataDependencies.withVersion
(String version) Set the version property: Version of the the content item we depend on.Modifier and TypeMethodDescriptionMetadataDependencies.criteria()
Get the criteria property: This is the list of dependencies we must fulfill, according to the AND/OR operator.Modifier and TypeMethodDescriptionMetadataModel.DefinitionStages.WithDependencies.withDependencies
(MetadataDependencies dependencies) Specifies the dependencies property: Dependencies for the content item, what other content items it requires to work.MetadataModel.UpdateStages.WithDependencies.withDependencies
(MetadataDependencies dependencies) Specifies the dependencies property: Dependencies for the content item, what other content items it requires to work.MetadataPatch.withDependencies
(MetadataDependencies dependencies) Set the dependencies property: Dependencies for the content item, what other content items it requires to work.Modifier and TypeMethodDescriptionMetadataDependencies.withCriteria
(List<MetadataDependencies> criteria) Set the criteria property: This is the list of dependencies we must fulfill, according to the AND/OR operator.