SourceControlDeployment Class

Definition

Description about a deployment.

public class SourceControlDeployment : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.SourceControlDeployment>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.SourceControlDeployment>
type SourceControlDeployment = class
    interface IJsonModel<SourceControlDeployment>
    interface IPersistableModel<SourceControlDeployment>
Public Class SourceControlDeployment
Implements IJsonModel(Of SourceControlDeployment), IPersistableModel(Of SourceControlDeployment)
Inheritance
SourceControlDeployment
Implements

Properties

DeploymentId

Deployment identifier.

DeploymentLogsUri

Url to access repository action logs.

DeploymentOn

The time when the deployment finished.

DeploymentResult

The outcome of the deployment.

DeploymentState

Current status of the deployment.

Explicit Interface Implementations

IJsonModel<SourceControlDeployment>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SourceControlDeployment>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SourceControlDeployment>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SourceControlDeployment>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SourceControlDeployment>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to