Skip to content

Commit

Permalink
fixing trigger property
Browse files Browse the repository at this point in the history
  • Loading branch information
achauhan-scc committed Aug 21, 2024
1 parent d4228bb commit da0cf54
Show file tree
Hide file tree
Showing 15 changed files with 85 additions and 98 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3488,24 +3488,6 @@ public ComputeStartStopRecurrenceSchedule() { }
System.BinaryData System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.ComputeStartStopRecurrenceSchedule>.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct ComputeTriggerType : System.IEquatable<Azure.ResourceManager.MachineLearning.Models.ComputeTriggerType>
{
private readonly object _dummy;
private readonly int _dummyPrimitive;
public ComputeTriggerType(string value) { throw null; }
public static Azure.ResourceManager.MachineLearning.Models.ComputeTriggerType Cron { get { throw null; } }
public static Azure.ResourceManager.MachineLearning.Models.ComputeTriggerType Recurrence { get { throw null; } }
public bool Equals(Azure.ResourceManager.MachineLearning.Models.ComputeTriggerType other) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool Equals(object obj) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override int GetHashCode() { throw null; }
public static bool operator ==(Azure.ResourceManager.MachineLearning.Models.ComputeTriggerType left, Azure.ResourceManager.MachineLearning.Models.ComputeTriggerType right) { throw null; }
public static implicit operator Azure.ResourceManager.MachineLearning.Models.ComputeTriggerType (string value) { throw null; }
public static bool operator !=(Azure.ResourceManager.MachineLearning.Models.ComputeTriggerType left, Azure.ResourceManager.MachineLearning.Models.ComputeTriggerType right) { throw null; }
public override string ToString() { throw null; }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct ComputeWeekDay : System.IEquatable<Azure.ResourceManager.MachineLearning.Models.ComputeWeekDay>
{
private readonly object _dummy;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit da0cf54

Please sign in to comment.