GitLabGroupConfigurationProjectConfigs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
GitLab Project Inventory Configuration. Dictionary of GitLab fully-qualified project name to desired project configuration. If AutoDiscovery is Enabled, this field should be null or empty.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.GitLabGroupConfigurationProjectConfigsTypeConverter))]
public class GitLabGroupConfigurationProjectConfigs : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IGitLabGroupConfigurationProjectConfigs, Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IBaseResourceConfiguration>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.GitLabGroupConfigurationProjectConfigsTypeConverter))>]
type GitLabGroupConfigurationProjectConfigs = class
interface IGitLabGroupConfigurationProjectConfigs
interface IJsonSerializable
interface IAssociativeArray<IBaseResourceConfiguration>
Public Class GitLabGroupConfigurationProjectConfigs
Implements IAssociativeArray(Of IBaseResourceConfiguration), IGitLabGroupConfigurationProjectConfigs
- Inheritance
-
GitLabGroupConfigurationProjectConfigs
- Attributes
- Implements
Constructors
GitLabGroupConfigurationProjectConfigs() |
Creates an new GitLabGroupConfigurationProjectConfigs 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 GitLabGroupConfigurationProjectConfigs. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GitLabGroupConfigurationProjectConfigs. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IGitLabGroupConfigurationProjectConfigs. |
FromJsonString(String) |
Creates a new instance of GitLabGroupConfigurationProjectConfigs, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of GitLabGroupConfigurationProjectConfigs into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
TryGetValue(String, IBaseResourceConfiguration) |
Operators
Implicit(GitLabGroupConfigurationProjectConfigs to Dictionary<String,IBaseResourceConfiguration>) |