AzureUpdateHostedService Class

Inheritance Hierarchy

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity<String>
        System.Activities.AsyncCodeActivity<String>
          Microsoft.TeamFoundation.Deployment.Workflow.Activities.RestApiAsyncCodeActivity<String>
            Microsoft.TeamFoundation.Deployment.Workflow.Activities.AzureApiAsyncCodeActivity<String>
              Microsoft.TeamFoundation.Deployment.Workflow.Activities.AzurePollingApiBaseActivity
                Microsoft.TeamFoundation.Deployment.Workflow.Activities.AzureUpdateHostedService

Namespace:  Microsoft.TeamFoundation.Deployment.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)

Syntax

'Declaration
<ToolboxBitmapAttribute(GetType(TeamBuildBaseActivityDesigner), "DefaultBuildIcon.png")> _
<BuildCategoryAttribute> _
<ActivityTrackingAttribute(ActivityTrackingOption.ActivityOnly)> _
Public NotInheritable Class AzureUpdateHostedService _
    Inherits AzurePollingApiBaseActivity
[ToolboxBitmapAttribute(typeof(TeamBuildBaseActivityDesigner), "DefaultBuildIcon.png")]
[BuildCategoryAttribute]
[ActivityTrackingAttribute(ActivityTrackingOption.ActivityOnly)]
public sealed class AzureUpdateHostedService : AzurePollingApiBaseActivity
[ToolboxBitmapAttribute(typeof(TeamBuildBaseActivityDesigner), L"DefaultBuildIcon.png")]
[BuildCategoryAttribute]
[ActivityTrackingAttribute(ActivityTrackingOption::ActivityOnly)]
public ref class AzureUpdateHostedService sealed : public AzurePollingApiBaseActivity
[<Sealed>]
[<ToolboxBitmapAttribute(typeof(TeamBuildBaseActivityDesigner), "DefaultBuildIcon.png")>]
[<BuildCategoryAttribute>]
[<ActivityTrackingAttribute(ActivityTrackingOption.ActivityOnly)>]
type AzureUpdateHostedService =  
    class 
        inherit AzurePollingApiBaseActivity 
    end
public final class AzureUpdateHostedService extends AzurePollingApiBaseActivity

The AzureUpdateHostedService type exposes the following members.

Constructors

  Name Description
Public method AzureUpdateHostedService

Top

Properties

  Name Description
Public property AffinityGroup
Public property AllowUntrustedCertificates (Inherited from RestApiAsyncCodeActivity<T>.)
Protected property CacheId Gets the identifier of the cache that is unique within the scope of the workflow definition. (Inherited from Activity.)
Public property ConnectedService (Inherited from RestApiAsyncCodeActivity<T>.)
Public property Description
Public property DisplayName Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking. (Inherited from Activity.)
Public property ExtendedProperties
Public property HostedServiceName
Public property Id Gets an identifier that is unique in the scope of the workflow definition. (Inherited from Activity.)
Protected property ImplementationVersion Gets or sets the implementation version of the activity. (Inherited from AsyncCodeActivity<String>.)
Public property Label
Public property Location
Public property Result Gets or sets the result argument for the Activity<TResult>. (Inherited from Activity<String>.)
Public property ResultType When implemented in a derived class, gets the type of an activity OutArgument. (Inherited from ActivityWithResult.)

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ShouldSerializeDisplayName Indicates whether the DisplayName property should be serialized. (Inherited from Activity.)
Public method ToString Returns a String that contains the Id and DisplayName of the Activity. (Inherited from Activity.)

Top

Extension Methods

  Name Description
Public Extension Method GetAssemblyMetadataCollection (Defined by WorkflowHelpers.)

Top

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

Reference

Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace