ExtensionImage.HostingResources Property

 

Optional. Required. The supported hosting resources. It must contain 'WebRole' and/or 'WorkerRole'. E.g. 'WebRole|WorkerRole' or 'WebRole|WorkerRole|VmRole'.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top