Delen via


SourceControlSyncType Struct

Definition

The sync type.

public readonly struct SourceControlSyncType : IEquatable<Azure.ResourceManager.Automation.Models.SourceControlSyncType>
type SourceControlSyncType = struct
Public Structure SourceControlSyncType
Implements IEquatable(Of SourceControlSyncType)
Inheritance
SourceControlSyncType
Implements

Constructors

SourceControlSyncType(String)

Initializes a new instance of SourceControlSyncType.

Properties

FullSync

FullSync.

PartialSync

PartialSync.

Methods

Equals(SourceControlSyncType)

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(SourceControlSyncType, SourceControlSyncType)

Determines if two SourceControlSyncType values are the same.

Implicit(String to SourceControlSyncType)

Converts a string to a SourceControlSyncType.

Inequality(SourceControlSyncType, SourceControlSyncType)

Determines if two SourceControlSyncType values are not the same.

Applies to