Share via


SourceCodeRepoUpdateContent Class

Definition

The properties for updating the source code repository.

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

Constructors

SourceCodeRepoUpdateContent()

Initializes a new instance of SourceCodeRepoUpdateContent.

Properties

Branch

The branch name of the source code.

RepositoryUri

The full URL to the source code repository.

SourceControlAuthProperties

The authorization properties for accessing the source code repository and to set up webhooks for notifications.

SourceControlType

The type of source control service.

Explicit Interface Implementations

IJsonModel<SourceCodeRepoUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SourceCodeRepoUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SourceCodeRepoUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SourceCodeRepoUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SourceCodeRepoUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to