SourceCodeRepoUpdateContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>
type SourceCodeRepoUpdateContent = class
interface IJsonModel<SourceCodeRepoUpdateContent>
interface IPersistableModel<SourceCodeRepoUpdateContent>
Public Class SourceCodeRepoUpdateContent
Implements IJsonModel(Of SourceCodeRepoUpdateContent), IPersistableModel(Of 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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
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
Azure SDK for .NET