IExtensionImageOperations Interface

 

The Service Management API includes operations for managing the service and virtual machine extension images in your publisher subscription.

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

Syntax

public interface IExtensionImageOperations
public interface class IExtensionImageOperations
type IExtensionImageOperations = interface end
Public Interface IExtensionImageOperations

Methods

Name Description
System_CAPS_pubmethod BeginRegisteringAsync(ExtensionImageRegisterParameters, CancellationToken)

Register a new extension. An extension is identified by the combination of its ProviderNamespace and Type (case-sensitive string). It is not allowed to register an extension with the same identity (i.e. combination of ProviderNamespace and Type) of an already-registered extension. To register new version of an existing extension, the Update Extension API should be used.

System_CAPS_pubmethod BeginUnregisteringAsync(String, String, String, CancellationToken)

Unregister a version of an extension that was previously registered using either the Register Extension or Update Extension APIs. An extension version is identified by the combination of its ProviderNamespace, Type and Version which are specified when registering the extension. Unregistering is only allowed for internal extensions, that is, the extensions for which the IsInternalExtension field is set to 'true' during registration or during an update. There is a quota (15) on the number of extensions that can be registered per subscription. If your subscription runs out of quota, you will wither need to unregister some of the internal extensions or contact Azure (same email used to become a publisher) to increase the quota.

System_CAPS_pubmethod BeginUpdatingAsync(ExtensionImageUpdateParameters, CancellationToken)

Update a new extension. It is allowed to update an extension which had already been registered with the same identity (i.e. combination of ProviderNamespace and Type) but with different version. It will fail if the extension to update has an identity that has not been registered before, or there is already an extension with the same identity and same version.

System_CAPS_pubmethod RegisterAsync(ExtensionImageRegisterParameters, CancellationToken)

Register a new extension. An extension is identified by the combination of its ProviderNamespace and Type (case-sensitive string). It is not allowed to register an extension with the same identity (i.e. combination of ProviderNamespace and Type) of an already-registered extension. To register new version of an existing extension, the Update Extension API should be used.

System_CAPS_pubmethod UnregisterAsync(String, String, String, CancellationToken)

Unregister a version of an extension that was previously registered using either the Register Extension or Update Extension APIs. An extension version is identified by the combination of its ProviderNamespace, Type and Version which are specified when registering the extension. Unregistering is only allowed for internal extensions, that is, the extensions for which the IsInternalExtension field is set to 'true' during registration or during an update. There is a quota (15) on the number of extensions that can be registered per subscription. If your subscription runs out of quota, you will wither need to unregister some of the internal extensions or contact Azure (same email used to become a publisher) to increase the quota.

System_CAPS_pubmethod UpdateAsync(ExtensionImageUpdateParameters, CancellationToken)

Update a new extension. It is allowed to update an extension which had already been registered with the same identity (i.e. combination of ProviderNamespace and Type) but with different version. It will fail if the extension to update has an identity that has not been registered before, or there is already an extension with the same identity and same version.

Extension Methods

Name Description
System_CAPS_pubmethod BeginRegistering(ExtensionImageRegisterParameters)

Register a new extension. An extension is identified by the combination of its ProviderNamespace and Type (case-sensitive string). It is not allowed to register an extension with the same identity (i.e. combination of ProviderNamespace and Type) of an already-registered extension. To register new version of an existing extension, the Update Extension API should be used.(Defined by ExtensionImageOperationsExtensions.)

System_CAPS_pubmethod BeginRegisteringAsync(ExtensionImageRegisterParameters)

Register a new extension. An extension is identified by the combination of its ProviderNamespace and Type (case-sensitive string). It is not allowed to register an extension with the same identity (i.e. combination of ProviderNamespace and Type) of an already-registered extension. To register new version of an existing extension, the Update Extension API should be used.(Defined by ExtensionImageOperationsExtensions.)

System_CAPS_pubmethod BeginUnregistering(String, String, String)

Unregister a version of an extension that was previously registered using either the Register Extension or Update Extension APIs. An extension version is identified by the combination of its ProviderNamespace, Type and Version which are specified when registering the extension. Unregistering is only allowed for internal extensions, that is, the extensions for which the IsInternalExtension field is set to 'true' during registration or during an update. There is a quota (15) on the number of extensions that can be registered per subscription. If your subscription runs out of quota, you will wither need to unregister some of the internal extensions or contact Azure (same email used to become a publisher) to increase the quota.(Defined by ExtensionImageOperationsExtensions.)

