iControl.SecurityFirewallGlobalAdminIPRuleList.set_fw_rule_destination_address_range_description C# (CSharp) Method

set_fw_rule_destination_address_range_description() private method

private set_fw_rule_destination_address_range_description ( string rules, CommonAddressRange ranges, string descriptions ) : void
rules string
ranges CommonAddressRange
descriptions string
return void
        public void set_fw_rule_destination_address_range_description(
		string [] rules,
		CommonAddressRange [] [] ranges,
		string [] [] descriptions
	)
        {
            this.Invoke("set_fw_rule_destination_address_range_description", new object [] {
                rules,
                ranges,
                descriptions});
        }
SecurityFirewallGlobalAdminIPRuleList