@@ -46,7 +46,7 @@ public CommunicationDomainResourceData(Azure.Core.AzureLocation location) : base
46
46
public Azure . ResourceManager . Communication . Models . DomainManagement ? DomainManagement { get { throw null ; } set { } }
47
47
public string FromSenderDomain { get { throw null ; } }
48
48
public string MailFromSenderDomain { get { throw null ; } }
49
- public Azure . ResourceManager . Communication . Models . DomainsProvisioningState ? ProvisioningState { get { throw null ; } }
49
+ public Azure . ResourceManager . Communication . Models . DomainProvisioningState ? ProvisioningState { get { throw null ; } }
50
50
public Azure . ResourceManager . Communication . Models . UserEngagementTracking ? UserEngagementTracking { get { throw null ; } set { } }
51
51
public System . Collections . Generic . IDictionary < string , string > ValidSenderUsernames { get { throw null ; } }
52
52
public Azure . ResourceManager . Communication . Models . DomainPropertiesVerificationRecords VerificationRecords { get { throw null ; } }
@@ -298,6 +298,31 @@ internal DomainPropertiesVerificationStates() { }
298
298
public Azure . ResourceManager . Communication . Models . DomainVerificationStatusRecord Spf { get { throw null ; } }
299
299
}
300
300
[ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
301
+ public readonly partial struct DomainProvisioningState : System . IEquatable < Azure . ResourceManager . Communication . Models . DomainProvisioningState >
302
+ {
303
+ private readonly object _dummy ;
304
+ private readonly int _dummyPrimitive ;
305
+ public DomainProvisioningState ( string value ) { throw null ; }
306
+ public static Azure . ResourceManager . Communication . Models . DomainProvisioningState Canceled { get { throw null ; } }
307
+ public static Azure . ResourceManager . Communication . Models . DomainProvisioningState Creating { get { throw null ; } }
308
+ public static Azure . ResourceManager . Communication . Models . DomainProvisioningState Deleting { get { throw null ; } }
309
+ public static Azure . ResourceManager . Communication . Models . DomainProvisioningState Failed { get { throw null ; } }
310
+ public static Azure . ResourceManager . Communication . Models . DomainProvisioningState Moving { get { throw null ; } }
311
+ public static Azure . ResourceManager . Communication . Models . DomainProvisioningState Running { get { throw null ; } }
312
+ public static Azure . ResourceManager . Communication . Models . DomainProvisioningState Succeeded { get { throw null ; } }
313
+ public static Azure . ResourceManager . Communication . Models . DomainProvisioningState Unknown { get { throw null ; } }
314
+ public static Azure . ResourceManager . Communication . Models . DomainProvisioningState Updating { get { throw null ; } }
315
+ public bool Equals ( Azure . ResourceManager . Communication . Models . DomainProvisioningState other ) { throw null ; }
316
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
317
+ public override bool Equals ( object obj ) { throw null ; }
318
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
319
+ public override int GetHashCode ( ) { throw null ; }
320
+ public static bool operator == ( Azure . ResourceManager . Communication . Models . DomainProvisioningState left , Azure . ResourceManager . Communication . Models . DomainProvisioningState right ) { throw null ; }
321
+ public static implicit operator Azure . ResourceManager . Communication . Models . DomainProvisioningState ( string value ) { throw null ; }
322
+ public static bool operator != ( Azure . ResourceManager . Communication . Models . DomainProvisioningState left , Azure . ResourceManager . Communication . Models . DomainProvisioningState right ) { throw null ; }
323
+ public override string ToString ( ) { throw null ; }
324
+ }
325
+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
301
326
public readonly partial struct DomainRecordVerificationStatus : System . IEquatable < Azure . ResourceManager . Communication . Models . DomainRecordVerificationStatus >
302
327
{
303
328
private readonly object _dummy ;
@@ -340,31 +365,6 @@ internal DomainPropertiesVerificationStates() { }
340
365
public static bool operator != ( Azure . ResourceManager . Communication . Models . DomainRecordVerificationType left , Azure . ResourceManager . Communication . Models . DomainRecordVerificationType right ) { throw null ; }
341
366
public override string ToString ( ) { throw null ; }
342
367
}
343
- [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
344
- public readonly partial struct DomainsProvisioningState : System . IEquatable < Azure . ResourceManager . Communication . Models . DomainsProvisioningState >
345
- {
346
- private readonly object _dummy ;
347
- private readonly int _dummyPrimitive ;
348
- public DomainsProvisioningState ( string value ) { throw null ; }
349
- public static Azure . ResourceManager . Communication . Models . DomainsProvisioningState Canceled { get { throw null ; } }
350
- public static Azure . ResourceManager . Communication . Models . DomainsProvisioningState Creating { get { throw null ; } }
351
- public static Azure . ResourceManager . Communication . Models . DomainsProvisioningState Deleting { get { throw null ; } }
352
- public static Azure . ResourceManager . Communication . Models . DomainsProvisioningState Failed { get { throw null ; } }
353
- public static Azure . ResourceManager . Communication . Models . DomainsProvisioningState Moving { get { throw null ; } }
354
- public static Azure . ResourceManager . Communication . Models . DomainsProvisioningState Running { get { throw null ; } }
355
- public static Azure . ResourceManager . Communication . Models . DomainsProvisioningState Succeeded { get { throw null ; } }
356
- public static Azure . ResourceManager . Communication . Models . DomainsProvisioningState Unknown { get { throw null ; } }
357
- public static Azure . ResourceManager . Communication . Models . DomainsProvisioningState Updating { get { throw null ; } }
358
- public bool Equals ( Azure . ResourceManager . Communication . Models . DomainsProvisioningState other ) { throw null ; }
359
- [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
360
- public override bool Equals ( object obj ) { throw null ; }
361
- [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
362
- public override int GetHashCode ( ) { throw null ; }
363
- public static bool operator == ( Azure . ResourceManager . Communication . Models . DomainsProvisioningState left , Azure . ResourceManager . Communication . Models . DomainsProvisioningState right ) { throw null ; }
364
- public static implicit operator Azure . ResourceManager . Communication . Models . DomainsProvisioningState ( string value ) { throw null ; }
365
- public static bool operator != ( Azure . ResourceManager . Communication . Models . DomainsProvisioningState left , Azure . ResourceManager . Communication . Models . DomainsProvisioningState right ) { throw null ; }
366
- public override string ToString ( ) { throw null ; }
367
- }
368
368
public partial class DomainsRecordVerificationContent
369
369
{
370
370
public DomainsRecordVerificationContent ( Azure . ResourceManager . Communication . Models . DomainRecordVerificationType verificationType ) { }
0 commit comments