AzureSubnetResource.denyOutbound
Method
interface AzureSubnetResource { // ... omitted for brevity denyOutbound( port?: string, from?: string, to?: string, protocol?: SecurityRuleProtocol, priority?: number, name?: string): AzureSubnetResource;}Signature
method
denyOutboundbuilderAdds an outbound deny rule to the subnet's Network Security Group.
denyOutbound( port?: string, from?: string, to?: string, protocol?: SecurityRuleProtocol, priority?: number, name?: string): AzureSubnetResourceParameters
portstringoptionalfromstringoptionaltostringoptionalprotocolSecurityRuleProtocoloptionalprioritynumberoptionalnamestringoptionalReturns
AzureSubnetResourceDefined on
This method is defined on the following type: