IRepositoryBranchAndAuth.WithRepositoryBranch(String) Method

Definition

The function that specifies the branch of the respository to use.

public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistrySourceTrigger.UpdateDefinition.ISourceTriggerAttachable WithRepositoryBranch (string branch);
abstract member WithRepositoryBranch : string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistrySourceTrigger.UpdateDefinition.ISourceTriggerAttachable
Public Function WithRepositoryBranch (branch As String) As ISourceTriggerAttachable

Parameters

branch
String

The repository branch.

Returns

Applies to