ConnectableResource.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.
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