Share via


ConfigurationSet.NetworkSecurityGroup Property

 

Optional. Gets or sets the Network Security Group associated with this role. Optional

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

Syntax

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

Property Value

Type: System.String

See Also

ConfigurationSet Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top