SourceControlStreamType 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 type of the sync job stream.
public readonly struct SourceControlStreamType : IEquatable<Azure.ResourceManager.Automation.Models.SourceControlStreamType>
type SourceControlStreamType = struct
Public Structure SourceControlStreamType
Implements IEquatable(Of SourceControlStreamType)
- Inheritance
-
SourceControlStreamType
- Implements
Constructors
SourceControlStreamType(String) |
Initializes a new instance of SourceControlStreamType. |
Properties
Error |
Error. |
Output |
Output. |
Methods
Equals(SourceControlStreamType) |
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(SourceControlStreamType, SourceControlStreamType) |
Determines if two SourceControlStreamType values are the same. |
Implicit(String to SourceControlStreamType) |
Converts a string to a SourceControlStreamType. |
Inequality(SourceControlStreamType, SourceControlStreamType) |
Determines if two SourceControlStreamType values are not the same. |
Applies to
Azure SDK for .NET