NetworkSecurityRule.State Property
Required. The state of the Network Security Rule
Namespace: Microsoft.WindowsAzure.Management.Network.Models
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
public string State { get; set; }
public:
property String^ State {
String^ get();
void set(String^ value);
}
member State : string with get, set
Public Property State As String
Property Value
Type: System.String
See Also
NetworkSecurityRule Class
Microsoft.WindowsAzure.Management.Network.Models Namespace
Return to top