Sdílet prostřednictvím


SourceControlType Struct

Definition

The type of source control service.

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

Constructors

SourceControlType(String)

Initializes a new instance of SourceControlType.

Properties

Github

Github.

VisualStudioTeamService

VisualStudioTeamService.

Methods

Equals(SourceControlType)

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(SourceControlType, SourceControlType)

Determines if two SourceControlType values are the same.

Implicit(String to SourceControlType)

Converts a string to a SourceControlType.

Inequality(SourceControlType, SourceControlType)

Determines if two SourceControlType values are not the same.

Applies to