GitLabScopeEnvironmentInfo Class

Definition

The GitLab scope connector's environment data.

public class GitLabScopeEnvironmentInfo : Azure.ResourceManager.SecurityCenter.Models.SecurityConnectorEnvironment, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.GitLabScopeEnvironmentInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.GitLabScopeEnvironmentInfo>
type GitLabScopeEnvironmentInfo = class
    inherit SecurityConnectorEnvironment
    interface IJsonModel<GitLabScopeEnvironmentInfo>
    interface IPersistableModel<GitLabScopeEnvironmentInfo>
Public Class GitLabScopeEnvironmentInfo
Inherits SecurityConnectorEnvironment
Implements IJsonModel(Of GitLabScopeEnvironmentInfo), IPersistableModel(Of GitLabScopeEnvironmentInfo)
Inheritance
GitLabScopeEnvironmentInfo
Implements

Constructors

Name Description
GitLabScopeEnvironmentInfo()

Initializes a new instance of GitLabScopeEnvironmentInfo.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<GitLabScopeEnvironmentInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<GitLabScopeEnvironmentInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<SecurityConnectorEnvironment>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from SecurityConnectorEnvironment)
IJsonModel<SecurityConnectorEnvironment>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SecurityConnectorEnvironment)
IPersistableModel<GitLabScopeEnvironmentInfo>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<GitLabScopeEnvironmentInfo>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<GitLabScopeEnvironmentInfo>.Write(ModelReaderWriterOptions)
IPersistableModel<SecurityConnectorEnvironment>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SecurityConnectorEnvironment)
IPersistableModel<SecurityConnectorEnvironment>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from SecurityConnectorEnvironment)
IPersistableModel<SecurityConnectorEnvironment>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SecurityConnectorEnvironment)

Applies to