Share via


ConfigurationSet.SubnetNames Property

 

Gets or sets a collection of Virtual Network subnet names.

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

Syntax

public IList<string> SubnetNames { get; set; }
public:
property IList<String^>^ SubnetNames {
    IList<String^>^ get();
    void set(IList<String^>^ value);
}
member SubnetNames : IList<string> with get, set
Public Property SubnetNames As IList(Of String)

Property Value

Type: System.Collections.Generic.IList<String>

A collection of Virtual Network subnet names.

Remarks

This property is used with the NetworkConfiguration configuration type.

See Also

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

Return to top