ArmSecurityCenterModelFactory.ConnectableResourceInfo 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 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
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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET