Share via


ResourceExtensionParameterValue.Type Property

 

Optional. Optional. Public | Private. If this value is set to Private, the parameter will not be returned by Get Deployment. You can only specify one public parameter and one private parameter for a maximum of two parameters.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top