diff --git a/sdk/migrate/Azure.ResourceManager.Migrate/Azure.ResourceManager.Migrate.sln b/sdk/migrate/Azure.ResourceManager.Migrate/Azure.ResourceManager.Migrate.sln
new file mode 100644
index 000000000000..0827a60383b3
--- /dev/null
+++ b/sdk/migrate/Azure.ResourceManager.Migrate/Azure.ResourceManager.Migrate.sln
@@ -0,0 +1,51 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.30309.148
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{733B502E-2067-486E-A44C-82F27F7EECBA}") = "Azure.ResourceManager.Migrate", "src\Azure.ResourceManager.Migrate.csproj", "{15296D5A-891C-45D7-B711-063B649074AC}"
+EndProject
+Project("{733B502E-2067-486E-A44C-82F27F7EECBA}") = "Azure.ResourceManager.Migrate.Tests", "tests\Azure.ResourceManager.Migrate.Tests.csproj", "{DD6007F1-BFD1-49CD-A160-BF2E1CFA6388}"
+EndProject
+Global
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {08ED6E9B-2D58-48FA-B496-75DC2E9F6614}
+ EndGlobalSection
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Debug|x64 = Debug|x64
+ Debug|x86 = Debug|x86
+ Release|Any CPU = Release|Any CPU
+ Release|x64 = Release|x64
+ Release|x86 = Release|x86
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {15296D5A-891C-45D7-B711-063B649074AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {15296D5A-891C-45D7-B711-063B649074AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {15296D5A-891C-45D7-B711-063B649074AC}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {15296D5A-891C-45D7-B711-063B649074AC}.Debug|x64.Build.0 = Debug|Any CPU
+ {15296D5A-891C-45D7-B711-063B649074AC}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {15296D5A-891C-45D7-B711-063B649074AC}.Debug|x86.Build.0 = Debug|Any CPU
+ {15296D5A-891C-45D7-B711-063B649074AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {15296D5A-891C-45D7-B711-063B649074AC}.Release|Any CPU.Build.0 = Release|Any CPU
+ {15296D5A-891C-45D7-B711-063B649074AC}.Release|x64.ActiveCfg = Release|Any CPU
+ {15296D5A-891C-45D7-B711-063B649074AC}.Release|x64.Build.0 = Release|Any CPU
+ {15296D5A-891C-45D7-B711-063B649074AC}.Release|x86.ActiveCfg = Release|Any CPU
+ {15296D5A-891C-45D7-B711-063B649074AC}.Release|x86.Build.0 = Release|Any CPU
+ {DD6007F1-BFD1-49CD-A160-BF2E1CFA6388}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {DD6007F1-BFD1-49CD-A160-BF2E1CFA6388}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {DD6007F1-BFD1-49CD-A160-BF2E1CFA6388}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {DD6007F1-BFD1-49CD-A160-BF2E1CFA6388}.Debug|x64.Build.0 = Debug|Any CPU
+ {DD6007F1-BFD1-49CD-A160-BF2E1CFA6388}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {DD6007F1-BFD1-49CD-A160-BF2E1CFA6388}.Debug|x86.Build.0 = Debug|Any CPU
+ {DD6007F1-BFD1-49CD-A160-BF2E1CFA6388}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {DD6007F1-BFD1-49CD-A160-BF2E1CFA6388}.Release|Any CPU.Build.0 = Release|Any CPU
+ {DD6007F1-BFD1-49CD-A160-BF2E1CFA6388}.Release|x64.ActiveCfg = Release|Any CPU
+ {DD6007F1-BFD1-49CD-A160-BF2E1CFA6388}.Release|x64.Build.0 = Release|Any CPU
+ {DD6007F1-BFD1-49CD-A160-BF2E1CFA6388}.Release|x86.ActiveCfg = Release|Any CPU
+ {DD6007F1-BFD1-49CD-A160-BF2E1CFA6388}.Release|x86.Build.0 = Release|Any CPU
+ EndGlobalSection
+EndGlobal
diff --git a/sdk/migrate/Azure.ResourceManager.Migrate/CHANGELOG.md b/sdk/migrate/Azure.ResourceManager.Migrate/CHANGELOG.md
new file mode 100644
index 000000000000..349f18ed58f2
--- /dev/null
+++ b/sdk/migrate/Azure.ResourceManager.Migrate/CHANGELOG.md
@@ -0,0 +1,15 @@
+# Release History
+
+## 1.0.0-beta.1 (Unreleased)
+
+### General New Features
+
+ - Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET
+ - Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing
+ - HTTP pipeline with custom policies
+ - Better error-handling
+ - Support uniform telemetry across all languages
+
+This package follows the [Azure SDK Design Guidelines for .NET](https://azure.github.io/azure-sdk/dotnet_introduction.html) which provide a number of core capabilities that are shared amongst all Azure SDKs, including the intuitive Azure Identity library, an HTTP Pipeline with custom policies, error-handling, distributed tracing, and much more.
+
+This is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, please submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues).
\ No newline at end of file
diff --git a/sdk/migrate/Azure.ResourceManager.Migrate/Directory.Build.props b/sdk/migrate/Azure.ResourceManager.Migrate/Directory.Build.props
new file mode 100644
index 000000000000..1a9611bd4924
--- /dev/null
+++ b/sdk/migrate/Azure.ResourceManager.Migrate/Directory.Build.props
@@ -0,0 +1,6 @@
+
+
+
+
diff --git a/sdk/migrate/Azure.ResourceManager.Migrate/README.md b/sdk/migrate/Azure.ResourceManager.Migrate/README.md
new file mode 100644
index 000000000000..1dc1bd48da7c
--- /dev/null
+++ b/sdk/migrate/Azure.ResourceManager.Migrate/README.md
@@ -0,0 +1,76 @@
+# Azure migrate Management client library for .NET
+
+This package follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html) which provide a number of core capabilities that are shared amongst all Azure SDKs, including the intuitive Azure Identity library, an HTTP Pipeline with custom policies, error-handling, distributed tracing, and much more.
+
+## Getting started
+
+### Install the package
+
+Install the Azure migrate management library for .NET with [NuGet](https://www.nuget.org/):
+
+```dotnetcli
+dotnet add package Azure.ResourceManager.Migrate --prerelease
+```
+
+### Prerequisites
+
+* You must have an [Azure subscription](https://azure.microsoft.com/free/dotnet/)
+
+### Authenticate the Client
+
+To create an authenticated client and start interacting with Azure resources, please see the [quickstart guide here](https://github.com/Azure/azure-sdk-for-net/blob/main/doc/dev/mgmt_quickstart.md)
+
+## Key concepts
+
+Key concepts of the Azure .NET SDK can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html)
+
+## Documentation
+
+Documentation is available to help you learn how to use this package
+
+- [Quickstart](https://github.com/Azure/azure-sdk-for-net/blob/main/doc/dev/mgmt_quickstart.md)
+- [API References](https://docs.microsoft.com/dotnet/api/?view=azure-dotnet)
+- [Authentication](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/identity/Azure.Identity/README.md)
+
+## Examples
+
+Code samples for using the management library for .NET can be found in the following locations
+- [.NET Management Library Code Samples](https://docs.microsoft.com/samples/browse/?branch=master&languages=csharp&term=managing%20using%20Azure%20.NET%20SDK)
+
+## Troubleshooting
+
+- File an issue via [Github
+ Issues](https://github.com/Azure/azure-sdk-for-net/issues)
+- Check [previous
+ questions](https://stackoverflow.com/questions/tagged/azure+.net)
+ or ask new ones on Stack Overflow using azure and .net tags.
+
+
+## Next steps
+
+For more information on Azure SDK, please refer to [this website](https://azure.github.io/azure-sdk/)
+
+## Contributing
+
+For details on contributing to this repository, see the [contributing
+guide][cg].
+
+This project welcomes contributions and suggestions. Most contributions
+require you to agree to a Contributor License Agreement (CLA) declaring
+that you have the right to, and actually do, grant us the rights to use
+your contribution. For details, visit .
+
+When you submit a pull request, a CLA-bot will automatically determine
+whether you need to provide a CLA and decorate the PR appropriately
+(e.g., label, comment). Simply follow the instructions provided by the
+bot. You will only need to do this once across all repositories using
+our CLA.
+
+This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For
+more information see the [Code of Conduct FAQ][coc_faq] or contact
+ with any additional questions or comments.
+
+
+[cg]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md
+[coc]: https://opensource.microsoft.com/codeofconduct/
+[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
\ No newline at end of file
diff --git a/sdk/migrate/Azure.ResourceManager.Migrate/api/Azure.ResourceManager.Migrate.netstandard2.0.cs b/sdk/migrate/Azure.ResourceManager.Migrate/api/Azure.ResourceManager.Migrate.netstandard2.0.cs
new file mode 100644
index 000000000000..f12f59c3ee63
--- /dev/null
+++ b/sdk/migrate/Azure.ResourceManager.Migrate/api/Azure.ResourceManager.Migrate.netstandard2.0.cs
@@ -0,0 +1,1602 @@
+namespace Azure.ResourceManager.Migrate
+{
+ public partial class AssessedMachineCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable
+ {
+ protected AssessedMachineCollection() { }
+ public virtual Azure.Response Exists(string assessedMachineName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> ExistsAsync(string assessedMachineName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(string assessedMachineName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(string assessedMachineName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; }
+ System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; }
+ System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
+ }
+ public partial class AssessedMachineData : Azure.ResourceManager.Models.ResourceData
+ {
+ internal AssessedMachineData() { }
+ public Azure.ETag? ETag { get { throw null; } }
+ public Azure.ResourceManager.Migrate.Models.AssessedMachineProperties Properties { get { throw null; } }
+ }
+ public partial class AssessedMachineResource : Azure.ResourceManager.ArmResource
+ {
+ public static readonly Azure.Core.ResourceType ResourceType;
+ protected AssessedMachineResource() { }
+ public virtual Azure.ResourceManager.Migrate.AssessedMachineData Data { get { throw null; } }
+ public virtual bool HasData { get { throw null; } }
+ public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string projectName, string groupName, string assessmentName, string assessedMachineName) { throw null; }
+ public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public partial class AssessmentCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable
+ {
+ protected AssessmentCollection() { }
+ public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string assessmentName, Azure.ResourceManager.Migrate.AssessmentData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string assessmentName, Azure.ResourceManager.Migrate.AssessmentData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Exists(string assessmentName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> ExistsAsync(string assessmentName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(string assessmentName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(string assessmentName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; }
+ System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; }
+ System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
+ }
+ public partial class AssessmentData : Azure.ResourceManager.Models.ResourceData
+ {
+ public AssessmentData(Azure.ResourceManager.Migrate.Models.AssessmentProperties properties) { }
+ public Azure.ETag? ETag { get { throw null; } set { } }
+ public Azure.ResourceManager.Migrate.Models.AssessmentProperties Properties { get { throw null; } set { } }
+ }
+ public partial class AssessmentResource : Azure.ResourceManager.ArmResource
+ {
+ public static readonly Azure.Core.ResourceType ResourceType;
+ protected AssessmentResource() { }
+ public virtual Azure.ResourceManager.Migrate.AssessmentData Data { get { throw null; } }
+ public virtual bool HasData { get { throw null; } }
+ public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string projectName, string groupName, string assessmentName) { throw null; }
+ public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response GetAssessedMachine(string assessedMachineName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAssessedMachineAsync(string assessedMachineName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.ResourceManager.Migrate.AssessedMachineCollection GetAssessedMachines() { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response GetReportDownloadUrl(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetReportDownloadUrlAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Migrate.AssessmentData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Migrate.AssessmentData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public partial class GroupCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable
+ {
+ protected GroupCollection() { }
+ public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string groupName, Azure.ResourceManager.Migrate.GroupData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string groupName, Azure.ResourceManager.Migrate.GroupData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Exists(string groupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> ExistsAsync(string groupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(string groupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(string groupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; }
+ System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; }
+ System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
+ }
+ public partial class GroupData : Azure.ResourceManager.Models.ResourceData
+ {
+ public GroupData(Azure.ResourceManager.Migrate.Models.GroupProperties properties) { }
+ public Azure.ETag? ETag { get { throw null; } set { } }
+ public Azure.ResourceManager.Migrate.Models.GroupProperties Properties { get { throw null; } set { } }
+ }
+ public partial class GroupResource : Azure.ResourceManager.ArmResource
+ {
+ public static readonly Azure.Core.ResourceType ResourceType;
+ protected GroupResource() { }
+ public virtual Azure.ResourceManager.Migrate.GroupData Data { get { throw null; } }
+ public virtual bool HasData { get { throw null; } }
+ public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string projectName, string groupName) { throw null; }
+ public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response GetAssessment(string assessmentName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAssessmentAsync(string assessmentName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.ResourceManager.Migrate.AssessmentCollection GetAssessments() { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Migrate.GroupData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Migrate.GroupData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response UpdateMachines(Azure.ResourceManager.Migrate.Models.UpdateGroupBody groupUpdateProperties = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> UpdateMachinesAsync(Azure.ResourceManager.Migrate.Models.UpdateGroupBody groupUpdateProperties = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public partial class HyperVCollectorCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable
+ {
+ protected HyperVCollectorCollection() { }
+ public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string hyperVCollectorName, Azure.ResourceManager.Migrate.HyperVCollectorData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string hyperVCollectorName, Azure.ResourceManager.Migrate.HyperVCollectorData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Exists(string hyperVCollectorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> ExistsAsync(string hyperVCollectorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(string hyperVCollectorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(string hyperVCollectorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; }
+ System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; }
+ System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
+ }
+ public partial class HyperVCollectorData : Azure.ResourceManager.Models.ResourceData
+ {
+ public HyperVCollectorData() { }
+ public Azure.ETag? ETag { get { throw null; } set { } }
+ public Azure.ResourceManager.Migrate.Models.CollectorProperties Properties { get { throw null; } set { } }
+ }
+ public partial class HyperVCollectorResource : Azure.ResourceManager.ArmResource
+ {
+ public static readonly Azure.Core.ResourceType ResourceType;
+ protected HyperVCollectorResource() { }
+ public virtual Azure.ResourceManager.Migrate.HyperVCollectorData Data { get { throw null; } }
+ public virtual bool HasData { get { throw null; } }
+ public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string projectName, string hyperVCollectorName) { throw null; }
+ public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Migrate.HyperVCollectorData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Migrate.HyperVCollectorData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public partial class ImportCollectorCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable
+ {
+ protected ImportCollectorCollection() { }
+ public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string importCollectorName, Azure.ResourceManager.Migrate.ImportCollectorData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string importCollectorName, Azure.ResourceManager.Migrate.ImportCollectorData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Exists(string importCollectorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> ExistsAsync(string importCollectorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(string importCollectorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(string importCollectorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; }
+ System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; }
+ System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
+ }
+ public partial class ImportCollectorData : Azure.ResourceManager.Models.ResourceData
+ {
+ public ImportCollectorData() { }
+ public Azure.ETag? ETag { get { throw null; } set { } }
+ public Azure.ResourceManager.Migrate.Models.ImportCollectorProperties Properties { get { throw null; } set { } }
+ }
+ public partial class ImportCollectorResource : Azure.ResourceManager.ArmResource
+ {
+ public static readonly Azure.Core.ResourceType ResourceType;
+ protected ImportCollectorResource() { }
+ public virtual Azure.ResourceManager.Migrate.ImportCollectorData Data { get { throw null; } }
+ public virtual bool HasData { get { throw null; } }
+ public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string projectName, string importCollectorName) { throw null; }
+ public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Migrate.ImportCollectorData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Migrate.ImportCollectorData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public partial class MachineCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable
+ {
+ protected MachineCollection() { }
+ public virtual Azure.Response Exists(string machineName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> ExistsAsync(string machineName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(string machineName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(string machineName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; }
+ System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; }
+ System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
+ }
+ public partial class MachineData : Azure.ResourceManager.Models.ResourceData
+ {
+ internal MachineData() { }
+ public Azure.ETag? ETag { get { throw null; } }
+ public Azure.ResourceManager.Migrate.Models.MachineProperties Properties { get { throw null; } }
+ }
+ public partial class MachineResource : Azure.ResourceManager.ArmResource
+ {
+ public static readonly Azure.Core.ResourceType ResourceType;
+ protected MachineResource() { }
+ public virtual Azure.ResourceManager.Migrate.MachineData Data { get { throw null; } }
+ public virtual bool HasData { get { throw null; } }
+ public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string projectName, string machineName) { throw null; }
+ public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public static partial class MigrateExtensions
+ {
+ public static Azure.ResourceManager.Migrate.AssessedMachineResource GetAssessedMachineResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; }
+ public static Azure.ResourceManager.Migrate.AssessmentResource GetAssessmentResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; }
+ public static Azure.ResourceManager.Migrate.GroupResource GetGroupResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; }
+ public static Azure.ResourceManager.Migrate.HyperVCollectorResource GetHyperVCollectorResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; }
+ public static Azure.ResourceManager.Migrate.ImportCollectorResource GetImportCollectorResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; }
+ public static Azure.ResourceManager.Migrate.MachineResource GetMachineResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; }
+ public static Azure.ResourceManager.Migrate.MigratePrivateEndpointConnectionResource GetMigratePrivateEndpointConnectionResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; }
+ public static Azure.ResourceManager.Migrate.MigratePrivateLinkResource GetMigratePrivateLinkResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; }
+ public static Azure.Response GetProject(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string projectName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public static System.Threading.Tasks.Task> GetProjectAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string projectName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public static Azure.ResourceManager.Migrate.ProjectResource GetProjectResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; }
+ public static Azure.ResourceManager.Migrate.ProjectCollection GetProjects(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) { throw null; }
+ public static Azure.Pageable GetProjects(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public static Azure.AsyncPageable GetProjectsAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public static Azure.ResourceManager.Migrate.ServerCollectorResource GetServerCollectorResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; }
+ public static Azure.ResourceManager.Migrate.VMwareCollectorResource GetVMwareCollectorResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; }
+ }
+ public partial class MigratePrivateEndpointConnectionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable
+ {
+ protected MigratePrivateEndpointConnectionCollection() { }
+ public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string privateEndpointConnectionName, Azure.ResourceManager.Migrate.MigratePrivateEndpointConnectionData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string privateEndpointConnectionName, Azure.ResourceManager.Migrate.MigratePrivateEndpointConnectionData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Exists(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> ExistsAsync(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; }
+ System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; }
+ System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
+ }
+ public partial class MigratePrivateEndpointConnectionData : Azure.ResourceManager.Models.ResourceData
+ {
+ public MigratePrivateEndpointConnectionData(Azure.ResourceManager.Migrate.Models.PrivateEndpointConnectionProperties properties) { }
+ public Azure.ETag? ETag { get { throw null; } set { } }
+ public Azure.ResourceManager.Migrate.Models.PrivateEndpointConnectionProperties Properties { get { throw null; } set { } }
+ }
+ public partial class MigratePrivateEndpointConnectionResource : Azure.ResourceManager.ArmResource
+ {
+ public static readonly Azure.Core.ResourceType ResourceType;
+ protected MigratePrivateEndpointConnectionResource() { }
+ public virtual Azure.ResourceManager.Migrate.MigratePrivateEndpointConnectionData Data { get { throw null; } }
+ public virtual bool HasData { get { throw null; } }
+ public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string projectName, string privateEndpointConnectionName) { throw null; }
+ public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Migrate.MigratePrivateEndpointConnectionData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Migrate.MigratePrivateEndpointConnectionData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public partial class MigratePrivateLinkResource : Azure.ResourceManager.ArmResource
+ {
+ public static readonly Azure.Core.ResourceType ResourceType;
+ protected MigratePrivateLinkResource() { }
+ public virtual Azure.ResourceManager.Migrate.MigratePrivateLinkResourceData Data { get { throw null; } }
+ public virtual bool HasData { get { throw null; } }
+ public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string projectName, string privateLinkResourceName) { throw null; }
+ public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public partial class MigratePrivateLinkResourceCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable
+ {
+ protected MigratePrivateLinkResourceCollection() { }
+ public virtual Azure.Response Exists(string privateLinkResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> ExistsAsync(string privateLinkResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(string privateLinkResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(string privateLinkResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; }
+ System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; }
+ System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
+ }
+ public partial class MigratePrivateLinkResourceData : Azure.ResourceManager.Models.ResourceData
+ {
+ internal MigratePrivateLinkResourceData() { }
+ public Azure.ResourceManager.Migrate.Models.MigratePrivateLinkResourceProperties Properties { get { throw null; } }
+ }
+ public partial class ProjectCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable
+ {
+ protected ProjectCollection() { }
+ public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string projectName, Azure.ResourceManager.Migrate.ProjectData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string projectName, Azure.ResourceManager.Migrate.ProjectData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Exists(string projectName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> ExistsAsync(string projectName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(string projectName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(string projectName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; }
+ System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; }
+ System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
+ }
+ public partial class ProjectData : Azure.ResourceManager.Models.ResourceData
+ {
+ public ProjectData() { }
+ public Azure.ETag? ETag { get { throw null; } set { } }
+ public Azure.Core.AzureLocation? Location { get { throw null; } set { } }
+ public Azure.ResourceManager.Migrate.Models.ProjectProperties Properties { get { throw null; } set { } }
+ public System.BinaryData Tags { get { throw null; } set { } }
+ }
+ public partial class ProjectResource : Azure.ResourceManager.ArmResource
+ {
+ public static readonly Azure.Core.ResourceType ResourceType;
+ protected ProjectResource() { }
+ public virtual Azure.ResourceManager.Migrate.ProjectData Data { get { throw null; } }
+ public virtual bool HasData { get { throw null; } }
+ public virtual Azure.Response AssessmentOptions(string assessmentOptionsName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> AssessmentOptionsAsync(string assessmentOptionsName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Pageable AssessmentOptionsList(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.AsyncPageable AssessmentOptionsListAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string projectName) { throw null; }
+ public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Pageable GetAssessments(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.AsyncPageable GetAssessmentsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response GetGroup(string groupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetGroupAsync(string groupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.ResourceManager.Migrate.GroupCollection GetGroups() { throw null; }
+ public virtual Azure.Response GetHyperVCollector(string hyperVCollectorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetHyperVCollectorAsync(string hyperVCollectorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.ResourceManager.Migrate.HyperVCollectorCollection GetHyperVCollectors() { throw null; }
+ public virtual Azure.Response GetImportCollector(string importCollectorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetImportCollectorAsync(string importCollectorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.ResourceManager.Migrate.ImportCollectorCollection GetImportCollectors() { throw null; }
+ public virtual Azure.Response GetMachine(string machineName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetMachineAsync(string machineName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.ResourceManager.Migrate.MachineCollection GetMachines() { throw null; }
+ public virtual Azure.Response GetMigratePrivateEndpointConnection(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetMigratePrivateEndpointConnectionAsync(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.ResourceManager.Migrate.MigratePrivateEndpointConnectionCollection GetMigratePrivateEndpointConnections() { throw null; }
+ public virtual Azure.Response GetMigratePrivateLinkResource(string privateLinkResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetMigratePrivateLinkResourceAsync(string privateLinkResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.ResourceManager.Migrate.MigratePrivateLinkResourceCollection GetMigratePrivateLinkResources() { throw null; }
+ public virtual Azure.Response GetServerCollector(string serverCollectorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetServerCollectorAsync(string serverCollectorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.ResourceManager.Migrate.ServerCollectorCollection GetServerCollectors() { throw null; }
+ public virtual Azure.Response GetVMwareCollector(string vmWareCollectorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetVMwareCollectorAsync(string vmWareCollectorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.ResourceManager.Migrate.VMwareCollectorCollection GetVMwareCollectors() { throw null; }
+ public virtual Azure.Response Update(Azure.ResourceManager.Migrate.ProjectData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Migrate.ProjectData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public partial class ServerCollectorCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable
+ {
+ protected ServerCollectorCollection() { }
+ public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string serverCollectorName, Azure.ResourceManager.Migrate.ServerCollectorData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string serverCollectorName, Azure.ResourceManager.Migrate.ServerCollectorData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Exists(string serverCollectorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> ExistsAsync(string serverCollectorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(string serverCollectorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(string serverCollectorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; }
+ System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; }
+ System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
+ }
+ public partial class ServerCollectorData : Azure.ResourceManager.Models.ResourceData
+ {
+ public ServerCollectorData() { }
+ public Azure.ETag? ETag { get { throw null; } set { } }
+ public Azure.ResourceManager.Migrate.Models.CollectorProperties Properties { get { throw null; } set { } }
+ }
+ public partial class ServerCollectorResource : Azure.ResourceManager.ArmResource
+ {
+ public static readonly Azure.Core.ResourceType ResourceType;
+ protected ServerCollectorResource() { }
+ public virtual Azure.ResourceManager.Migrate.ServerCollectorData Data { get { throw null; } }
+ public virtual bool HasData { get { throw null; } }
+ public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string projectName, string serverCollectorName) { throw null; }
+ public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Migrate.ServerCollectorData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Migrate.ServerCollectorData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public partial class VMwareCollectorCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable
+ {
+ protected VMwareCollectorCollection() { }
+ public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string vmWareCollectorName, Azure.ResourceManager.Migrate.VMwareCollectorData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string vmWareCollectorName, Azure.ResourceManager.Migrate.VMwareCollectorData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Exists(string vmWareCollectorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> ExistsAsync(string vmWareCollectorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(string vmWareCollectorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(string vmWareCollectorName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; }
+ System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; }
+ System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
+ }
+ public partial class VMwareCollectorData : Azure.ResourceManager.Models.ResourceData
+ {
+ public VMwareCollectorData() { }
+ public Azure.ETag? ETag { get { throw null; } set { } }
+ public Azure.ResourceManager.Migrate.Models.CollectorProperties Properties { get { throw null; } set { } }
+ }
+ public partial class VMwareCollectorResource : Azure.ResourceManager.ArmResource
+ {
+ public static readonly Azure.Core.ResourceType ResourceType;
+ protected VMwareCollectorResource() { }
+ public virtual Azure.ResourceManager.Migrate.VMwareCollectorData Data { get { throw null; } }
+ public virtual bool HasData { get { throw null; } }
+ public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string projectName, string vmWareCollectorName) { throw null; }
+ public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Migrate.VMwareCollectorData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Migrate.VMwareCollectorData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+}
+namespace Azure.ResourceManager.Migrate.Models
+{
+ public partial class AssessedDisk
+ {
+ internal AssessedDisk() { }
+ public string DisplayName { get { throw null; } }
+ public int? GigabytesForRecommendedDiskSize { get { throw null; } }
+ public double? GigabytesProvisioned { get { throw null; } }
+ public double? MegabytesPerSecondOfRead { get { throw null; } }
+ public double? MegabytesPerSecondOfWrite { get { throw null; } }
+ public double? MonthlyStorageCost { get { throw null; } }
+ public string Name { get { throw null; } }
+ public double? NumberOfReadOperationsPerSecond { get { throw null; } }
+ public double? NumberOfWriteOperationsPerSecond { get { throw null; } }
+ public Azure.ResourceManager.Migrate.Models.AzureDiskSize? RecommendedDiskSize { get { throw null; } }
+ public Azure.ResourceManager.Migrate.Models.AzureDiskType? RecommendedDiskType { get { throw null; } }
+ public Azure.ResourceManager.Migrate.Models.CloudSuitability? Suitability { get { throw null; } }
+ public Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityDetail? SuitabilityDetail { get { throw null; } }
+ public Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityExplanation? SuitabilityExplanation { get { throw null; } }
+ }
+ public partial class AssessedMachineProperties
+ {
+ internal AssessedMachineProperties() { }
+ public Azure.ResourceManager.Migrate.Models.MachineBootType? BootType { get { throw null; } }
+ public double? ConfidenceRatingInPercentage { get { throw null; } }
+ public System.DateTimeOffset? CreatedTimestamp { get { throw null; } }
+ public string DatacenterMachineArmId { get { throw null; } }
+ public string DatacenterManagementServerArmId { get { throw null; } }
+ public string DatacenterManagementServerName { get { throw null; } }
+ public string Description { get { throw null; } }
+ public System.Collections.Generic.IReadOnlyDictionary Disks { get { throw null; } }
+ public string DisplayName { get { throw null; } }
+ public double? MegabytesOfMemory { get { throw null; } }
+ public double? MegabytesOfMemoryForRecommendedSize { get { throw null; } }
+ public double? MonthlyBandwidthCost { get { throw null; } }
+ public double? MonthlyComputeCostForRecommendedSize { get { throw null; } }
+ public double? MonthlyPremiumStorageCost { get { throw null; } }
+ public double? MonthlyStandardSSDStorageCost { get { throw null; } }
+ public double? MonthlyStorageCost { get { throw null; } }
+ public System.Collections.Generic.IReadOnlyDictionary NetworkAdapters { get { throw null; } }
+ public int? NumberOfCores { get { throw null; } }
+ public int? NumberOfCoresForRecommendedSize { get { throw null; } }
+ public string OperatingSystemName { get { throw null; } }
+ public string OperatingSystemType { get { throw null; } }
+ public string OperatingSystemVersion { get { throw null; } }
+ public double? PercentageCoresUtilization { get { throw null; } }
+ public double? PercentageMemoryUtilization { get { throw null; } }
+ public Azure.ResourceManager.Migrate.Models.AzureVmSize? RecommendedSize { get { throw null; } }
+ public Azure.ResourceManager.Migrate.Models.CloudSuitability? Suitability { get { throw null; } }
+ public Azure.ResourceManager.Migrate.Models.AzureVmSuitabilityDetail? SuitabilityDetail { get { throw null; } }
+ public Azure.ResourceManager.Migrate.Models.AzureVmSuitabilityExplanation? SuitabilityExplanation { get { throw null; } }
+ public System.DateTimeOffset? UpdatedTimestamp { get { throw null; } }
+ }
+ public partial class AssessedNetworkAdapter
+ {
+ internal AssessedNetworkAdapter() { }
+ public string DisplayName { get { throw null; } }
+ public System.Collections.Generic.IReadOnlyList IPAddresses { get { throw null; } }
+ public string MacAddress { get { throw null; } }
+ public double? MegabytesPerSecondReceived { get { throw null; } }
+ public double? MegabytesPerSecondTransmitted { get { throw null; } }
+ public double? MonthlyBandwidthCosts { get { throw null; } }
+ public double? NetGigabytesTransmittedPerMonth { get { throw null; } }
+ public Azure.ResourceManager.Migrate.Models.CloudSuitability? Suitability { get { throw null; } }
+ public Azure.ResourceManager.Migrate.Models.AzureNetworkAdapterSuitabilityDetail? SuitabilityDetail { get { throw null; } }
+ public Azure.ResourceManager.Migrate.Models.AzureNetworkAdapterSuitabilityExplanation? SuitabilityExplanation { get { throw null; } }
+ }
+ public partial class AssessmentOptions
+ {
+ internal AssessmentOptions() { }
+ public string Id { get { throw null; } }
+ public string Name { get { throw null; } }
+ public Azure.ResourceManager.Migrate.Models.AssessmentOptionsProperties Properties { get { throw null; } }
+ }
+ public partial class AssessmentOptionsProperties
+ {
+ internal AssessmentOptionsProperties() { }
+ public System.Collections.Generic.IReadOnlyList ReservedInstanceSupportedCurrencies { get { throw null; } }
+ public System.Collections.Generic.IReadOnlyList ReservedInstanceSupportedLocations { get { throw null; } }
+ public System.Collections.Generic.IReadOnlyList ReservedInstanceSupportedOffers { get { throw null; } }
+ public System.Collections.Generic.IReadOnlyList ReservedInstanceVmFamilies { get { throw null; } }
+ public System.Collections.Generic.IReadOnlyList VmFamilies { get { throw null; } }
+ }
+ public partial class AssessmentProperties
+ {
+ public AssessmentProperties(Azure.ResourceManager.Migrate.Models.AzureLocation azureLocation, Azure.ResourceManager.Migrate.Models.AzureOfferCode azureOfferCode, Azure.ResourceManager.Migrate.Models.AzurePricingTier azurePricingTier, Azure.ResourceManager.Migrate.Models.AzureStorageRedundancy azureStorageRedundancy, double scalingFactor, Azure.ResourceManager.Migrate.Models.Percentile percentile, Azure.ResourceManager.Migrate.Models.TimeRange timeRange, Azure.ResourceManager.Migrate.Models.AssessmentStage stage, Azure.ResourceManager.Migrate.Models.Currency currency, Azure.ResourceManager.Migrate.Models.AzureHybridUseBenefit azureHybridUseBenefit, double discountPercentage, Azure.ResourceManager.Migrate.Models.AssessmentSizingCriterion sizingCriterion, Azure.ResourceManager.Migrate.Models.ReservedInstance reservedInstance, System.Collections.Generic.IEnumerable azureVmFamilies, Azure.ResourceManager.Migrate.Models.AzureDiskType azureDiskType, Azure.ResourceManager.Migrate.Models.VmUptime vmUptime) { }
+ public Azure.ResourceManager.Migrate.Models.AzureDiskType AzureDiskType { get { throw null; } set { } }
+ public Azure.ResourceManager.Migrate.Models.AzureHybridUseBenefit AzureHybridUseBenefit { get { throw null; } set { } }
+ public Azure.ResourceManager.Migrate.Models.AzureLocation AzureLocation { get { throw null; } set { } }
+ public Azure.ResourceManager.Migrate.Models.AzureOfferCode AzureOfferCode { get { throw null; } set { } }
+ public Azure.ResourceManager.Migrate.Models.AzurePricingTier AzurePricingTier { get { throw null; } set { } }
+ public Azure.ResourceManager.Migrate.Models.AzureStorageRedundancy AzureStorageRedundancy { get { throw null; } set { } }
+ public System.Collections.Generic.IList AzureVmFamilies { get { throw null; } }
+ public double? ConfidenceRatingInPercentage { get { throw null; } }
+ public System.DateTimeOffset? CreatedTimestamp { get { throw null; } }
+ public Azure.ResourceManager.Migrate.Models.Currency Currency { get { throw null; } set { } }
+ public double DiscountPercentage { get { throw null; } set { } }
+ public string EaSubscriptionId { get { throw null; } }
+ public double? MonthlyBandwidthCost { get { throw null; } }
+ public double? MonthlyComputeCost { get { throw null; } }
+ public double? MonthlyPremiumStorageCost { get { throw null; } }
+ public double? MonthlyStandardSSDStorageCost { get { throw null; } }
+ public double? MonthlyStorageCost { get { throw null; } }
+ public int? NumberOfMachines { get { throw null; } }
+ public Azure.ResourceManager.Migrate.Models.Percentile Percentile { get { throw null; } set { } }
+ public System.DateTimeOffset? PerfDataEndOn { get { throw null; } }
+ public System.DateTimeOffset? PerfDataStartOn { get { throw null; } }
+ public System.DateTimeOffset? PricesTimestamp { get { throw null; } }
+ public Azure.ResourceManager.Migrate.Models.ReservedInstance ReservedInstance { get { throw null; } set { } }
+ public double ScalingFactor { get { throw null; } set { } }
+ public Azure.ResourceManager.Migrate.Models.AssessmentSizingCriterion SizingCriterion { get { throw null; } set { } }
+ public Azure.ResourceManager.Migrate.Models.AssessmentStage Stage { get { throw null; } set { } }
+ public Azure.ResourceManager.Migrate.Models.AssessmentStatus? Status { get { throw null; } }
+ public Azure.ResourceManager.Migrate.Models.TimeRange TimeRange { get { throw null; } set { } }
+ public System.DateTimeOffset? UpdatedTimestamp { get { throw null; } }
+ public Azure.ResourceManager.Migrate.Models.VmUptime VmUptime { get { throw null; } set { } }
+ }
+ [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
+ public readonly partial struct AssessmentSizingCriterion : System.IEquatable
+ {
+ private readonly object _dummy;
+ private readonly int _dummyPrimitive;
+ public AssessmentSizingCriterion(string value) { throw null; }
+ public static Azure.ResourceManager.Migrate.Models.AssessmentSizingCriterion AsOnPremises { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AssessmentSizingCriterion PerformanceBased { get { throw null; } }
+ public bool Equals(Azure.ResourceManager.Migrate.Models.AssessmentSizingCriterion 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.Migrate.Models.AssessmentSizingCriterion left, Azure.ResourceManager.Migrate.Models.AssessmentSizingCriterion right) { throw null; }
+ public static implicit operator Azure.ResourceManager.Migrate.Models.AssessmentSizingCriterion (string value) { throw null; }
+ public static bool operator !=(Azure.ResourceManager.Migrate.Models.AssessmentSizingCriterion left, Azure.ResourceManager.Migrate.Models.AssessmentSizingCriterion right) { throw null; }
+ public override string ToString() { throw null; }
+ }
+ [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
+ public readonly partial struct AssessmentStage : System.IEquatable
+ {
+ private readonly object _dummy;
+ private readonly int _dummyPrimitive;
+ public AssessmentStage(string value) { throw null; }
+ public static Azure.ResourceManager.Migrate.Models.AssessmentStage Approved { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AssessmentStage InProgress { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AssessmentStage UnderReview { get { throw null; } }
+ public bool Equals(Azure.ResourceManager.Migrate.Models.AssessmentStage 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.Migrate.Models.AssessmentStage left, Azure.ResourceManager.Migrate.Models.AssessmentStage right) { throw null; }
+ public static implicit operator Azure.ResourceManager.Migrate.Models.AssessmentStage (string value) { throw null; }
+ public static bool operator !=(Azure.ResourceManager.Migrate.Models.AssessmentStage left, Azure.ResourceManager.Migrate.Models.AssessmentStage right) { throw null; }
+ public override string ToString() { throw null; }
+ }
+ [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
+ public readonly partial struct AssessmentStatus : System.IEquatable
+ {
+ private readonly object _dummy;
+ private readonly int _dummyPrimitive;
+ public AssessmentStatus(string value) { throw null; }
+ public static Azure.ResourceManager.Migrate.Models.AssessmentStatus Completed { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AssessmentStatus Created { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AssessmentStatus Invalid { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AssessmentStatus OutDated { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AssessmentStatus OutOfSync { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AssessmentStatus Running { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AssessmentStatus Updated { get { throw null; } }
+ public bool Equals(Azure.ResourceManager.Migrate.Models.AssessmentStatus 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.Migrate.Models.AssessmentStatus left, Azure.ResourceManager.Migrate.Models.AssessmentStatus right) { throw null; }
+ public static implicit operator Azure.ResourceManager.Migrate.Models.AssessmentStatus (string value) { throw null; }
+ public static bool operator !=(Azure.ResourceManager.Migrate.Models.AssessmentStatus left, Azure.ResourceManager.Migrate.Models.AssessmentStatus right) { throw null; }
+ public override string ToString() { throw null; }
+ }
+ [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
+ public readonly partial struct AzureDiskSize : System.IEquatable
+ {
+ private readonly object _dummy;
+ private readonly int _dummyPrimitive;
+ public AzureDiskSize(string value) { throw null; }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize PremiumP10 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize PremiumP15 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize PremiumP20 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize PremiumP30 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize PremiumP4 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize PremiumP40 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize PremiumP50 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize PremiumP6 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize PremiumP60 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize PremiumP70 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize PremiumP80 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize StandardS10 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize StandardS15 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize StandardS20 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize StandardS30 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize StandardS4 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize StandardS40 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize StandardS50 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize StandardS6 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize StandardS60 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize StandardS70 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize StandardS80 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize StandardSSDE10 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize StandardSSDE15 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize StandardSSDE20 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize StandardSSDE30 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize StandardSSDE4 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize StandardSSDE40 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize StandardSSDE50 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize StandardSSDE6 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize StandardSSDE60 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize StandardSSDE70 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize StandardSSDE80 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSize Unknown { get { throw null; } }
+ public bool Equals(Azure.ResourceManager.Migrate.Models.AzureDiskSize 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.Migrate.Models.AzureDiskSize left, Azure.ResourceManager.Migrate.Models.AzureDiskSize right) { throw null; }
+ public static implicit operator Azure.ResourceManager.Migrate.Models.AzureDiskSize (string value) { throw null; }
+ public static bool operator !=(Azure.ResourceManager.Migrate.Models.AzureDiskSize left, Azure.ResourceManager.Migrate.Models.AzureDiskSize right) { throw null; }
+ public override string ToString() { throw null; }
+ }
+ [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
+ public readonly partial struct AzureDiskSuitabilityDetail : System.IEquatable
+ {
+ private readonly object _dummy;
+ private readonly int _dummyPrimitive;
+ public AzureDiskSuitabilityDetail(string value) { throw null; }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityDetail DiskGigabytesConsumedMissing { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityDetail DiskGigabytesConsumedOutOfRange { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityDetail DiskGigabytesProvisionedMissing { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityDetail DiskGigabytesProvisionedOutOfRange { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityDetail MegabytesPerSecondOfReadMissing { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityDetail MegabytesPerSecondOfReadOutOfRange { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityDetail MegabytesPerSecondOfWriteMissing { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityDetail MegabytesPerSecondOfWriteOutOfRange { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityDetail None { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityDetail NumberOfReadOperationsPerSecondMissing { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityDetail NumberOfReadOperationsPerSecondOutOfRange { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityDetail NumberOfWriteOperationsPerSecondMissing { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityDetail NumberOfWriteOperationsPerSecondOutOfRange { get { throw null; } }
+ public bool Equals(Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityDetail 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.Migrate.Models.AzureDiskSuitabilityDetail left, Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityDetail right) { throw null; }
+ public static implicit operator Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityDetail (string value) { throw null; }
+ public static bool operator !=(Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityDetail left, Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityDetail right) { throw null; }
+ public override string ToString() { throw null; }
+ }
+ [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
+ public readonly partial struct AzureDiskSuitabilityExplanation : System.IEquatable
+ {
+ private readonly object _dummy;
+ private readonly int _dummyPrimitive;
+ public AzureDiskSuitabilityExplanation(string value) { throw null; }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityExplanation DiskSizeGreaterThanSupported { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityExplanation InternalErrorOccurredForDiskEvaluation { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityExplanation NoDiskSizeFoundForSelectedRedundancy { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityExplanation NoDiskSizeFoundInSelectedLocation { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityExplanation NoEaPriceFoundForDiskSize { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityExplanation NoSuitableDiskSizeForIops { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityExplanation NoSuitableDiskSizeForThroughput { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityExplanation NotApplicable { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityExplanation Unknown { get { throw null; } }
+ public bool Equals(Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityExplanation 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.Migrate.Models.AzureDiskSuitabilityExplanation left, Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityExplanation right) { throw null; }
+ public static implicit operator Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityExplanation (string value) { throw null; }
+ public static bool operator !=(Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityExplanation left, Azure.ResourceManager.Migrate.Models.AzureDiskSuitabilityExplanation right) { throw null; }
+ public override string ToString() { throw null; }
+ }
+ [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
+ public readonly partial struct AzureDiskType : System.IEquatable
+ {
+ private readonly object _dummy;
+ private readonly int _dummyPrimitive;
+ public AzureDiskType(string value) { throw null; }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskType Premium { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskType Standard { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskType StandardOrPremium { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskType StandardSSD { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureDiskType Unknown { get { throw null; } }
+ public bool Equals(Azure.ResourceManager.Migrate.Models.AzureDiskType 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.Migrate.Models.AzureDiskType left, Azure.ResourceManager.Migrate.Models.AzureDiskType right) { throw null; }
+ public static implicit operator Azure.ResourceManager.Migrate.Models.AzureDiskType (string value) { throw null; }
+ public static bool operator !=(Azure.ResourceManager.Migrate.Models.AzureDiskType left, Azure.ResourceManager.Migrate.Models.AzureDiskType right) { throw null; }
+ public override string ToString() { throw null; }
+ }
+ [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
+ public readonly partial struct AzureHybridUseBenefit : System.IEquatable
+ {
+ private readonly object _dummy;
+ private readonly int _dummyPrimitive;
+ public AzureHybridUseBenefit(string value) { throw null; }
+ public static Azure.ResourceManager.Migrate.Models.AzureHybridUseBenefit No { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureHybridUseBenefit Unknown { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureHybridUseBenefit Yes { get { throw null; } }
+ public bool Equals(Azure.ResourceManager.Migrate.Models.AzureHybridUseBenefit 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.Migrate.Models.AzureHybridUseBenefit left, Azure.ResourceManager.Migrate.Models.AzureHybridUseBenefit right) { throw null; }
+ public static implicit operator Azure.ResourceManager.Migrate.Models.AzureHybridUseBenefit (string value) { throw null; }
+ public static bool operator !=(Azure.ResourceManager.Migrate.Models.AzureHybridUseBenefit left, Azure.ResourceManager.Migrate.Models.AzureHybridUseBenefit right) { throw null; }
+ public override string ToString() { throw null; }
+ }
+ [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
+ public readonly partial struct AzureLocation : System.IEquatable
+ {
+ private readonly object _dummy;
+ private readonly int _dummyPrimitive;
+ public AzureLocation(string value) { throw null; }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation AustraliaEast { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation AustraliaSoutheast { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation BrazilSouth { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation CanadaCentral { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation CanadaEast { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation CentralIndia { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation CentralUs { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation ChinaEast { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation ChinaNorth { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation EastAsia { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation EastUs { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation EastUs2 { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation GermanyCentral { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation GermanyNortheast { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation JapanEast { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation JapanWest { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation KoreaCentral { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation KoreaSouth { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation NorthCentralUs { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation NorthEurope { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation SouthCentralUs { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation SoutheastAsia { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation SouthIndia { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation UkSouth { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation UkWest { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation Unknown { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation USDoDCentral { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation USDoDEast { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation USGovArizona { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation USGovIowa { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation USGovTexas { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation USGovVirginia { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation WestCentralUs { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation WestEurope { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation WestIndia { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation WestUs { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureLocation WestUs2 { get { throw null; } }
+ public bool Equals(Azure.ResourceManager.Migrate.Models.AzureLocation 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.Migrate.Models.AzureLocation left, Azure.ResourceManager.Migrate.Models.AzureLocation right) { throw null; }
+ public static implicit operator Azure.ResourceManager.Migrate.Models.AzureLocation (string value) { throw null; }
+ public static bool operator !=(Azure.ResourceManager.Migrate.Models.AzureLocation left, Azure.ResourceManager.Migrate.Models.AzureLocation right) { throw null; }
+ public override string ToString() { throw null; }
+ }
+ [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
+ public readonly partial struct AzureNetworkAdapterSuitabilityDetail : System.IEquatable
+ {
+ private readonly object _dummy;
+ private readonly int _dummyPrimitive;
+ public AzureNetworkAdapterSuitabilityDetail(string value) { throw null; }
+ public static Azure.ResourceManager.Migrate.Models.AzureNetworkAdapterSuitabilityDetail MegabytesOfDataTransmittedMissing { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureNetworkAdapterSuitabilityDetail MegabytesOfDataTransmittedOutOfRange { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureNetworkAdapterSuitabilityDetail None { get { throw null; } }
+ public bool Equals(Azure.ResourceManager.Migrate.Models.AzureNetworkAdapterSuitabilityDetail 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.Migrate.Models.AzureNetworkAdapterSuitabilityDetail left, Azure.ResourceManager.Migrate.Models.AzureNetworkAdapterSuitabilityDetail right) { throw null; }
+ public static implicit operator Azure.ResourceManager.Migrate.Models.AzureNetworkAdapterSuitabilityDetail (string value) { throw null; }
+ public static bool operator !=(Azure.ResourceManager.Migrate.Models.AzureNetworkAdapterSuitabilityDetail left, Azure.ResourceManager.Migrate.Models.AzureNetworkAdapterSuitabilityDetail right) { throw null; }
+ public override string ToString() { throw null; }
+ }
+ [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
+ public readonly partial struct AzureNetworkAdapterSuitabilityExplanation : System.IEquatable
+ {
+ private readonly object _dummy;
+ private readonly int _dummyPrimitive;
+ public AzureNetworkAdapterSuitabilityExplanation(string value) { throw null; }
+ public static Azure.ResourceManager.Migrate.Models.AzureNetworkAdapterSuitabilityExplanation InternalErrorOccurred { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureNetworkAdapterSuitabilityExplanation NotApplicable { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureNetworkAdapterSuitabilityExplanation Unknown { get { throw null; } }
+ public bool Equals(Azure.ResourceManager.Migrate.Models.AzureNetworkAdapterSuitabilityExplanation 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.Migrate.Models.AzureNetworkAdapterSuitabilityExplanation left, Azure.ResourceManager.Migrate.Models.AzureNetworkAdapterSuitabilityExplanation right) { throw null; }
+ public static implicit operator Azure.ResourceManager.Migrate.Models.AzureNetworkAdapterSuitabilityExplanation (string value) { throw null; }
+ public static bool operator !=(Azure.ResourceManager.Migrate.Models.AzureNetworkAdapterSuitabilityExplanation left, Azure.ResourceManager.Migrate.Models.AzureNetworkAdapterSuitabilityExplanation right) { throw null; }
+ public override string ToString() { throw null; }
+ }
+ [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
+ public readonly partial struct AzureOfferCode : System.IEquatable
+ {
+ private readonly object _dummy;
+ private readonly int _dummyPrimitive;
+ public AzureOfferCode(string value) { throw null; }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode EA { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazr0003P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazr0022P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazr0023P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazr0025P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazr0029P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazr0036P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazr0044P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazr0059P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazr0060P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazr0062P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazr0063P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazr0064P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazr0111P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazr0120P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazr0121P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazr0122P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazr0123P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazr0124P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazr0125P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazr0126P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazr0127P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazr0128P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazr0129P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazr0130P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazr0144P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazr0148P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazr0149P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazrde0003P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazrde0044P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msazrusgov0003P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msmcazr0044P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msmcazr0059P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msmcazr0060P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msmcazr0063P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msmcazr0120P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msmcazr0121P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msmcazr0125P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Msmcazr0128P { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureOfferCode Unknown { get { throw null; } }
+ public bool Equals(Azure.ResourceManager.Migrate.Models.AzureOfferCode 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.Migrate.Models.AzureOfferCode left, Azure.ResourceManager.Migrate.Models.AzureOfferCode right) { throw null; }
+ public static implicit operator Azure.ResourceManager.Migrate.Models.AzureOfferCode (string value) { throw null; }
+ public static bool operator !=(Azure.ResourceManager.Migrate.Models.AzureOfferCode left, Azure.ResourceManager.Migrate.Models.AzureOfferCode right) { throw null; }
+ public override string ToString() { throw null; }
+ }
+ [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
+ public readonly partial struct AzurePricingTier : System.IEquatable
+ {
+ private readonly object _dummy;
+ private readonly int _dummyPrimitive;
+ public AzurePricingTier(string value) { throw null; }
+ public static Azure.ResourceManager.Migrate.Models.AzurePricingTier Basic { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzurePricingTier Standard { get { throw null; } }
+ public bool Equals(Azure.ResourceManager.Migrate.Models.AzurePricingTier 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.Migrate.Models.AzurePricingTier left, Azure.ResourceManager.Migrate.Models.AzurePricingTier right) { throw null; }
+ public static implicit operator Azure.ResourceManager.Migrate.Models.AzurePricingTier (string value) { throw null; }
+ public static bool operator !=(Azure.ResourceManager.Migrate.Models.AzurePricingTier left, Azure.ResourceManager.Migrate.Models.AzurePricingTier right) { throw null; }
+ public override string ToString() { throw null; }
+ }
+ [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
+ public readonly partial struct AzureStorageRedundancy : System.IEquatable
+ {
+ private readonly object _dummy;
+ private readonly int _dummyPrimitive;
+ public AzureStorageRedundancy(string value) { throw null; }
+ public static Azure.ResourceManager.Migrate.Models.AzureStorageRedundancy GeoRedundant { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureStorageRedundancy LocallyRedundant { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureStorageRedundancy ReadAccessGeoRedundant { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureStorageRedundancy Unknown { get { throw null; } }
+ public static Azure.ResourceManager.Migrate.Models.AzureStorageRedundancy ZoneRedundant { get { throw null; } }
+ public bool Equals(Azure.ResourceManager.Migrate.Models.AzureStorageRedundancy 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.Migrate.Models.AzureStorageRedundancy left, Azure.ResourceManager.Migrate.Models.AzureStorageRedundancy right) { throw null; }
+ public static implicit operator Azure.ResourceManager.Migrate.Models.AzureStorageRedundancy (string value) { throw null; }
+ public static bool operator !=(Azure.ResourceManager.Migrate.Models.AzureStorageRedundancy left, Azure.ResourceManager.Migrate.Models.AzureStorageRedundancy right) { throw null; }
+ public override string ToString() { throw null; }
+ }
+ [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
+ public readonly partial struct AzureVmFamily : System.IEquatable