System_CAPS_pubmethod BeginUnregisteringAsync(String, String, String)

Unregister a version of an extension that was previously registered using either the Register Extension or Update Extension APIs. An extension version is identified by the combination of its ProviderNamespace, Type and Version which are specified when registering the extension. Unregistering is only allowed for internal extensions, that is, the extensions for which the IsInternalExtension field is set to 'true' during registration or during an update. There is a quota (15) on the number of extensions that can be registered per subscription. If your subscription runs out of quota, you will wither need to unregister some of the internal extensions or contact Azure (same email used to become a publisher) to increase the quota.(Defined by ExtensionImageOperationsExtensions.)

System_CAPS_pubmethod BeginUpdating(ExtensionImageUpdateParameters)

Update a new extension. It is allowed to update an extension which had already been registered with the same identity (i.e. combination of ProviderNamespace and Type) but with different version. It will fail if the extension to update has an identity that has not been registered before, or there is already an extension with the same identity and same version.(Defined by ExtensionImageOperationsExtensions.)

System_CAPS_pubmethod BeginUpdatingAsync(ExtensionImageUpdateParameters)

Update a new extension. It is allowed to update an extension which had already been registered with the same identity (i.e. combination of ProviderNamespace and Type) but with different version. It will fail if the extension to update has an identity that has not been registered before, or there is already an extension with the same identity and same version.(Defined by ExtensionImageOperationsExtensions.)

System_CAPS_pubmethod Register(ExtensionImageRegisterParameters)

Register a new extension. An extension is identified by the combination of its ProviderNamespace and Type (case-sensitive string). It is not allowed to register an extension with the same identity (i.e. combination of ProviderNamespace and Type) of an already-registered extension. To register new version of an existing extension, the Update Extension API should be used.(Defined by ExtensionImageOperationsExtensions.)

System_CAPS_pubmethod RegisterAsync(ExtensionImageRegisterParameters)

Register a new extension. An extension is identified by the combination of its ProviderNamespace and Type (case-sensitive string). It is not allowed to register an extension with the same identity (i.e. combination of ProviderNamespace and Type) of an already-registered extension. To register new version of an existing extension, the Update Extension API should be used.(Defined by ExtensionImageOperationsExtensions.)

System_CAPS_pubmethod Unregister(String, String, String)

Unregister a version of an extension that was previously registered using either the Register Extension or Update Extension APIs. An extension version is identified by the combination of its ProviderNamespace, Type and Version which are specified when registering the extension. Unregistering is only allowed for internal extensions, that is, the extensions for which the IsInternalExtension field is set to 'true' during registration or during an update. There is a quota (15) on the number of extensions that can be registered per subscription. If your subscription runs out of quota, you will wither need to unregister some of the internal extensions or contact Azure (same email used to become a publisher) to increase the quota.(Defined by ExtensionImageOperationsExtensions.)

System_CAPS_pubmethod UnregisterAsync(String, String, String)

Unregister a version of an extension that was previously registered using either the Register Extension or Update Extension APIs. An extension version is identified by the combination of its ProviderNamespace, Type and Version which are specified when registering the extension. Unregistering is only allowed for internal extensions, that is, the extensions for which the IsInternalExtension field is set to 'true' during registration or during an update. There is a quota (15) on the number of extensions that can be registered per subscription. If your subscription runs out of quota, you will wither need to unregister some of the internal extensions or contact Azure (same email used to become a publisher) to increase the quota.(Defined by ExtensionImageOperationsExtensions.)

System_CAPS_pubmethod Update(ExtensionImageUpdateParameters)

Update a new extension. It is allowed to update an extension which had already been registered with the same identity (i.e. combination of ProviderNamespace and Type) but with different version. It will fail if the extension to update has an identity that has not been registered before, or there is already an extension with the same identity and same version.(Defined by ExtensionImageOperationsExtensions.)

System_CAPS_pubmethod UpdateAsync(ExtensionImageUpdateParameters)

Update a new extension. It is allowed to update an extension which had already been registered with the same identity (i.e. combination of ProviderNamespace and Type) but with different version. It will fail if the extension to update has an identity that has not been registered before, or there is already an extension with the same identity and same version.(Defined by ExtensionImageOperationsExtensions.)

See Also

Microsoft.WindowsAzure.Management.Compute Namespace

Return to top