SecurityConnectorEnvironment Class

Definition

The security connector environment data. Please note SecurityConnectorEnvironment is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AwsEnvironment, AzureDevOpsScopeEnvironment, GcpProjectEnvironment, GithubScopeEnvironment and GitlabScopeEnvironment.

public abstract class SecurityConnectorEnvironment
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.SecurityCenter.Models.UnknownEnvironmentData))]
public abstract class SecurityConnectorEnvironment : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.SecurityConnectorEnvironment>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.SecurityConnectorEnvironment>
type SecurityConnectorEnvironment = class
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.SecurityCenter.Models.UnknownEnvironmentData))>]
type SecurityConnectorEnvironment = class
    interface IJsonModel<SecurityConnectorEnvironment>
    interface IPersistableModel<SecurityConnectorEnvironment>
Public MustInherit Class SecurityConnectorEnvironment
Public MustInherit Class SecurityConnectorEnvironment
Implements IJsonModel(Of SecurityConnectorEnvironment), IPersistableModel(Of SecurityConnectorEnvironment)
Inheritance
SecurityConnectorEnvironment
Derived
Attributes
Implements

Constructors

SecurityConnectorEnvironment()

Initializes a new instance of SecurityConnectorEnvironment.

Explicit Interface Implementations

IJsonModel<SecurityConnectorEnvironment>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SecurityConnectorEnvironment>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityConnectorEnvironment>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityConnectorEnvironment>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SecurityConnectorEnvironment>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to