HostedServiceOperationsExtensions.ListAvailableExtensions Method
Lists the extensions that are available to add to your cloud service.
Namespace: Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Usage
'Usage
Dim operations As IHostedServiceOperations
Dim returnValue As HostedServiceListAvailableExtensionsResponse
returnValue = HostedServiceOperationsExtensions.ListAvailableExtensions(operations)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function ListAvailableExtensions ( _
operations As IHostedServiceOperations _
) As HostedServiceListAvailableExtensionsResponse
[ExtensionAttribute]
public static HostedServiceListAvailableExtensionsResponse ListAvailableExtensions (
IHostedServiceOperations operations
)
[ExtensionAttribute]
public:
static HostedServiceListAvailableExtensionsResponse^ ListAvailableExtensions (
IHostedServiceOperations^ operations
)
/** @attribute ExtensionAttribute() */
public static HostedServiceListAvailableExtensionsResponse ListAvailableExtensions (
IHostedServiceOperations operations
)
ExtensionAttribute
public static function ListAvailableExtensions (
operations : IHostedServiceOperations
) : HostedServiceListAvailableExtensionsResponse
Parameters
- operations
The IHostedServiceOperations object that specifies the cloud service operations.
Return Value
The HostedServiceListAvailableExtensionsResponse object that contains information about available extensions.
Remarks
In Azure, a process can run as an extension of a cloud service. For example, Remote Desktop Access or the Azure Diagnostics Agent can run as extensions to the cloud service.
For more information about listing available extensions, see List Available Extensions.
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
HostedServiceOperationsExtensions Class
HostedServiceOperationsExtensions Members
Microsoft.WindowsAzure.Management.Compute Namespace