SourceControl Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SourceControlTypeConverter))]
public class SourceControl : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISourceControl, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SourceControlTypeConverter))>]
type SourceControl = class
    interface ISourceControl
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class SourceControl
Implements ISourceControl, IValidates
Inheritance
SourceControl
Attributes
Implements

Constructors

SourceControl()

Properties

ExpirationTime
Id
Kind
Name
RefreshToken
Token
TokenSecret
Type

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
Validate(IEventListener)

Applies to