SourceControlProperties 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.
SourceControl resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SourceControlPropertiesTypeConverter))]
public class SourceControlProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISourceControlProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SourceControlPropertiesTypeConverter))>]
type SourceControlProperties = class
interface ISourceControlProperties
interface IJsonSerializable
Public Class SourceControlProperties
Implements ISourceControlProperties
- Inheritance
-
SourceControlProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| SourceControlProperties() |
Creates an new SourceControlProperties instance. |
Properties
| Name | Description |
|---|---|
| ExpirationTime |
OAuth token expiration. |
| RefreshToken |
OAuth refresh token. |
| Token |
OAuth access token. |
| TokenSecret |
OAuth access token secret. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SourceControlProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SourceControlProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISourceControlProperties. |
| FromJsonString(String) |
Creates a new instance of SourceControlProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of SourceControlProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |