Share via


SourceControl Clase

Definición

Token de OAuth de control de código fuente.

[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
Herencia
SourceControl
Atributos

Constructores

SourceControl()

Inicializa una nueva instancia de la clase SourceControl.

SourceControl(String, String, String, String, String, String, String, Nullable<DateTime>)

Inicializa una nueva instancia de la clase SourceControl.

Propiedades

ExpirationTime

Obtiene o establece la expiración del token de oAuth.

Id

Obtiene el identificador de recurso.

(Heredado de ProxyOnlyResource)
Kind

Obtiene o establece el tipo de recurso.

(Heredado de ProxyOnlyResource)
Name

Obtiene el nombre del recurso.

(Heredado de ProxyOnlyResource)
RefreshToken

Obtiene o establece el token de actualización de oAuth.

Token

Obtiene o establece el token de acceso de oAuth.

TokenSecret

Obtiene o establece el secreto del token de acceso de oAuth.

Type

Obtiene el tipo de recurso.

(Heredado de ProxyOnlyResource)

Se aplica a