@@ -142,9 +142,9 @@ public MediaGraphImageFormatRaw(Azure.Media.Analytics.Edge.Models.MediaGraphImag
142142 }
143143 public partial class MediaGraphImageScale
144144 {
145- public MediaGraphImageScale ( Azure . Media . Analytics . Edge . Models . MediaGraphImageScaleMode mode ) { }
145+ public MediaGraphImageScale ( ) { }
146146 public string Height { get { throw null ; } set { } }
147- public Azure . Media . Analytics . Edge . Models . MediaGraphImageScaleMode Mode { get { throw null ; } set { } }
147+ public Azure . Media . Analytics . Edge . Models . MediaGraphImageScaleMode ? Mode { get { throw null ; } set { } }
148148 public string Width { get { throw null ; } set { } }
149149 }
150150 [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
@@ -183,6 +183,7 @@ public partial class MediaGraphInstanceCollection
183183 public MediaGraphInstanceCollection ( ) { }
184184 public string ContinuationToken { get { throw null ; } set { } }
185185 public System . Collections . Generic . IList < Azure . Media . Analytics . Edge . Models . MediaGraphInstance > Value { get { throw null ; } }
186+ public static Azure . Media . Analytics . Edge . Models . MediaGraphInstanceCollection Deserialize ( string json ) { throw null ; }
186187 }
187188 public partial class MediaGraphInstanceDeActivateRequest : Azure . Media . Analytics . Edge . Models . ItemNonSetRequestBase
188189 {
@@ -214,12 +215,25 @@ public MediaGraphInstanceSetRequest(Azure.Media.Analytics.Edge.Models.MediaGraph
214215 public Azure . Media . Analytics . Edge . Models . MediaGraphInstance Instance { get { throw null ; } set { } }
215216 public override string GetPayloadAsJson ( ) { throw null ; }
216217 }
217- public enum MediaGraphInstanceState
218+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
219+ public readonly partial struct MediaGraphInstanceState : System . IEquatable < Azure . Media . Analytics . Edge . Models . MediaGraphInstanceState >
218220 {
219- Inactive = 0 ,
220- Activating = 1 ,
221- Active = 2 ,
222- Deactivating = 3 ,
221+ private readonly object _dummy ;
222+ private readonly int _dummyPrimitive ;
223+ public MediaGraphInstanceState ( string value ) { throw null ; }
224+ public static Azure . Media . Analytics . Edge . Models . MediaGraphInstanceState Activating { get { throw null ; } }
225+ public static Azure . Media . Analytics . Edge . Models . MediaGraphInstanceState Active { get { throw null ; } }
226+ public static Azure . Media . Analytics . Edge . Models . MediaGraphInstanceState Deactivating { get { throw null ; } }
227+ public static Azure . Media . Analytics . Edge . Models . MediaGraphInstanceState Inactive { get { throw null ; } }
228+ public bool Equals ( Azure . Media . Analytics . Edge . Models . MediaGraphInstanceState other ) { throw null ; }
229+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
230+ public override bool Equals ( object obj ) { throw null ; }
231+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
232+ public override int GetHashCode ( ) { throw null ; }
233+ public static bool operator == ( Azure . Media . Analytics . Edge . Models . MediaGraphInstanceState left , Azure . Media . Analytics . Edge . Models . MediaGraphInstanceState right ) { throw null ; }
234+ public static implicit operator Azure . Media . Analytics . Edge . Models . MediaGraphInstanceState ( string value ) { throw null ; }
235+ public static bool operator != ( Azure . Media . Analytics . Edge . Models . MediaGraphInstanceState left , Azure . Media . Analytics . Edge . Models . MediaGraphInstanceState right ) { throw null ; }
236+ public override string ToString ( ) { throw null ; }
223237 }
224238 public partial class MediaGraphIoTHubMessageSink : Azure . Media . Analytics . Edge . Models . MediaGraphSink
225239 {
@@ -259,21 +273,53 @@ public partial class MediaGraphMotionDetectionProcessor : Azure.Media.Analytics.
259273 }
260274 public partial class MediaGraphNodeInput
261275 {
262- public MediaGraphNodeInput ( ) { }
276+ public MediaGraphNodeInput ( string nodeName ) { }
263277 public string NodeName { get { throw null ; } set { } }
264278 public System . Collections . Generic . IList < Azure . Media . Analytics . Edge . Models . MediaGraphOutputSelector > OutputSelectors { get { throw null ; } }
279+ public static Azure . Media . Analytics . Edge . Models . MediaGraphNodeInput FromNodeName ( string nodeName ) { throw null ; }
280+ public static implicit operator Azure . Media . Analytics . Edge . Models . MediaGraphNodeInput ( string nodeName ) { throw null ; }
265281 }
266282 public partial class MediaGraphOutputSelector
267283 {
268284 public MediaGraphOutputSelector ( ) { }
269285 public Azure . Media . Analytics . Edge . Models . MediaGraphOutputSelectorOperator ? Operator { get { throw null ; } set { } }
270- public string Property { get { throw null ; } set { } }
286+ public Azure . Media . Analytics . Edge . Models . MediaGraphOutputSelectorProperty ? Property { get { throw null ; } set { } }
271287 public string Value { get { throw null ; } set { } }
272288 }
273- public enum MediaGraphOutputSelectorOperator
289+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
290+ public readonly partial struct MediaGraphOutputSelectorOperator : System . IEquatable < Azure . Media . Analytics . Edge . Models . MediaGraphOutputSelectorOperator >
291+ {
292+ private readonly object _dummy ;
293+ private readonly int _dummyPrimitive ;
294+ public MediaGraphOutputSelectorOperator ( string value ) { throw null ; }
295+ public static Azure . Media . Analytics . Edge . Models . MediaGraphOutputSelectorOperator Is { get { throw null ; } }
296+ public static Azure . Media . Analytics . Edge . Models . MediaGraphOutputSelectorOperator IsNot { get { throw null ; } }
297+ public bool Equals ( Azure . Media . Analytics . Edge . Models . MediaGraphOutputSelectorOperator other ) { throw null ; }
298+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
299+ public override bool Equals ( object obj ) { throw null ; }
300+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
301+ public override int GetHashCode ( ) { throw null ; }
302+ public static bool operator == ( Azure . Media . Analytics . Edge . Models . MediaGraphOutputSelectorOperator left , Azure . Media . Analytics . Edge . Models . MediaGraphOutputSelectorOperator right ) { throw null ; }
303+ public static implicit operator Azure . Media . Analytics . Edge . Models . MediaGraphOutputSelectorOperator ( string value ) { throw null ; }
304+ public static bool operator != ( Azure . Media . Analytics . Edge . Models . MediaGraphOutputSelectorOperator left , Azure . Media . Analytics . Edge . Models . MediaGraphOutputSelectorOperator right ) { throw null ; }
305+ public override string ToString ( ) { throw null ; }
306+ }
307+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
308+ public readonly partial struct MediaGraphOutputSelectorProperty : System . IEquatable < Azure . Media . Analytics . Edge . Models . MediaGraphOutputSelectorProperty >
274309 {
275- Is = 0 ,
276- IsNot = 1 ,
310+ private readonly object _dummy ;
311+ private readonly int _dummyPrimitive ;
312+ public MediaGraphOutputSelectorProperty ( string value ) { throw null ; }
313+ public static Azure . Media . Analytics . Edge . Models . MediaGraphOutputSelectorProperty MediaType { get { throw null ; } }
314+ public bool Equals ( Azure . Media . Analytics . Edge . Models . MediaGraphOutputSelectorProperty other ) { throw null ; }
315+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
316+ public override bool Equals ( object obj ) { throw null ; }
317+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
318+ public override int GetHashCode ( ) { throw null ; }
319+ public static bool operator == ( Azure . Media . Analytics . Edge . Models . MediaGraphOutputSelectorProperty left , Azure . Media . Analytics . Edge . Models . MediaGraphOutputSelectorProperty right ) { throw null ; }
320+ public static implicit operator Azure . Media . Analytics . Edge . Models . MediaGraphOutputSelectorProperty ( string value ) { throw null ; }
321+ public static bool operator != ( Azure . Media . Analytics . Edge . Models . MediaGraphOutputSelectorProperty left , Azure . Media . Analytics . Edge . Models . MediaGraphOutputSelectorProperty right ) { throw null ; }
322+ public override string ToString ( ) { throw null ; }
277323 }
278324 public partial class MediaGraphParameterDeclaration
279325 {
@@ -289,17 +335,32 @@ public MediaGraphParameterDefinition(string name, string value) { }
289335 public string Name { get { throw null ; } set { } }
290336 public string Value { get { throw null ; } set { } }
291337 }
292- public enum MediaGraphParameterType
338+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
339+ public readonly partial struct MediaGraphParameterType : System . IEquatable < Azure . Media . Analytics . Edge . Models . MediaGraphParameterType >
293340 {
294- String = 0 ,
295- SecretString = 1 ,
296- Int = 2 ,
297- Double = 3 ,
298- Bool = 4 ,
341+ private readonly object _dummy ;
342+ private readonly int _dummyPrimitive ;
343+ public MediaGraphParameterType ( string value ) { throw null ; }
344+ public static Azure . Media . Analytics . Edge . Models . MediaGraphParameterType Bool { get { throw null ; } }
345+ public static Azure . Media . Analytics . Edge . Models . MediaGraphParameterType Double { get { throw null ; } }
346+ public static Azure . Media . Analytics . Edge . Models . MediaGraphParameterType Int { get { throw null ; } }
347+ public static Azure . Media . Analytics . Edge . Models . MediaGraphParameterType SecretString { get { throw null ; } }
348+ public static Azure . Media . Analytics . Edge . Models . MediaGraphParameterType String { get { throw null ; } }
349+ public bool Equals ( Azure . Media . Analytics . Edge . Models . MediaGraphParameterType other ) { throw null ; }
350+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
351+ public override bool Equals ( object obj ) { throw null ; }
352+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
353+ public override int GetHashCode ( ) { throw null ; }
354+ public static bool operator == ( Azure . Media . Analytics . Edge . Models . MediaGraphParameterType left , Azure . Media . Analytics . Edge . Models . MediaGraphParameterType right ) { throw null ; }
355+ public static implicit operator Azure . Media . Analytics . Edge . Models . MediaGraphParameterType ( string value ) { throw null ; }
356+ public static bool operator != ( Azure . Media . Analytics . Edge . Models . MediaGraphParameterType left , Azure . Media . Analytics . Edge . Models . MediaGraphParameterType right ) { throw null ; }
357+ public override string ToString ( ) { throw null ; }
299358 }
300359 public partial class MediaGraphPemCertificateList : Azure . Media . Analytics . Edge . Models . MediaGraphCertificateSource
301360 {
302361 public MediaGraphPemCertificateList ( System . Collections . Generic . IEnumerable < string > certificates ) { }
362+ public MediaGraphPemCertificateList ( System . Collections . Generic . IList < System . Security . Cryptography . X509Certificates . X509Certificate2 > certificates ) { }
363+ public MediaGraphPemCertificateList ( params System . Security . Cryptography . X509Certificates . X509Certificate2 [ ] certificates ) { }
303364 public System . Collections . Generic . IList < string > Certificates { get { throw null ; } }
304365 }
305366 public partial class MediaGraphProcessor
@@ -389,7 +450,6 @@ public MediaGraphTopologyCollection() { }
389450 public string ContinuationToken { get { throw null ; } set { } }
390451 public System . Collections . Generic . IList < Azure . Media . Analytics . Edge . Models . MediaGraphTopology > Value { get { throw null ; } }
391452 public static Azure . Media . Analytics . Edge . Models . MediaGraphTopologyCollection Deserialize ( string json ) { throw null ; }
392- public string Serialize ( ) { throw null ; }
393453 }
394454 public partial class MediaGraphTopologyDeleteRequest : Azure . Media . Analytics . Edge . Models . ItemNonSetRequestBase
395455 {
@@ -424,7 +484,7 @@ public MediaGraphUnsecuredEndpoint(string url) : base (default(string)) { }
424484 }
425485 public partial class MediaGraphUsernamePasswordCredentials : Azure . Media . Analytics . Edge . Models . MediaGraphCredentials
426486 {
427- public MediaGraphUsernamePasswordCredentials ( string username ) { }
487+ public MediaGraphUsernamePasswordCredentials ( string username , string password ) { }
428488 public string Password { get { throw null ; } set { } }
429489 public string Username { get { throw null ; } set { } }
430490 }
0 commit comments