Share via


SourceControlSourceType Struct

Definition

The source type. Must be one of VsoGit, VsoTfvc, GitHub.

public readonly struct SourceControlSourceType : IEquatable<Azure.ResourceManager.Automation.Models.SourceControlSourceType>
type SourceControlSourceType = struct
Public Structure SourceControlSourceType
Implements IEquatable(Of SourceControlSourceType)
Inheritance
SourceControlSourceType
Implements

Constructors

SourceControlSourceType(String)

Initializes a new instance of SourceControlSourceType.

Properties

GitHub

GitHub.

VsoGit

VsoGit.

VsoTfvc

VsoTfvc.

Methods

Equals(SourceControlSourceType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(SourceControlSourceType, SourceControlSourceType)

Determines if two SourceControlSourceType values are the same.

Implicit(String to SourceControlSourceType)

Converts a string to a SourceControlSourceType.

Inequality(SourceControlSourceType, SourceControlSourceType)

Determines if two SourceControlSourceType values are not the same.

Applies to