JFrogEnvironmentInfo Class

Definition

The JFrog Artifactory connector environment data.

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

Constructors

Name Description
JFrogEnvironmentInfo()

Initializes a new instance of JFrogEnvironmentInfo.

Properties

Name Description
ScanInterval

Scan interval in hours (value should be between 1-hour to 24-hours).

Methods

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

Explicit Interface Implementations

Name Description
IJsonModel<JFrogEnvironmentInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<JFrogEnvironmentInfo>.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<JFrogEnvironmentInfo>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<JFrogEnvironmentInfo>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<JFrogEnvironmentInfo>.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