SyncGroupLogType Class

Definition

Defines values for SyncGroupLogType.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupLogType>))]
public class SyncGroupLogType : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupLogType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Sql.Fluent.Models.SyncGroupLogType>))>]
type SyncGroupLogType = class
    inherit ExpandableStringEnum<SyncGroupLogType>
Public Class SyncGroupLogType
Inherits ExpandableStringEnum(Of SyncGroupLogType)
Inheritance
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

SyncGroupLogType()

Fields

All
Error
Success
Warning

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to