SourceControlSourceType Struct
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 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
| Name | Description |
|---|---|
| SourceControlSourceType(String) |
Initializes a new instance of SourceControlSourceType. |
Properties
| Name | Description |
|---|---|
| GitHub |
GitHub. |
| VsoGit |
VsoGit. |
| VsoTfvc |
VsoTfvc. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |