IHostedServiceOperations Members

Represents the interface for the operations that are used to manage cloud services.

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

Public Methods

(see also Extension Methods)

  Name Description
AddExtensionAsync Asynchronously adds an available extension to a cloud service.
BeginAddingExtensionAsync Asynchronously initiates the addition of an available extension to a cloud service.
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)
BeginDeletingExtensionAsync Asynchronously initiates the deletion of the specified extension from a cloud service.
CheckNameAvailabilityAsync Asynchronously checks for the availability of the specified cloud service name.
CreateAsync Asynchronously creates a new cloud service in a subscription.
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.
DeleteExtensionAsync Asynchronously deletes the specified extension from a cloud service.
GetAsync Asynchronously retrieves system properties for the specified cloud service.
GetDetailedAsync Asynchronously retrieves a more detailed listing of system properties for the specified cloud service.
GetExtensionAsync Asynchronously retrieves information about a specified extension that was added to a cloud service.
ListAsync Asynchronously lists the cloud services in a subscription.
ListAvailableExtensionsAsync Asynchronously lists the extensions that are available to add to your cloud service.
ListExtensionsAsync Asynchronously lists all of the extensions that were added to a cloud service.
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)
UpdateAsync Asynchronously updates the label or description of a cloud service in a subscription.

Top

Extension Methods

  Name Description
AddExtension  Adds an available extension to a cloud service. (Defined by HostedServiceOperationsExtensions.)
AddExtensionAsync  Asynchronously adds an available extension to a cloud service. (Defined by HostedServiceOperationsExtensions.)
BeginAddingExtension  Initiates the addition of an available extension to a cloud service. (Defined by HostedServiceOperationsExtensions.)
BeginAddingExtensionAsync  Asynchronously initiates the addition of an available extension to a cloud service. (Defined by HostedServiceOperationsExtensions.)
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) (Defined by HostedServiceOperationsExtensions.)
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) (Defined by HostedServiceOperationsExtensions.)
BeginDeletingExtension  Initiates the deletion of the specified extension from a cloud service. (Defined by HostedServiceOperationsExtensions.)
BeginDeletingExtensionAsync  Asynchronously initiates the deletion of the specified extension from a cloud service. (Defined by HostedServiceOperationsExtensions.)
CheckNameAvailability  Checks for the availability of the specified cloud service name. (Defined by HostedServiceOperationsExtensions.)
CheckNameAvailabilityAsync  Asynchronously checks for the availability of the specified cloud service name. (Defined by HostedServiceOperationsExtensions.)
Create  Creates a new cloud service in a subscription. (Defined by HostedServiceOperationsExtensions.)
CreateAsync  Asynchronously creates a new cloud service in a subscription. (Defined by HostedServiceOperationsExtensions.)
Delete  Deletes the specified cloud service from a subscription. (Defined by HostedServiceOperationsExtensions.)
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) (Defined by HostedServiceOperationsExtensions.)
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) (Defined by HostedServiceOperationsExtensions.)
DeleteAsync  Asynchronously deletes the specified cloud service from a subscription. (Defined by HostedServiceOperationsExtensions.)
DeleteExtension  Deletes the specified extension from a cloud service. (Defined by HostedServiceOperationsExtensions.)
DeleteExtensionAsync  Asynchronously deletes the specified extension from a cloud service. (Defined by HostedServiceOperationsExtensions.)
Get  Retrieves system properties for the specified cloud service. (Defined by HostedServiceOperationsExtensions.)
GetAsync  Asynchronously retrieves system properties for the specified cloud service. (Defined by HostedServiceOperationsExtensions.)
GetDetailed  Retrieves a more detailed listing of system properties for the specified cloud service. (Defined by HostedServiceOperationsExtensions.)
GetDetailedAsync  Asynchronously retrieves a more detailed listing of system properties for the specified cloud service. (Defined by HostedServiceOperationsExtensions.)
GetExtension  Retrieves information about a specified extension that was added to a cloud service. (Defined by HostedServiceOperationsExtensions.)
GetExtensionAsync  Asynchronously retrieves information about a specified extension that was added to a cloud service. (Defined by HostedServiceOperationsExtensions.)
List  Lists the cloud services in a subscription. (Defined by HostedServiceOperationsExtensions.)
ListAsync  Asynchronously lists the cloud services in a subscription. (Defined by HostedServiceOperationsExtensions.)
ListAvailableExtensions  Lists the extensions that are available to add to your cloud service. (Defined by HostedServiceOperationsExtensions.)
ListAvailableExtensionsAsync  Asynchronously lists the extensions that are available to add to your cloud service. (Defined by HostedServiceOperationsExtensions.)
ListExtensions  Lists all of the extensions that were added to a cloud service. (Defined by HostedServiceOperationsExtensions.)
ListExtensionsAsync  Asynchronously lists all of the extensions that were added to a cloud service. (Defined by HostedServiceOperationsExtensions.)
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) (Defined by HostedServiceOperationsExtensions.)
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) (Defined by HostedServiceOperationsExtensions.)
Update  Updates the label or description of a cloud service in a subscription. (Defined by HostedServiceOperationsExtensions.)
UpdateAsync  Asynchronously updates the label or description of a cloud service in a subscription. (Defined by HostedServiceOperationsExtensions.)

Top

See Also

Reference

IHostedServiceOperations Interface
Microsoft.WindowsAzure.Management.Compute Namespace