SourceControl Classe
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.
Jeton OAuth du contrôle de code source.
[Microsoft.Rest.Serialization.JsonTransformation]
public class SourceControl : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SourceControl = class
inherit ProxyOnlyResource
Public Class SourceControl
Inherits ProxyOnlyResource
- Héritage
- Attributs
Constructeurs
SourceControl() |
Initialise une nouvelle instance de la classe SourceControl. |
SourceControl(String, String, String, String, String, String, String, Nullable<DateTime>) |
Initialise une nouvelle instance de la classe SourceControl. |
Propriétés
ExpirationTime |
Obtient ou définit l’expiration du jeton oAuth. |
Id |
Obtient l’ID de ressource. (Hérité de ProxyOnlyResource) |
Kind |
Obtient ou définit le type de ressource. (Hérité de ProxyOnlyResource) |
Name |
Obtient le nom de la ressource. (Hérité de ProxyOnlyResource) |
RefreshToken |
Obtient ou définit le jeton d’actualisation oAuth. |
Token |
Obtient ou définit le jeton d’accès oAuth. |
TokenSecret |
Obtient ou définit le secret du jeton d’accès oAuth. |
Type |
Obtient le type de ressource. (Hérité de ProxyOnlyResource) |
S’applique à
Azure SDK for .NET