ContainerRegistryTaskSourceUpdateContent 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 ContainerRegistryTaskSourceUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskSourceUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskSourceUpdateContent>
type ContainerRegistryTaskSourceUpdateContent = class
interface IJsonModel<ContainerRegistryTaskSourceUpdateContent>
interface IPersistableModel<ContainerRegistryTaskSourceUpdateContent>
Public Class ContainerRegistryTaskSourceUpdateContent
Implements IJsonModel(Of ContainerRegistryTaskSourceUpdateContent), IPersistableModel(Of ContainerRegistryTaskSourceUpdateContent)
- Inheritance
-
ContainerRegistryTaskSourceUpdateContent
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerRegistryTaskSourceUpdateContent() |
Initializes a new instance of ContainerRegistryTaskSourceUpdateContent. |
Properties
| Name | Description |
|---|---|
| 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. |