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