Sdílet prostřednictvím


ConnectableResource.InboundConnectedResources Property

Definition

Gets the list of Azure resources that the resource has inbound allowed connection from

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to