PSSecurityConnectableResources.OutboundConnectedResources Property
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.
The list of Azure resources that the resource has outbound allowed connection to
public System.Collections.Generic.IList<Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectedResource> OutboundConnectedResources { get; set; }
member this.OutboundConnectedResources : System.Collections.Generic.IList<Microsoft.Azure.Commands.Security.Models.AllowedConnection.PSSecurityConnectedResource> with get, set
Public Property OutboundConnectedResources As IList(Of PSSecurityConnectedResource)