AzureDevOpsScopeEnvironment Class

Definition

The AzureDevOps scope connector's environment data.

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

Constructors

AzureDevOpsScopeEnvironment()

Initializes a new instance of AzureDevOpsScopeEnvironment.

Explicit Interface Implementations

IJsonModel<AzureDevOpsScopeEnvironment>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<AzureDevOpsScopeEnvironment>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureDevOpsScopeEnvironment>.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