ScmType Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Type SCM.
public readonly struct ScmType : IEquatable<Azure.ResourceManager.AppService.Models.ScmType>
type ScmType = struct
Public Structure ScmType
Implements IEquatable(Of ScmType)
- Héritage
-
ScmType
- Implémente
Constructeurs
ScmType(String) |
Initialise une nouvelle instance de ScmType. |
Propriétés
BitbucketGit |
BitbucketGit. |
BitbucketHg |
BitbucketHg. |
CodePlexGit |
CodePlexGit. |
CodePlexHg |
CodePlexHg. |
Dropbox |
Dropbox. |
ExternalGit |
ExternalGit. |
ExternalHg |
ExternalHg. |
GitHub |
GitHub. |
LocalGit |
LocalGit. |
None |
Aucun. |
OneDrive |
OneDrive. |
Tfs |
Tfs. |
VSO |
VSO. |
Vstsrm |
VSTSRM. |
Méthodes
Equals(ScmType) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(ScmType, ScmType) |
Détermine si deux ScmType valeurs sont identiques. |
Implicit(String to ScmType) |
Convertit une chaîne en ScmType. |
Inequality(ScmType, ScmType) |
Détermine si deux ScmType valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET