ConnectableResource Class

Definition

Describes the allowed inbound and outbound traffic of an Azure resource

public class ConnectableResource
type ConnectableResource = class
Public Class ConnectableResource
Inheritance
ConnectableResource

Constructors

ConnectableResource()

Initializes a new instance of the ConnectableResource class.

ConnectableResource(String, IList<ConnectedResource>, IList<ConnectedResource>)

Initializes a new instance of the ConnectableResource class.

Properties

Id

Gets the Azure resource id

InboundConnectedResources

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

OutboundConnectedResources

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

Extension Methods

ConvertToPSType(ConnectableResource)

Applies to