You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/api/Azure.ResourceManager.RecoveryServicesSiteRecovery.netstandard2.0.cs
public System.Collections.Generic.IReadOnlyList<string> ContainerIds { get { throw null; } }
1648
1664
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AExtendedLocationDetails> ExtendedLocations { get { throw null; } }
1649
1665
public Azure.Core.AzureLocation? Location { get { throw null; } }
1666
+
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AFabricSpecificLocationDetails> LocationDetails { get { throw null; } }
1650
1667
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AZoneDetails> Zones { get { throw null; } }
1651
1668
}
1652
1669
public partial class AzureToAzureCreateNetworkMappingInput : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.FabricSpecificCreateNetworkMappingInput
public string ConfidentialVmKeyVaultId { get { throw null; } set { } }
5540
5577
public string DataMoverRunAsAccountId { get { throw null; } }
5541
5578
public System.Collections.Generic.IList<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtDiskInput> DisksToInclude { get { throw null; } }
5542
5579
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.LicenseType? LicenseType { get { throw null; } set { } }
@@ -5555,6 +5592,7 @@ public VMwareCbtEnableMigrationInput(string vmwareMachineId, System.Collections.
5555
5592
public string TargetResourceGroupId { get { throw null; } }
5556
5593
public string TargetSubnetName { get { throw null; } set { } }
5557
5594
public string TargetVmName { get { throw null; } set { } }
5595
+
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtSecurityProfileProperties TargetVmSecurityProfile { get { throw null; } set { } }
5558
5596
public string TargetVmSize { get { throw null; } set { } }
5559
5597
public System.Collections.Generic.IDictionary<string, string> TargetVmTags { get { throw null; } }
5560
5598
public string TestNetworkId { get { throw null; } set { } }
public int? MigrationProgressPercentage { get { throw null; } }
5585
5625
public string MigrationRecoveryPointId { get { throw null; } }
5626
+
public string OSName { get { throw null; } }
5586
5627
public string OSType { get { throw null; } }
5587
5628
public string PerformAutoResync { get { throw null; } }
5588
5629
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtProtectedDiskDetails> ProtectedDisks { get { throw null; } }
public partial class VMwareCbtProtectionContainerMappingDetails : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ProtectionContainerMappingProviderSpecificDetails
Copy file name to clipboardExpand all lines: sdk/recoveryservices-siterecovery/Azure.ResourceManager.RecoveryServicesSiteRecovery/src/Generated/Models/A2AFabricSpecificLocationDetails.Serialization.cs
0 commit comments