FirewallRuleUpdateParameters Constructor (String, String, String)

 

Initializes a new instance of the FirewallRuleUpdateParameters class with required arguments.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Public Sub New (
	name As String,
	startIPAddress As String,
	endIPAddress As String
)
Return to top
Show: