UpdateFirewallRuleParameters interface
The parameters used to update a firewall rule.
Properties
end |
The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. |
start |
The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. |
Property Details
endIpAddress
The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
endIpAddress?: string
Property Value
string
startIpAddress
The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
startIpAddress?: string
Property Value
string
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for JavaScript