This documentation is archived and is not being maintained.

AccountHostMapping Class

A mapping of a host to a hosting account. Used to track both associations and pre-created hosts available for assignment.

System.Object
  Microsoft.VisualStudio.Services.Account.AccountHostMapping

Namespace:  Microsoft.VisualStudio.Services.Account
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

public sealed class AccountHostMapping

The AccountHostMapping type exposes the following members.

  NameDescription
Public propertyAccountId Obsolete. The hosting account the host is assigned to, or null if the host is pre-created and not yet assigned.
Public propertyCollationThe Collation of the host.
Public propertyHostIdThe hostId of a team project collection or pre-created hosting account.
Public propertyLastUpdatedTimestamp of last updated.
Public propertyLcidThe Lcid of the host.
Public propertyMappingFlagsDetails about mapping, such as whether the host was pre-created and assigned, or created on demand.
Public propertyStatus
Top

  NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: