GitlabScopeEnvironment Class

Definition

The GitLab scope connector's environment data.

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

Constructors

GitlabScopeEnvironment()

Initializes a new instance of GitlabScopeEnvironment.

Explicit Interface Implementations

IJsonModel<GitlabScopeEnvironment>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GitlabScopeEnvironment>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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<GitlabScopeEnvironment>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GitlabScopeEnvironment>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GitlabScopeEnvironment>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

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