ExtensionImage.HostingResources Property
Gets or sets an HostingResources object that specifies the type of resource that supports the extension.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Usage
'Usage
Dim instance As ExtensionImage
Dim value As HostingResources
value = instance.HostingResources
instance.HostingResources = value
Syntax
'Declaration
Public Property HostingResources As HostingResources
public HostingResources HostingResources { get; set; }
public:
property HostingResources HostingResources {
HostingResources get ();
void set (HostingResources value);
}
/** @property */
public HostingResources get_HostingResources ()
/** @property */
public void set_HostingResources (HostingResources value)
public function get HostingResources () : HostingResources
public function set HostingResources (value : HostingResources)
Property Value
An HostingResources object.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
ExtensionImage Class
ExtensionImage Members
Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceListAvailableExtensionsResponse Namespace