Skip to content

Commit ec585a8

Browse files
author
SDKAuto
committed
CodeGen from PR 22799 in Azure/azure-rest-api-specs
Merge c6cfcca472a62d030b068143dd2cb613a5db4b52 into aa85f59e259c4b12197b57b221067c40fa2fe3f1
1 parent 6f7cb33 commit ec585a8

32 files changed

+1068
-65
lines changed

sdk/sqlvirtualmachine/Azure.ResourceManager.SqlVirtualMachine/api/Azure.ResourceManager.SqlVirtualMachine.netstandard2.0.cs

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,10 @@ public SqlVmData(Azure.Core.AzureLocation location) : base (default(Azure.Core.A
7777
public Azure.ResourceManager.SqlVirtualMachine.Models.SqlVmAssessmentSettings AssessmentSettings { get { throw null; } set { } }
7878
public Azure.ResourceManager.SqlVirtualMachine.Models.SqlVmAutoBackupSettings AutoBackupSettings { get { throw null; } set { } }
7979
public Azure.ResourceManager.SqlVirtualMachine.Models.SqlVmAutoPatchingSettings AutoPatchingSettings { get { throw null; } set { } }
80+
public bool? EnableAutomaticUpgrade { get { throw null; } set { } }
8081
public Azure.ResourceManager.Models.ManagedServiceIdentity Identity { get { throw null; } set { } }
8182
public Azure.ResourceManager.SqlVirtualMachine.Models.SqlVmKeyVaultCredentialSettings KeyVaultCredentialSettings { get { throw null; } set { } }
83+
public Azure.ResourceManager.SqlVirtualMachine.Models.LeastPrivilegeMode? LeastPrivilegeMode { get { throw null; } set { } }
8284
public string ProvisioningState { get { throw null; } }
8385
public Azure.ResourceManager.SqlVirtualMachine.Models.SqlServerConfigurationsManagementSettings ServerConfigurationsManagementSettings { get { throw null; } set { } }
8486
public string SqlImageOffer { get { throw null; } set { } }
@@ -87,6 +89,7 @@ public SqlVmData(Azure.Core.AzureLocation location) : base (default(Azure.Core.A
8789
public Azure.ResourceManager.SqlVirtualMachine.Models.SqlServerLicenseType? SqlServerLicenseType { get { throw null; } set { } }
8890
public Azure.Core.ResourceIdentifier SqlVmGroupResourceId { get { throw null; } set { } }
8991
public Azure.ResourceManager.SqlVirtualMachine.Models.SqlVmStorageConfigurationSettings StorageConfigurationSettings { get { throw null; } set { } }
92+
public Azure.ResourceManager.SqlVirtualMachine.Models.TroubleshootingStatus TroubleshootingStatus { get { throw null; } }
9093
public Azure.Core.ResourceIdentifier VirtualMachineResourceId { get { throw null; } set { } }
9194
public Azure.ResourceManager.SqlVirtualMachine.Models.WindowsServerFailoverClusterDomainCredentials WindowsServerFailoverClusterDomainCredentials { get { throw null; } set { } }
9295
public System.Net.IPAddress WindowsServerFailoverClusterStaticIP { get { throw null; } set { } }
@@ -163,6 +166,8 @@ protected SqlVmResource() { }
163166
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; }
164167
public virtual Azure.ResourceManager.ArmOperation StartAssessment(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
165168
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; }
166171
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; }
167172
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; }
168173
}
@@ -247,6 +252,24 @@ public AvailabilityGroupReplica() { }
247252
public static bool operator !=(Azure.ResourceManager.SqlVirtualMachine.Models.AvailabilityGroupReplicaRole left, Azure.ResourceManager.SqlVirtualMachine.Models.AvailabilityGroupReplicaRole right) { throw null; }
248253
public override string ToString() { throw null; }
249254
}
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+
}
250273
public partial class MultiSubnetIPConfiguration
251274
{
252275
public MultiSubnetIPConfiguration(Azure.ResourceManager.SqlVirtualMachine.Models.AvailabilityGroupListenerPrivateIPAddress privateIPAddress, string sqlVmInstance) { }
@@ -334,6 +357,7 @@ public SqlInstanceSettings() { }
334357
public partial class SqlServerConfigurationsManagementSettings
335358
{
336359
public SqlServerConfigurationsManagementSettings() { }
360+
public string AzureAdAuthenticationClientId { get { throw null; } set { } }
337361
public bool? IsRServicesEnabled { get { throw null; } set { } }
338362
public Azure.ResourceManager.SqlVirtualMachine.Models.SqlConnectivityUpdateSettings SqlConnectivityUpdateSettings { get { throw null; } set { } }
339363
public Azure.ResourceManager.SqlVirtualMachine.Models.SqlInstanceSettings SqlInstanceSettings { get { throw null; } set { } }
@@ -662,6 +686,15 @@ public SqlVmStorageConfigurationSettings() { }
662686
public static bool operator !=(Azure.ResourceManager.SqlVirtualMachine.Models.SqlVmStorageWorkloadType left, Azure.ResourceManager.SqlVirtualMachine.Models.SqlVmStorageWorkloadType right) { throw null; }
663687
public override string ToString() { throw null; }
664688
}
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+
}
665698
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
666699
public readonly partial struct SqlWorkloadType : System.IEquatable<Azure.ResourceManager.SqlVirtualMachine.Models.SqlWorkloadType>
667700
{
@@ -699,6 +732,33 @@ public SqlVmStorageConfigurationSettings() { }
699732
public static bool operator !=(Azure.ResourceManager.SqlVirtualMachine.Models.SqVmBackupScheduleType left, Azure.ResourceManager.SqlVirtualMachine.Models.SqVmBackupScheduleType right) { throw null; }
700733
public override string ToString() { throw null; }
701734
}
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+
}
702762
public partial class WindowsServerFailoverClusterDomainCredentials
703763
{
704764
public WindowsServerFailoverClusterDomainCredentials() { }

sdk/sqlvirtualmachine/Azure.ResourceManager.SqlVirtualMachine/src/Generated/AvailabilityGroupListenerCollection.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/sqlvirtualmachine/Azure.ResourceManager.SqlVirtualMachine/src/Generated/AvailabilityGroupListenerResource.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/sqlvirtualmachine/Azure.ResourceManager.SqlVirtualMachine/src/Generated/LongRunningOperation/SqlVmTroubleshootingOperationSource.cs

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/sqlvirtualmachine/Azure.ResourceManager.SqlVirtualMachine/src/Generated/Models/AADAuthenticationSettings.Serialization.cs

Lines changed: 40 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)