Aracılığıyla paylaş


GitHubOwnerConfigurationRepositoryConfigs Class

Definition

GitHub Repository Inventory Configuration. Dictionary of GitHub repository name to desired repository configuration. If AutoDiscovery is Enabled, this field should be null or empty.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.GitHubOwnerConfigurationRepositoryConfigsTypeConverter))]
public class GitHubOwnerConfigurationRepositoryConfigs : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IGitHubOwnerConfigurationRepositoryConfigs, Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IBaseResourceConfiguration>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.GitHubOwnerConfigurationRepositoryConfigsTypeConverter))>]
type GitHubOwnerConfigurationRepositoryConfigs = class
    interface IGitHubOwnerConfigurationRepositoryConfigs
    interface IJsonSerializable
    interface IAssociativeArray<IBaseResourceConfiguration>
Public Class GitHubOwnerConfigurationRepositoryConfigs
Implements IAssociativeArray(Of IBaseResourceConfiguration), IGitHubOwnerConfigurationRepositoryConfigs
Inheritance
GitHubOwnerConfigurationRepositoryConfigs
Attributes
Implements

Constructors

GitHubOwnerConfigurationRepositoryConfigs()

Creates an new GitHubOwnerConfigurationRepositoryConfigs instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, IBaseResourceConfiguration)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GitHubOwnerConfigurationRepositoryConfigs.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GitHubOwnerConfigurationRepositoryConfigs.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IGitHubOwnerConfigurationRepositoryConfigs.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of GitHubOwnerConfigurationRepositoryConfigs into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, IBaseResourceConfiguration)

Operators

Implicit(GitHubOwnerConfigurationRepositoryConfigs to Dictionary<String,IBaseResourceConfiguration>)

Explicit Interface Implementations

IAssociativeArray<IBaseResourceConfiguration>.AdditionalProperties
IAssociativeArray<IBaseResourceConfiguration>.Count
IAssociativeArray<IBaseResourceConfiguration>.Keys
IAssociativeArray<IBaseResourceConfiguration>.Values

Applies to