HostedServiceOperationsExtensions Members

Represents the extensions for cloud service management.

The following tables list the members exposed by the HostedServiceOperationsExtensions type.

Public Methods

  Name Description
AddExtension Adds an available extension to a cloud service.
AddExtensionAsync Asynchronously adds an available extension to a cloud service.
BeginAddingExtension Initiates the addition of an available extension to a cloud service.
BeginAddingExtensionAsync Asynchronously initiates the addition of an available extension to a cloud service.
BeginDeletingAll The DeleteAll Hosted Service operation deletes the specified cloud service as well as operating system disk, attached data disks, and the source blobs for the disks from storage from Microsoft Azure. (see 'https://msdn.microsoft.com/library/windowsazure/gg441305.aspx' for more information)
BeginDeletingAllAsync The DeleteAll Hosted Service operation deletes the specified cloud service as well as operating system disk, attached data disks, and the source blobs for the disks from storage from Microsoft Azure. (see 'https://msdn.microsoft.com/library/windowsazure/gg441305.aspx' for more information)
BeginDeletingExtension Initiates the deletion of the specified extension from a cloud service.
BeginDeletingExtensionAsync Asynchronously initiates the deletion of the specified extension from a cloud service.
CheckNameAvailability Checks for the availability of the specified cloud service name.
CheckNameAvailabilityAsync Asynchronously checks for the availability of the specified cloud service name.
Create Creates a new cloud service in a subscription.
CreateAsync Asynchronously creates a new cloud service in a subscription.
Delete Deletes the specified cloud service from a subscription.
DeleteAll The DeleteAll Hosted Service operation deletes the specified cloud service as well as operating system disk, attached data disks, and the source blobs for the disks from storage from Microsoft Azure. (see 'https://msdn.microsoft.com/library/windowsazure/gg441305.aspx' for more information)
DeleteAllAsync The DeleteAll Hosted Service operation deletes the specified cloud service as well as operating system disk, attached data disks, and the source blobs for the disks from storage from Microsoft Azure. (see 'https://msdn.microsoft.com/library/windowsazure/gg441305.aspx' for more information)
DeleteAsync Asynchronously deletes the specified cloud service from a subscription.
DeleteExtension Deletes the specified extension from a cloud service.
DeleteExtensionAsync Asynchronously deletes the specified extension from a cloud service.
Get Retrieves system properties for the specified cloud service.
GetAsync Asynchronously retrieves system properties for the specified cloud service.
GetDetailed Retrieves a more detailed listing of system properties for the specified cloud service.
GetDetailedAsync Asynchronously retrieves a more detailed listing of system properties for the specified cloud service.
GetExtension Retrieves information about a specified extension that was added to a cloud service.
GetExtensionAsync Asynchronously retrieves information about a specified extension that was added to a cloud service.
List Lists the cloud services in a subscription.
ListAsync Asynchronously lists the cloud services in a subscription.
ListAvailableExtensions Lists the extensions that are available to add to your cloud service.
ListAvailableExtensionsAsync Asynchronously lists the extensions that are available to add to your cloud service.
ListExtensions Lists all of the extensions that were added to a cloud service.
ListExtensionsAsync Asynchronously lists all of the extensions that were added to a cloud service.
ListExtensionVersions The List Extension Versions operation lists the versions of an extension that are available to add to a cloud service. 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. (see https://msdn.microsoft.com/library/windowsazure/dn495437.aspx for more information)
ListExtensionVersionsAsync The List Extension Versions operation lists the versions of an extension that are available to add to a cloud service. 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. (see https://msdn.microsoft.com/library/windowsazure/dn495437.aspx for more information)
Update Updates the label or description of a cloud service in a subscription.
UpdateAsync Asynchronously updates the label or description of a cloud service in a subscription.

Top

See Also

Reference

HostedServiceOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace