Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1067,6 +1067,22 @@ internal A2AExtendedLocationDetails() { }
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ExtendedLocation PrimaryExtendedLocation { get { throw null; } }
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ExtendedLocation RecoveryExtendedLocation { get { throw null; } }
}
public partial class A2AFabricSpecificLocationDetails
{
internal A2AFabricSpecificLocationDetails() { }
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ExtendedLocation InitialPrimaryExtendedLocation { get { throw null; } }
public string InitialPrimaryFabricLocation { get { throw null; } }
public string InitialPrimaryZone { get { throw null; } }
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ExtendedLocation InitialRecoveryExtendedLocation { get { throw null; } }
public string InitialRecoveryFabricLocation { get { throw null; } }
public string InitialRecoveryZone { get { throw null; } }
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ExtendedLocation PrimaryExtendedLocation { get { throw null; } }
public string PrimaryFabricLocation { get { throw null; } }
public string PrimaryZone { get { throw null; } }
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ExtendedLocation RecoveryExtendedLocation { get { throw null; } }
public string RecoveryFabricLocation { get { throw null; } }
public string RecoveryZone { get { throw null; } }
}
public partial class A2APolicyCreationInput : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.PolicyProviderSpecificInput
{
public A2APolicyCreationInput(Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SetMultiVmSyncStatus multiVmSyncStatus) { }
Expand Down Expand Up @@ -1647,6 +1663,7 @@ internal AzureFabricSpecificDetails() { }
public System.Collections.Generic.IReadOnlyList<string> ContainerIds { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AExtendedLocationDetails> ExtendedLocations { get { throw null; } }
public Azure.Core.AzureLocation? Location { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AFabricSpecificLocationDetails> LocationDetails { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AZoneDetails> Zones { get { throw null; } }
}
public partial class AzureToAzureCreateNetworkMappingInput : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.FabricSpecificCreateNetworkMappingInput
Expand Down Expand Up @@ -4980,6 +4997,25 @@ internal ScriptActionTaskDetails() { }
public string Output { get { throw null; } }
public string Path { get { throw null; } }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct SecurityType : System.IEquatable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SecurityType>
{
private readonly object _dummy;
private readonly int _dummyPrimitive;
public SecurityType(string value) { throw null; }
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SecurityType ConfidentialVm { get { throw null; } }
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SecurityType None { get { throw null; } }
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SecurityType TrustedLaunch { get { throw null; } }
public bool Equals(Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SecurityType other) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool Equals(object obj) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override int GetHashCode() { throw null; }
public static bool operator ==(Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SecurityType left, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SecurityType right) { throw null; }
public static implicit operator Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SecurityType (string value) { throw null; }
public static bool operator !=(Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SecurityType left, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SecurityType right) { throw null; }
public override string ToString() { throw null; }
}
public partial class ServiceError
{
internal ServiceError() { }
Expand Down Expand Up @@ -5537,6 +5573,7 @@ public VMwareCbtDiskInput(string diskId, string isOSDisk, string logStorageAccou
public partial class VMwareCbtEnableMigrationInput : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.EnableMigrationProviderSpecificInput
{
public VMwareCbtEnableMigrationInput(string vmwareMachineId, System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtDiskInput> disksToInclude, string dataMoverRunAsAccountId, string snapshotRunAsAccountId, string targetResourceGroupId, string targetNetworkId) { }
public string ConfidentialVmKeyVaultId { get { throw null; } set { } }
public string DataMoverRunAsAccountId { get { throw null; } }
public System.Collections.Generic.IList<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtDiskInput> DisksToInclude { get { throw null; } }
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.LicenseType? LicenseType { get { throw null; } set { } }
Expand All @@ -5555,6 +5592,7 @@ public VMwareCbtEnableMigrationInput(string vmwareMachineId, System.Collections.
public string TargetResourceGroupId { get { throw null; } }
public string TargetSubnetName { get { throw null; } set { } }
public string TargetVmName { get { throw null; } set { } }
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtSecurityProfileProperties TargetVmSecurityProfile { get { throw null; } set { } }
public string TargetVmSize { get { throw null; } set { } }
public System.Collections.Generic.IDictionary<string, string> TargetVmTags { get { throw null; } }
public string TestNetworkId { get { throw null; } set { } }
Expand All @@ -5569,11 +5607,13 @@ internal VMwareCbtEventDetails() { }
public partial class VMwareCbtMigrateInput : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.MigrateProviderSpecificInput
{
public VMwareCbtMigrateInput(string performShutdown) { }
public string OSUpgradeVersion { get { throw null; } set { } }
public string PerformShutdown { get { throw null; } }
}
public partial class VMwareCbtMigrationDetails : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.MigrationProviderSpecificSettings
{
internal VMwareCbtMigrationDetails() { }
public string ConfidentialVmKeyVaultId { get { throw null; } }
public string DataMoverRunAsAccountId { get { throw null; } }
public string FirmwareType { get { throw null; } }
public int? InitialSeedingProgressPercentage { get { throw null; } }
Expand All @@ -5583,6 +5623,7 @@ internal VMwareCbtMigrationDetails() { }
public string LicenseType { get { throw null; } }
public int? MigrationProgressPercentage { get { throw null; } }
public string MigrationRecoveryPointId { get { throw null; } }
public string OSName { get { throw null; } }
public string OSType { get { throw null; } }
public string PerformAutoResync { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtProtectedDiskDetails> ProtectedDisks { get { throw null; } }
Expand All @@ -5596,6 +5637,7 @@ internal VMwareCbtMigrationDetails() { }
public string SnapshotRunAsAccountId { get { throw null; } }
public string SqlServerLicenseType { get { throw null; } }
public string StorageAccountId { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<string> SupportedOSVersions { get { throw null; } }
public string TargetAvailabilitySetId { get { throw null; } }
public string TargetAvailabilityZone { get { throw null; } }
public string TargetBootDiagnosticsStorageAccountId { get { throw null; } }
Expand All @@ -5607,6 +5649,7 @@ internal VMwareCbtMigrationDetails() { }
public string TargetProximityPlacementGroupId { get { throw null; } }
public string TargetResourceGroupId { get { throw null; } }
public string TargetVmName { get { throw null; } }
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtSecurityProfileProperties TargetVmSecurityProfile { get { throw null; } }
public string TargetVmSize { get { throw null; } }
public System.Collections.Generic.IReadOnlyDictionary<string, string> TargetVmTags { get { throw null; } }
public string TestNetworkId { get { throw null; } }
Expand Down Expand Up @@ -5678,6 +5721,7 @@ internal VMwareCbtProtectedDiskDetails() { }
public partial class VMwareCbtProtectionContainerMappingDetails : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ProtectionContainerMappingProviderSpecificDetails
{
internal VMwareCbtProtectionContainerMappingDetails() { }
public System.Collections.Generic.IReadOnlyList<string> ExcludedSkus { get { throw null; } }
public string KeyVaultId { get { throw null; } }
public System.Uri KeyVaultUri { get { throw null; } }
public System.Collections.Generic.IReadOnlyDictionary<string, int> RoleSizeToNicCountMap { get { throw null; } }
Expand All @@ -5696,10 +5740,20 @@ public partial class VMwareCbtResyncInput : Azure.ResourceManager.RecoveryServic
public VMwareCbtResyncInput(string skipCbtReset) { }
public string SkipCbtReset { get { throw null; } }
}
public partial class VMwareCbtSecurityProfileProperties
{
public VMwareCbtSecurityProfileProperties() { }
public string IsTargetVmConfidentialEncryptionEnabled { get { throw null; } set { } }
public string IsTargetVmIntegrityMonitoringEnabled { get { throw null; } set { } }
public string IsTargetVmSecureBootEnabled { get { throw null; } set { } }
public string IsTargetVmTpmEnabled { get { throw null; } set { } }
public Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SecurityType? TargetVmSecurityType { get { throw null; } set { } }
}
public partial class VMwareCbtTestMigrateInput : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.TestMigrateProviderSpecificInput
{
public VMwareCbtTestMigrateInput(string recoveryPointId, string networkId) { }
public string NetworkId { get { throw null; } }
public string OSUpgradeVersion { get { throw null; } set { } }
public string RecoveryPointId { get { throw null; } }
public System.Collections.Generic.IList<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VMwareCbtNicInput> VmNics { get { throw null; } }
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading