allowOutbound
Method
interface AzureSubnetResource { // ... omitted for brevity allowOutbound( port?: string, from?: string, to?: string, protocol?: SecurityRuleProtocol, priority?: number, name?: string): AzureSubnetResource;}Signature
method
allowOutbound builder Adds an outbound allow rule to the subnet's Network Security Group.
allowOutbound( port?: string, from?: string, to?: string, protocol?: SecurityRuleProtocol, priority?: number, name?: string): AzureSubnetResourceParameters
port string optional from string optional to string optional protocol SecurityRuleProtocol optional priority number optional name string optional Returns
AzureSubnetResource Applies to
This method applies to the following types: