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
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET