SourceControl Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Azure SDK for .NET