ArmSecurityCenterModelFactory.ConnectableResourceInfo Method

Definition

Initializes a new instance of ConnectableResourceInfo.

public static Azure.ResourceManager.SecurityCenter.Models.ConnectableResourceInfo ConnectableResourceInfo (Azure.Core.ResourceIdentifier id = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityCenter.Models.ConnectedResourceInfo> inboundConnectedResources = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityCenter.Models.ConnectedResourceInfo> outboundConnectedResources = default);
static member ConnectableResourceInfo : Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.SecurityCenter.Models.ConnectedResourceInfo> * seq<Azure.ResourceManager.SecurityCenter.Models.ConnectedResourceInfo> -> Azure.ResourceManager.SecurityCenter.Models.ConnectableResourceInfo
Public Shared Function ConnectableResourceInfo (Optional id As ResourceIdentifier = Nothing, Optional inboundConnectedResources As IEnumerable(Of ConnectedResourceInfo) = Nothing, Optional outboundConnectedResources As IEnumerable(Of ConnectedResourceInfo) = Nothing) As ConnectableResourceInfo

Parameters

id
ResourceIdentifier

The Azure resource id.

inboundConnectedResources
IEnumerable<ConnectedResourceInfo>

The list of Azure resources that the resource has inbound allowed connection from.

outboundConnectedResources
IEnumerable<ConnectedResourceInfo>

The list of Azure resources that the resource has outbound allowed connection to.

Returns

A new ConnectableResourceInfo instance for mocking.

Applies to