Share via


ContainerRegistryTaskSourceControlType Struct

Definition

The type of source control service.

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

Constructors

Name Description
ContainerRegistryTaskSourceControlType(String)

Initializes a new instance of ContainerRegistryTaskSourceControlType.

Properties

Name Description
Github

Gets the Github.

VisualStudioTeamService

Gets the VisualStudioTeamService.

Methods

Name Description
Equals(ContainerRegistryTaskSourceControlType)

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

Name Description
Equality(ContainerRegistryTaskSourceControlType, ContainerRegistryTaskSourceControlType)

Determines if two ContainerRegistryTaskSourceControlType values are the same.

Implicit(String to ContainerRegistryTaskSourceControlType)

Converts a string to a ContainerRegistryTaskSourceControlType.

Implicit(String to Nullable<ContainerRegistryTaskSourceControlType>)
Inequality(ContainerRegistryTaskSourceControlType, ContainerRegistryTaskSourceControlType)

Determines if two ContainerRegistryTaskSourceControlType values are not the same.

Applies to