Skip to content

Commit 364e3f8

Browse files
author
SDKAuto
committed
CodeGen from PR 22613 in Azure/azure-rest-api-specs
Merge 16e1473d6cfa6dc40569620ab79138b5a15d4961 into 8539fe2
1 parent e3c8758 commit 364e3f8

File tree

46 files changed

+596
-34
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+596
-34
lines changed

sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/api/Azure.ResourceManager.RecoveryServicesSiteRecovery.netstandard2.0.cs

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,6 +1067,22 @@ internal A2AExtendedLocationDetails() { }
10671067
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ExtendedLocation PrimaryExtendedLocation { get { throw null; } }
10681068
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ExtendedLocation RecoveryExtendedLocation { get { throw null; } }
10691069
}
1070+
public partial class A2AFabricSpecificLocationDetails
1071+
{
1072+
internal A2AFabricSpecificLocationDetails() { }
1073+
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ExtendedLocation InitialPrimaryExtendedLocation { get { throw null; } }
1074+
public string InitialPrimaryFabricLocation { get { throw null; } }
1075+
public string InitialPrimaryZone { get { throw null; } }
1076+
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ExtendedLocation InitialRecoveryExtendedLocation { get { throw null; } }
1077+
public string InitialRecoveryFabricLocation { get { throw null; } }
1078+
public string InitialRecoveryZone { get { throw null; } }
1079+
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ExtendedLocation PrimaryExtendedLocation { get { throw null; } }
1080+
public string PrimaryFabricLocation { get { throw null; } }
1081+
public string PrimaryZone { get { throw null; } }
1082+
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ExtendedLocation RecoveryExtendedLocation { get { throw null; } }
1083+
public string RecoveryFabricLocation { get { throw null; } }
1084+
public string RecoveryZone { get { throw null; } }
1085+
}
10701086
public partial class A2APolicyCreationInput : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.PolicyProviderSpecificInput
10711087
{
10721088
public A2APolicyCreationInput(Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SetMultiVmSyncStatus multiVmSyncStatus) { }
@@ -1647,6 +1663,7 @@ internal AzureFabricSpecificDetails() { }
16471663
public System.Collections.Generic.IReadOnlyList<string> ContainerIds { get { throw null; } }
16481664
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AExtendedLocationDetails> ExtendedLocations { get { throw null; } }
16491665
public Azure.Core.AzureLocation? Location { get { throw null; } }
1666+
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AFabricSpecificLocationDetails> LocationDetails { get { throw null; } }
16501667
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AZoneDetails> Zones { get { throw null; } }
16511668
}
16521669
public partial class AzureToAzureCreateNetworkMappingInput : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.FabricSpecificCreateNetworkMappingInput
@@ -4980,6 +4997,25 @@ internal ScriptActionTaskDetails() { }
49804997
public string Output { get { throw null; } }
49814998
public string Path { get { throw null; } }
49824999
}
5000+
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
5001+
public readonly partial struct SecurityType : System.IEquatable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SecurityType>
5002+
{
5003+
private readonly object _dummy;
5004+
private readonly int _dummyPrimitive;
5005+
public SecurityType(string value) { throw null; }
5006+
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SecurityType ConfidentialVm { get { throw null; } }
5007+
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SecurityType None { get { throw null; } }
5008+
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SecurityType TrustedLaunch { get { throw null; } }
5009+
public bool Equals(Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SecurityType other) { throw null; }
5010+
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
5011+
public override bool Equals(object obj) { throw null; }
5012+
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
5013+
public override int GetHashCode() { throw null; }
5014+
public static bool operator ==(Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SecurityType left, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SecurityType right) { throw null; }
5015+
public static implicit operator Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SecurityType (string value) { throw null; }
5016+
public static bool operator !=(Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SecurityType left, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SecurityType right) { throw null; }
5017+
public override string ToString() { throw null; }
5018+
}
49835019
public partial class ServiceError
49845020
{
49855021
internal ServiceError() { }
@@ -5537,6 +5573,7 @@ public VMwareCbtDiskInput(string diskId, string isOSDisk, string logStorageAccou
55375573
public partial class VMwareCbtEnableMigrationInput : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.EnableMigrationProviderSpecificInput
55385574
{
55395575
public VMwareCbtEnableMigrationInput(string vmwareMachineId, System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtDiskInput> disksToInclude, string dataMoverRunAsAccountId, string snapshotRunAsAccountId, string targetResourceGroupId, string targetNetworkId) { }
5576+
public string ConfidentialVmKeyVaultId { get { throw null; } set { } }
55405577
public string DataMoverRunAsAccountId { get { throw null; } }
55415578
public System.Collections.Generic.IList<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtDiskInput> DisksToInclude { get { throw null; } }
55425579
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.LicenseType? LicenseType { get { throw null; } set { } }
@@ -5555,6 +5592,7 @@ public VMwareCbtEnableMigrationInput(string vmwareMachineId, System.Collections.
55555592
public string TargetResourceGroupId { get { throw null; } }
55565593
public string TargetSubnetName { get { throw null; } set { } }
55575594
public string TargetVmName { get { throw null; } set { } }
5595+
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtSecurityProfileProperties TargetVmSecurityProfile { get { throw null; } set { } }
55585596
public string TargetVmSize { get { throw null; } set { } }
55595597
public System.Collections.Generic.IDictionary<string, string> TargetVmTags { get { throw null; } }
55605598
public string TestNetworkId { get { throw null; } set { } }
@@ -5569,11 +5607,13 @@ internal VMwareCbtEventDetails() { }
55695607
public partial class VMwareCbtMigrateInput : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.MigrateProviderSpecificInput
55705608
{
55715609
public VMwareCbtMigrateInput(string performShutdown) { }
5610+
public string OSUpgradeVersion { get { throw null; } set { } }
55725611
public string PerformShutdown { get { throw null; } }
55735612
}
55745613
public partial class VMwareCbtMigrationDetails : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.MigrationProviderSpecificSettings
55755614
{
55765615
internal VMwareCbtMigrationDetails() { }
5616+
public string ConfidentialVmKeyVaultId { get { throw null; } }
55775617
public string DataMoverRunAsAccountId { get { throw null; } }
55785618
public string FirmwareType { get { throw null; } }
55795619
public int? InitialSeedingProgressPercentage { get { throw null; } }
@@ -5583,6 +5623,7 @@ internal VMwareCbtMigrationDetails() { }
55835623
public string LicenseType { get { throw null; } }
55845624
public int? MigrationProgressPercentage { get { throw null; } }
55855625
public string MigrationRecoveryPointId { get { throw null; } }
5626+
public string OSName { get { throw null; } }
55865627
public string OSType { get { throw null; } }
55875628
public string PerformAutoResync { get { throw null; } }
55885629
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtProtectedDiskDetails> ProtectedDisks { get { throw null; } }
@@ -5596,6 +5637,7 @@ internal VMwareCbtMigrationDetails() { }
55965637
public string SnapshotRunAsAccountId { get { throw null; } }
55975638
public string SqlServerLicenseType { get { throw null; } }
55985639
public string StorageAccountId { get { throw null; } }
5640+
public System.Collections.Generic.IReadOnlyList<string> SupportedOSVersions { get { throw null; } }
55995641
public string TargetAvailabilitySetId { get { throw null; } }
56005642
public string TargetAvailabilityZone { get { throw null; } }
56015643
public string TargetBootDiagnosticsStorageAccountId { get { throw null; } }
@@ -5607,6 +5649,7 @@ internal VMwareCbtMigrationDetails() { }
56075649
public string TargetProximityPlacementGroupId { get { throw null; } }
56085650
public string TargetResourceGroupId { get { throw null; } }
56095651
public string TargetVmName { get { throw null; } }
5652+
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtSecurityProfileProperties TargetVmSecurityProfile { get { throw null; } }
56105653
public string TargetVmSize { get { throw null; } }
56115654
public System.Collections.Generic.IReadOnlyDictionary<string, string> TargetVmTags { get { throw null; } }
56125655
public string TestNetworkId { get { throw null; } }
@@ -5678,6 +5721,7 @@ internal VMwareCbtProtectedDiskDetails() { }
56785721
public partial class VMwareCbtProtectionContainerMappingDetails : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ProtectionContainerMappingProviderSpecificDetails
56795722
{
56805723
internal VMwareCbtProtectionContainerMappingDetails() { }
5724+
public System.Collections.Generic.IReadOnlyList<string> ExcludedSkus { get { throw null; } }
56815725
public string KeyVaultId { get { throw null; } }
56825726
public System.Uri KeyVaultUri { get { throw null; } }
56835727
public System.Collections.Generic.IReadOnlyDictionary<string, int> RoleSizeToNicCountMap { get { throw null; } }
@@ -5696,10 +5740,20 @@ public partial class VMwareCbtResyncInput : Azure.ResourceManager.RecoveryServic
56965740
public VMwareCbtResyncInput(string skipCbtReset) { }
56975741
public string SkipCbtReset { get { throw null; } }
56985742
}
5743+
public partial class VMwareCbtSecurityProfileProperties
5744+
{
5745+
public VMwareCbtSecurityProfileProperties() { }
5746+
public string IsTargetVmConfidentialEncryptionEnabled { get { throw null; } set { } }
5747+
public string IsTargetVmIntegrityMonitoringEnabled { get { throw null; } set { } }
5748+
public string IsTargetVmSecureBootEnabled { get { throw null; } set { } }
5749+
public string IsTargetVmTpmEnabled { get { throw null; } set { } }
5750+
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SecurityType? TargetVmSecurityType { get { throw null; } set { } }
5751+
}
56995752
public partial class VMwareCbtTestMigrateInput : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.TestMigrateProviderSpecificInput
57005753
{
57015754
public VMwareCbtTestMigrateInput(string recoveryPointId, string networkId) { }
57025755
public string NetworkId { get { throw null; } }
5756+
public string OSUpgradeVersion { get { throw null; } set { } }
57035757
public string RecoveryPointId { get { throw null; } }
57045758
public System.Collections.Generic.IList<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtNicInput> VmNics { get { throw null; } }
57055759
}

sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/A2AFabricSpecificLocationDetails.Serialization.cs

Lines changed: 119 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)