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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET