SourceControlTokenType 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 token type. Must be either PersonalAccessToken or Oauth.
public readonly struct SourceControlTokenType : IEquatable<Azure.ResourceManager.Automation.Models.SourceControlTokenType>
type SourceControlTokenType = struct
Public Structure SourceControlTokenType
Implements IEquatable(Of SourceControlTokenType)
- Inheritance
-
SourceControlTokenType
- Implements
Constructors
SourceControlTokenType(String) |
Initializes a new instance of SourceControlTokenType. |
Properties
OAuth |
Oauth. |
PersonalAccessToken |
PersonalAccessToken. |
Methods
Equals(SourceControlTokenType) |
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(SourceControlTokenType, SourceControlTokenType) |
Determines if two SourceControlTokenType values are the same. |
Implicit(String to SourceControlTokenType) |
Converts a string to a SourceControlTokenType. |
Inequality(SourceControlTokenType, SourceControlTokenType) |
Determines if two SourceControlTokenType values are not the same. |
Applies to
Azure SDK for .NET