CloudServiceGetResponse.Resource.Type Property
Optional. The Type for the resource.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.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
CloudServiceGetResponse.Resource Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top