HostedServiceOperationsExtensions Class

 

Represents the extensions for cloud service management.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Compute.HostedServiceOperationsExtensions

Syntax

public static class HostedServiceOperationsExtensions
[ExtensionAttribute]
public ref class HostedServiceOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type HostedServiceOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class HostedServiceOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static AddExtension(IHostedServiceOperations, String, HostedServiceAddExtensionParameters)

Adds an available extension to a cloud service.

System_CAPS_pubmethodSystem_CAPS_static AddExtensionAsync(IHostedServiceOperations, String, HostedServiceAddExtensionParameters)

Asynchronously adds an available extension to a cloud service.

System_CAPS_pubmethodSystem_CAPS_static BeginAddingExtension(IHostedServiceOperations, String, HostedServiceAddExtensionParameters)

Initiates the addition of an available extension to a cloud service.

System_CAPS_pubmethodSystem_CAPS_static BeginAddingExtensionAsync(IHostedServiceOperations, String, HostedServiceAddExtensionParameters)

Asynchronously initiates the addition of an available extension to a cloud service.

System_CAPS_pubmethodSystem_CAPS_static BeginDeletingAll(IHostedServiceOperations, String)

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)

System_CAPS_pubmethodSystem_CAPS_static BeginDeletingAllAsync(IHostedServiceOperations, String)

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)

System_CAPS_pubmethodSystem_CAPS_static BeginDeletingExtension(IHostedServiceOperations, String, String)

Initiates the deletion of the specified extension from a cloud service.

System_CAPS_pubmethodSystem_CAPS_static BeginDeletingExtensionAsync(IHostedServiceOperations, String, String)

Asynchronously initiates the deletion of the specified extension from a cloud service.

System_CAPS_pubmethodSystem_CAPS_static CheckNameAvailability(IHostedServiceOperations, String)

Checks for the availability of the specified cloud service name.

System_CAPS_pubmethodSystem_CAPS_static CheckNameAvailabilityAsync(IHostedServiceOperations, String)

Asynchronously checks for the availability of the specified cloud service name.

System_CAPS_pubmethodSystem_CAPS_static Create(IHostedServiceOperations, HostedServiceCreateParameters)

Creates a new cloud service in a subscription.

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IHostedServiceOperations, HostedServiceCreateParameters)

Asynchronously creates a new cloud service in a subscription.

System_CAPS_pubmethodSystem_CAPS_static Delete(IHostedServiceOperations, String)

Deletes the specified cloud service from a subscription.

System_CAPS_pubmethodSystem_CAPS_static DeleteAll(IHostedServiceOperations, String)

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)

System_CAPS_pubmethodSystem_CAPS_static DeleteAllAsync(IHostedServiceOperations, String)

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)

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(IHostedServiceOperations, String)

Asynchronously deletes the specified cloud service from a subscription.

System_CAPS_pubmethodSystem_CAPS_static DeleteExtension(IHostedServiceOperations, String, String)

Deletes the specified extension from a cloud service.

System_CAPS_pubmethodSystem_CAPS_static DeleteExtensionAsync(IHostedServiceOperations, String, String)

Asynchronously deletes the specified extension from a cloud service.

System_CAPS_pubmethodSystem_CAPS_static Get(IHostedServiceOperations, String)

Retrieves system properties for the specified cloud service.

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IHostedServiceOperations, String)

Asynchronously retrieves system properties for the specified cloud service.

System_CAPS_pubmethodSystem_CAPS_static GetDetailed(IHostedServiceOperations, String)

Retrieves a more detailed listing of system properties for the specified cloud service.

System_CAPS_pubmethodSystem_CAPS_static GetDetailedAsync(IHostedServiceOperations, String)

Asynchronously retrieves a more detailed listing of system properties for the specified cloud service.

System_CAPS_pubmethodSystem_CAPS_static GetExtension(IHostedServiceOperations, String, String)

Retrieves information about a specified extension that was added to a cloud service.

System_CAPS_pubmethodSystem_CAPS_static GetExtensionAsync(IHostedServiceOperations, String, String)

Asynchronously retrieves information about a specified extension that was added to a cloud service.

System_CAPS_pubmethodSystem_CAPS_static List(IHostedServiceOperations)

Lists the cloud services in a subscription.

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IHostedServiceOperations)

Asynchronously lists the cloud services in a subscription.

System_CAPS_pubmethodSystem_CAPS_static ListAvailableExtensions(IHostedServiceOperations)

Lists the extensions that are available to add to your cloud service.

System_CAPS_pubmethodSystem_CAPS_static ListAvailableExtensionsAsync(IHostedServiceOperations)

Asynchronously lists the extensions that are available to add to your cloud service.

System_CAPS_pubmethodSystem_CAPS_static ListExtensions(IHostedServiceOperations, String)

Lists all of the extensions that were added to a cloud service.

System_CAPS_pubmethodSystem_CAPS_static ListExtensionsAsync(IHostedServiceOperations, String)

Asynchronously lists all of the extensions that were added to a cloud service.

System_CAPS_pubmethodSystem_CAPS_static ListExtensionVersions(IHostedServiceOperations, String, String)

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)

System_CAPS_pubmethodSystem_CAPS_static ListExtensionVersionsAsync(IHostedServiceOperations, String, String)

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)

System_CAPS_pubmethodSystem_CAPS_static Update(IHostedServiceOperations, String, HostedServiceUpdateParameters)

Updates the label or description of a cloud service in a subscription.

System_CAPS_pubmethodSystem_CAPS_static UpdateAsync(IHostedServiceOperations, String, HostedServiceUpdateParameters)

Asynchronously updates the label or description of a cloud service in a subscription.

Remarks

For more information about managing cloud services, see the following resources:

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.

See Also

Microsoft.WindowsAzure.Management.Compute Namespace

Return to top