@@ -77,8 +77,10 @@ public SqlVmData(Azure.Core.AzureLocation location) : base (default(Azure.Core.A
77
77
public Azure . ResourceManager . SqlVirtualMachine . Models . SqlVmAssessmentSettings AssessmentSettings { get { throw null ; } set { } }
78
78
public Azure . ResourceManager . SqlVirtualMachine . Models . SqlVmAutoBackupSettings AutoBackupSettings { get { throw null ; } set { } }
79
79
public Azure . ResourceManager . SqlVirtualMachine . Models . SqlVmAutoPatchingSettings AutoPatchingSettings { get { throw null ; } set { } }
80
+ public bool ? EnableAutomaticUpgrade { get { throw null ; } set { } }
80
81
public Azure . ResourceManager . Models . ManagedServiceIdentity Identity { get { throw null ; } set { } }
81
82
public Azure . ResourceManager . SqlVirtualMachine . Models . SqlVmKeyVaultCredentialSettings KeyVaultCredentialSettings { get { throw null ; } set { } }
83
+ public Azure . ResourceManager . SqlVirtualMachine . Models . LeastPrivilegeMode ? LeastPrivilegeMode { get { throw null ; } set { } }
82
84
public string ProvisioningState { get { throw null ; } }
83
85
public Azure . ResourceManager . SqlVirtualMachine . Models . SqlServerConfigurationsManagementSettings ServerConfigurationsManagementSettings { get { throw null ; } set { } }
84
86
public string SqlImageOffer { get { throw null ; } set { } }
@@ -87,6 +89,7 @@ public SqlVmData(Azure.Core.AzureLocation location) : base (default(Azure.Core.A
87
89
public Azure . ResourceManager . SqlVirtualMachine . Models . SqlServerLicenseType ? SqlServerLicenseType { get { throw null ; } set { } }
88
90
public Azure . Core . ResourceIdentifier SqlVmGroupResourceId { get { throw null ; } set { } }
89
91
public Azure . ResourceManager . SqlVirtualMachine . Models . SqlVmStorageConfigurationSettings StorageConfigurationSettings { get { throw null ; } set { } }
92
+ public Azure . ResourceManager . SqlVirtualMachine . Models . TroubleshootingStatus TroubleshootingStatus { get { throw null ; } }
90
93
public Azure . Core . ResourceIdentifier VirtualMachineResourceId { get { throw null ; } set { } }
91
94
public Azure . ResourceManager . SqlVirtualMachine . Models . WindowsServerFailoverClusterDomainCredentials WindowsServerFailoverClusterDomainCredentials { get { throw null ; } set { } }
92
95
public System . Net . IPAddress WindowsServerFailoverClusterStaticIP { get { throw null ; } set { } }
@@ -163,6 +166,8 @@ protected SqlVmResource() { }
163
166
public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . SqlVirtualMachine . SqlVmResource > > SetTagsAsync ( System . Collections . Generic . IDictionary < string , string > tags , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
164
167
public virtual Azure . ResourceManager . ArmOperation StartAssessment ( Azure . WaitUntil waitUntil , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
165
168
public virtual System . Threading . Tasks . Task < Azure . ResourceManager . ArmOperation > StartAssessmentAsync ( Azure . WaitUntil waitUntil , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
169
+ public virtual Azure . ResourceManager . ArmOperation < Azure . ResourceManager . SqlVirtualMachine . Models . SqlVmTroubleshooting > TroubleshootSqlVirtualMachineTroubleshoot ( Azure . WaitUntil waitUntil , Azure . ResourceManager . SqlVirtualMachine . Models . SqlVmTroubleshooting sqlVmTroubleshooting , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
170
+ public virtual System . Threading . Tasks . Task < Azure . ResourceManager . ArmOperation < Azure . ResourceManager . SqlVirtualMachine . Models . SqlVmTroubleshooting > > TroubleshootSqlVirtualMachineTroubleshootAsync ( Azure . WaitUntil waitUntil , Azure . ResourceManager . SqlVirtualMachine . Models . SqlVmTroubleshooting sqlVmTroubleshooting , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
166
171
public virtual Azure . ResourceManager . ArmOperation < Azure . ResourceManager . SqlVirtualMachine . SqlVmResource > Update ( Azure . WaitUntil waitUntil , Azure . ResourceManager . SqlVirtualMachine . Models . SqlVmPatch patch , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
167
172
public virtual System . Threading . Tasks . Task < Azure . ResourceManager . ArmOperation < Azure . ResourceManager . SqlVirtualMachine . SqlVmResource > > UpdateAsync ( Azure . WaitUntil waitUntil , Azure . ResourceManager . SqlVirtualMachine . Models . SqlVmPatch patch , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
168
173
}
@@ -247,6 +252,24 @@ public AvailabilityGroupReplica() { }
247
252
public static bool operator != ( Azure . ResourceManager . SqlVirtualMachine . Models . AvailabilityGroupReplicaRole left , Azure . ResourceManager . SqlVirtualMachine . Models . AvailabilityGroupReplicaRole right ) { throw null ; }
248
253
public override string ToString ( ) { throw null ; }
249
254
}
255
+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
256
+ public readonly partial struct LeastPrivilegeMode : System . IEquatable < Azure . ResourceManager . SqlVirtualMachine . Models . LeastPrivilegeMode >
257
+ {
258
+ private readonly object _dummy ;
259
+ private readonly int _dummyPrimitive ;
260
+ public LeastPrivilegeMode ( string value ) { throw null ; }
261
+ public static Azure . ResourceManager . SqlVirtualMachine . Models . LeastPrivilegeMode Enabled { get { throw null ; } }
262
+ public static Azure . ResourceManager . SqlVirtualMachine . Models . LeastPrivilegeMode NotSet { get { throw null ; } }
263
+ public bool Equals ( Azure . ResourceManager . SqlVirtualMachine . Models . LeastPrivilegeMode other ) { throw null ; }
264
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
265
+ public override bool Equals ( object obj ) { throw null ; }
266
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
267
+ public override int GetHashCode ( ) { throw null ; }
268
+ public static bool operator == ( Azure . ResourceManager . SqlVirtualMachine . Models . LeastPrivilegeMode left , Azure . ResourceManager . SqlVirtualMachine . Models . LeastPrivilegeMode right ) { throw null ; }
269
+ public static implicit operator Azure . ResourceManager . SqlVirtualMachine . Models . LeastPrivilegeMode ( string value ) { throw null ; }
270
+ public static bool operator != ( Azure . ResourceManager . SqlVirtualMachine . Models . LeastPrivilegeMode left , Azure . ResourceManager . SqlVirtualMachine . Models . LeastPrivilegeMode right ) { throw null ; }
271
+ public override string ToString ( ) { throw null ; }
272
+ }
250
273
public partial class MultiSubnetIPConfiguration
251
274
{
252
275
public MultiSubnetIPConfiguration ( Azure . ResourceManager . SqlVirtualMachine . Models . AvailabilityGroupListenerPrivateIPAddress privateIPAddress , string sqlVmInstance ) { }
@@ -334,6 +357,7 @@ public SqlInstanceSettings() { }
334
357
public partial class SqlServerConfigurationsManagementSettings
335
358
{
336
359
public SqlServerConfigurationsManagementSettings ( ) { }
360
+ public string AzureAdAuthenticationClientId { get { throw null ; } set { } }
337
361
public bool ? IsRServicesEnabled { get { throw null ; } set { } }
338
362
public Azure . ResourceManager . SqlVirtualMachine . Models . SqlConnectivityUpdateSettings SqlConnectivityUpdateSettings { get { throw null ; } set { } }
339
363
public Azure . ResourceManager . SqlVirtualMachine . Models . SqlInstanceSettings SqlInstanceSettings { get { throw null ; } set { } }
@@ -662,6 +686,15 @@ public SqlVmStorageConfigurationSettings() { }
662
686
public static bool operator != ( Azure . ResourceManager . SqlVirtualMachine . Models . SqlVmStorageWorkloadType left , Azure . ResourceManager . SqlVirtualMachine . Models . SqlVmStorageWorkloadType right ) { throw null ; }
663
687
public override string ToString ( ) { throw null ; }
664
688
}
689
+ public partial class SqlVmTroubleshooting
690
+ {
691
+ public SqlVmTroubleshooting ( ) { }
692
+ public System . DateTimeOffset ? EndTimeUtc { get { throw null ; } set { } }
693
+ public System . DateTimeOffset ? StartTimeUtc { get { throw null ; } set { } }
694
+ public Azure . ResourceManager . SqlVirtualMachine . Models . TroubleshootingScenario ? TroubleshootingScenario { get { throw null ; } set { } }
695
+ public string UnhealthyReplicaInfoAvailabilityGroupName { get { throw null ; } set { } }
696
+ public Azure . Core . ResourceIdentifier VirtualMachineResourceId { get { throw null ; } }
697
+ }
665
698
[ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
666
699
public readonly partial struct SqlWorkloadType : System . IEquatable < Azure . ResourceManager . SqlVirtualMachine . Models . SqlWorkloadType >
667
700
{
@@ -699,6 +732,33 @@ public SqlVmStorageConfigurationSettings() { }
699
732
public static bool operator != ( Azure . ResourceManager . SqlVirtualMachine . Models . SqVmBackupScheduleType left , Azure . ResourceManager . SqlVirtualMachine . Models . SqVmBackupScheduleType right ) { throw null ; }
700
733
public override string ToString ( ) { throw null ; }
701
734
}
735
+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
736
+ public readonly partial struct TroubleshootingScenario : System . IEquatable < Azure . ResourceManager . SqlVirtualMachine . Models . TroubleshootingScenario >
737
+ {
738
+ private readonly object _dummy ;
739
+ private readonly int _dummyPrimitive ;
740
+ public TroubleshootingScenario ( string value ) { throw null ; }
741
+ public static Azure . ResourceManager . SqlVirtualMachine . Models . TroubleshootingScenario UnhealthyReplica { get { throw null ; } }
742
+ public bool Equals ( Azure . ResourceManager . SqlVirtualMachine . Models . TroubleshootingScenario other ) { throw null ; }
743
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
744
+ public override bool Equals ( object obj ) { throw null ; }
745
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
746
+ public override int GetHashCode ( ) { throw null ; }
747
+ public static bool operator == ( Azure . ResourceManager . SqlVirtualMachine . Models . TroubleshootingScenario left , Azure . ResourceManager . SqlVirtualMachine . Models . TroubleshootingScenario right ) { throw null ; }
748
+ public static implicit operator Azure . ResourceManager . SqlVirtualMachine . Models . TroubleshootingScenario ( string value ) { throw null ; }
749
+ public static bool operator != ( Azure . ResourceManager . SqlVirtualMachine . Models . TroubleshootingScenario left , Azure . ResourceManager . SqlVirtualMachine . Models . TroubleshootingScenario right ) { throw null ; }
750
+ public override string ToString ( ) { throw null ; }
751
+ }
752
+ public partial class TroubleshootingStatus
753
+ {
754
+ internal TroubleshootingStatus ( ) { }
755
+ public System . DateTimeOffset ? EndTimeUtc { get { throw null ; } }
756
+ public System . DateTimeOffset ? LastTriggerTimeUtc { get { throw null ; } }
757
+ public string RootCause { get { throw null ; } }
758
+ public System . DateTimeOffset ? StartTimeUtc { get { throw null ; } }
759
+ public Azure . ResourceManager . SqlVirtualMachine . Models . TroubleshootingScenario ? TroubleshootingScenario { get { throw null ; } }
760
+ public string UnhealthyReplicaInfoAvailabilityGroupName { get { throw null ; } }
761
+ }
702
762
public partial class WindowsServerFailoverClusterDomainCredentials
703
763
{
704
764
public WindowsServerFailoverClusterDomainCredentials ( ) { }
0 commit comments