Share via


RepoList Class

Definition

List all the source controls.

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

Constructors

RepoList()

Creates an new RepoList instance.

Properties

NextLink

URL to fetch the next set of repositories.

Value

Array of repositories.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RepoList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RepoList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RepoList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to