Share via


SourceControlList Class

Definition

List all the source controls.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SourceControlListTypeConverter))]
public class SourceControlList : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISourceControlList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SourceControlListTypeConverter))>]
type SourceControlList = class
    interface ISourceControlList
    interface IJsonSerializable
Public Class SourceControlList
Implements ISourceControlList
Inheritance
SourceControlList
Attributes
Implements

Constructors

SourceControlList()

Creates an new SourceControlList instance.

Properties

NextLink

URL to fetch the next set of source controls.

Value

Array of source controls.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SourceControlList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SourceControlList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISourceControlList.

FromJsonString(String)

Creates a new instance of SourceControlList, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SourceControlList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to