SourceControl Class

Definition

The source control OAuth token.

[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
Inheritance
SourceControl
Attributes

Constructors

SourceControl()

Initializes a new instance of the SourceControl class.

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

Initializes a new instance of the SourceControl class.

Properties

ExpirationTime

Gets or sets oAuth token expiration.

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
RefreshToken

Gets or sets oAuth refresh token.

Token

Gets or sets oAuth access token.

TokenSecret

Gets or sets oAuth access token secret.

Type

Gets resource type.

(Inherited from ProxyOnlyResource)

Applies to