ArmSecurityInsightsModelFactory.EntityExpandResponseValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of EntityExpandResponseValue.
public static Azure.ResourceManager.SecurityInsights.Models.EntityExpandResponseValue EntityExpandResponseValue(System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsEntity> entities = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.EntityEdges> edges = default);
static member EntityExpandResponseValue : seq<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsEntity> * seq<Azure.ResourceManager.SecurityInsights.Models.EntityEdges> -> Azure.ResourceManager.SecurityInsights.Models.EntityExpandResponseValue
Public Shared Function EntityExpandResponseValue (Optional entities As IEnumerable(Of SecurityInsightsEntity) = Nothing, Optional edges As IEnumerable(Of EntityEdges) = Nothing) As EntityExpandResponseValue
Parameters
- entities
- IEnumerable<SecurityInsightsEntity>
Array of the expansion result entities.
- edges
- IEnumerable<EntityEdges>
Array of edges that connects the entity to the list of entities.
Returns
A new EntityExpandResponseValue instance for mocking.