Role.ResourceExtensionReferences Property

 

Optional. Contains a collection of resource extensions that are to be installed on the Virtual Machine. This element is used if ProvisionGuestAgent is set to true.

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

Syntax

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

Property Value

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

See Also

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

Return to top