FirewallRuleUpdateParameters.Name Property

 

Required. Gets or sets the new name of the Firewall Rule.

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

Syntax

public string Name { get; set; }
public:
property String^ Name {
    String^ get();
    void set(String^ value);
}
member Name : string with get, set
Public Property Name As String

Property Value

Type: System.String

See Also

FirewallRuleUpdateParameters Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top