ElasticBuildAuthorization Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Build.Common.ElasticBuildAuthorization

Namespace:  Microsoft.TeamFoundation.Build.Common
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "Authorization", Namespace := "https://schemas.microsoft.com/TeamFoundation/2010/Build/Elastic")> _
Public NotInheritable Class ElasticBuildAuthorization
[DataContractAttribute(Name = "Authorization", Namespace = "https://schemas.microsoft.com/TeamFoundation/2010/Build/Elastic")]
public sealed class ElasticBuildAuthorization
[DataContractAttribute(Name = L"Authorization", Namespace = L"https://schemas.microsoft.com/TeamFoundation/2010/Build/Elastic")]
public ref class ElasticBuildAuthorization sealed
[<Sealed>]
[<DataContractAttribute(Name = "Authorization", Namespace = "https://schemas.microsoft.com/TeamFoundation/2010/Build/Elastic")>]
type ElasticBuildAuthorization =  class end
public final class ElasticBuildAuthorization

The ElasticBuildAuthorization type exposes the following members.

Constructors

  Name Description
Public method ElasticBuildAuthorization

Top

Properties

  Name Description
Public property AccessToken
Public property PoolName
Public property RoleInstance

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 ToString Returns a string that represents the current object. (Inherited from Object.)

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.Build.Common Namespace