DockerHubEnvironmentInfo Class

Definition

The Docker Hub connector environment data.

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

Constructors

Name Description
DockerHubEnvironmentInfo()

Initializes a new instance of DockerHubEnvironmentInfo.

Properties

Name Description
Authentication

The Docker Hub organization authentication details.

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