ResourceCreateParameterBase.Name Property

 

Optional. Gets or sets the name of the resource.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.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

ResourceCreateParameterBase Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top