public CreateNetworkSecurityGroupRule ( string securityGroupId, string direction, string etherType, string portRangeMin = null, string portRangeMax = null, string protocol = null, string remoteGroupId = null, string remoteIpPrefix = null ) : NetworkSecurityGroupRule | ||
securityGroupId | string | |
direction | string | |
etherType | string | |
portRangeMin | string | |
portRangeMax | string | |
protocol | string | |
remoteGroupId | string | |
remoteIpPrefix | string | |
리턴 | NetworkSecurityGroupRule |