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