你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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