SourceControlInner Class

Definition

The source control OAuth token.

[Microsoft.Rest.Serialization.JsonTransformation]
public class SourceControlInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SourceControlInner = class
    inherit ProxyOnlyResourceInner
Public Class SourceControlInner
Inherits ProxyOnlyResourceInner
Inheritance
Attributes

Constructors

SourceControlInner()

Initializes a new instance of the SourceControlInner class.

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

Initializes a new instance of the SourceControlInner class.

Properties

ExpirationTime

Gets or sets oAuth token expiration.

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResourceInner)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
RefreshToken

Gets or sets oAuth refresh token.

Tags

Resource tags

(Inherited from Resource)
Token

Gets or sets oAuth access token.

TokenSecret

Gets or sets oAuth access token secret.

Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object. Throws ValidationException if validation fails.

(Inherited from Resource)

Applies to