Partager via


ConnectableResource.OutboundConnectedResources Property

Definition

Gets the list of Azure resources that the resource has outbound allowed connection to

[Newtonsoft.Json.JsonProperty(PropertyName="outboundConnectedResources")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.ConnectedResource> OutboundConnectedResources { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="outboundConnectedResources")>]
member this.OutboundConnectedResources : System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.ConnectedResource>
Public ReadOnly Property OutboundConnectedResources As IList(Of ConnectedResource)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to