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
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
Azure SDK for .NET