Share via


SourceControlStreamType Struct

Definition

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