Compartir a través de


SourceControlProperties Class

Definition

SourceControl resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SourceControlPropertiesTypeConverter))]
public class SourceControlProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControlProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SourceControlPropertiesTypeConverter))>]
type SourceControlProperties = class
    interface ISourceControlProperties
    interface IJsonSerializable
Public Class SourceControlProperties
Implements ISourceControlProperties
Inheritance
SourceControlProperties
Attributes
Implements

Constructors

SourceControlProperties()

Creates an new SourceControlProperties instance.

Properties

ExpirationTime

OAuth token expiration.

RefreshToken

OAuth refresh token.

Token

OAuth access token.

TokenSecret

OAuth access token secret.

Methods

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.Api20190801.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.

Applies to