diff --git a/sdk/connectedcache/Azure.ResourceManager.ConnectedCache/Azure.ResourceManager.ConnectedCache.sln b/sdk/connectedcache/Azure.ResourceManager.ConnectedCache/Azure.ResourceManager.ConnectedCache.sln
new file mode 100644
index 000000000000..4247645fb197
--- /dev/null
+++ b/sdk/connectedcache/Azure.ResourceManager.ConnectedCache/Azure.ResourceManager.ConnectedCache.sln
@@ -0,0 +1,56 @@
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.29709.97
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.ConnectedCache.Samples", "samples\Azure.ResourceManager.ConnectedCache.Samples.csproj", "{7A2DFF15-5746-49F4-BD0F-C6C35337088A}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.ResourceManager.ConnectedCache", "src\Azure.ResourceManager.ConnectedCache.csproj", "{28FF4005-4467-4E36-92E7-DEA27DEB1519}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.ResourceManager.ConnectedCache.Tests", "tests\Azure.ResourceManager.ConnectedCache.Tests.csproj", "{1F1CD1D4-9932-4B73-99D8-C252A67D4B46}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {B0C276D1-2930-4887-B29A-D1A33E7009A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {B0C276D1-2930-4887-B29A-D1A33E7009A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {B0C276D1-2930-4887-B29A-D1A33E7009A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {B0C276D1-2930-4887-B29A-D1A33E7009A2}.Release|Any CPU.Build.0 = Release|Any CPU
+ {8E9A77AC-792A-4432-8320-ACFD46730401}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {8E9A77AC-792A-4432-8320-ACFD46730401}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {8E9A77AC-792A-4432-8320-ACFD46730401}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {8E9A77AC-792A-4432-8320-ACFD46730401}.Release|Any CPU.Build.0 = Release|Any CPU
+ {7A2DFF15-5746-49F4-BD0F-C6C35337088A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {7A2DFF15-5746-49F4-BD0F-C6C35337088A}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {7A2DFF15-5746-49F4-BD0F-C6C35337088A}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {7A2DFF15-5746-49F4-BD0F-C6C35337088A}.Release|Any CPU.Build.0 = Release|Any CPU
+ {A4241C1F-A53D-474C-9E4E-075054407E74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {A4241C1F-A53D-474C-9E4E-075054407E74}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {A4241C1F-A53D-474C-9E4E-075054407E74}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {A4241C1F-A53D-474C-9E4E-075054407E74}.Release|Any CPU.Build.0 = Release|Any CPU
+ {FA8BD3F1-8616-47B6-974C-7576CDF4717E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {FA8BD3F1-8616-47B6-974C-7576CDF4717E}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {FA8BD3F1-8616-47B6-974C-7576CDF4717E}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {FA8BD3F1-8616-47B6-974C-7576CDF4717E}.Release|Any CPU.Build.0 = Release|Any CPU
+ {85677AD3-C214-42FA-AE6E-49B956CAC8DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {85677AD3-C214-42FA-AE6E-49B956CAC8DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {85677AD3-C214-42FA-AE6E-49B956CAC8DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {85677AD3-C214-42FA-AE6E-49B956CAC8DC}.Release|Any CPU.Build.0 = Release|Any CPU
+ {28FF4005-4467-4E36-92E7-DEA27DEB1519}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {28FF4005-4467-4E36-92E7-DEA27DEB1519}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {28FF4005-4467-4E36-92E7-DEA27DEB1519}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {28FF4005-4467-4E36-92E7-DEA27DEB1519}.Release|Any CPU.Build.0 = Release|Any CPU
+ {1F1CD1D4-9932-4B73-99D8-C252A67D4B46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {1F1CD1D4-9932-4B73-99D8-C252A67D4B46}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {1F1CD1D4-9932-4B73-99D8-C252A67D4B46}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {1F1CD1D4-9932-4B73-99D8-C252A67D4B46}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {A97F4B90-2591-4689-B1F8-5F21FE6D6CAE}
+ EndGlobalSection
+EndGlobal
diff --git a/sdk/connectedcache/Azure.ResourceManager.ConnectedCache/CHANGELOG.md b/sdk/connectedcache/Azure.ResourceManager.ConnectedCache/CHANGELOG.md
new file mode 100644
index 000000000000..8b33f0fedccc
--- /dev/null
+++ b/sdk/connectedcache/Azure.ResourceManager.ConnectedCache/CHANGELOG.md
@@ -0,0 +1,11 @@
+# Release History
+
+## 1.0.0-beta.1 (Unreleased)
+
+### Features Added
+
+### Breaking Changes
+
+### Bugs Fixed
+
+### Other Changes
\ No newline at end of file
diff --git a/sdk/connectedcache/Azure.ResourceManager.ConnectedCache/Directory.Build.props b/sdk/connectedcache/Azure.ResourceManager.ConnectedCache/Directory.Build.props
new file mode 100644
index 000000000000..63bd836ad44b
--- /dev/null
+++ b/sdk/connectedcache/Azure.ResourceManager.ConnectedCache/Directory.Build.props
@@ -0,0 +1,6 @@
+
+
+
+
diff --git a/sdk/connectedcache/Azure.ResourceManager.ConnectedCache/README.md b/sdk/connectedcache/Azure.ResourceManager.ConnectedCache/README.md
new file mode 100644
index 000000000000..1ba4d0fd1b39
--- /dev/null
+++ b/sdk/connectedcache/Azure.ResourceManager.ConnectedCache/README.md
@@ -0,0 +1,80 @@
+# Microsoft Azure ConnectedCache management client library for .NET
+
+**[Describe the service briefly first.]**
+
+This library follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html), and provides many core capabilities:
+
+ - 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.
+
+## Getting started
+
+### Install the package
+
+Install the Microsoft Azure ConnectedCache management library for .NET with [NuGet](https://www.nuget.org/):
+
+```dotnetcli
+dotnet add package Azure.ResourceManager.ConnectedCache --prerelease
+```
+
+### Prerequisites
+
+* You must have an [Microsoft Azure subscription](https://azure.microsoft.com/free/dotnet/).
+
+### Authenticate the Client
+
+To create an authenticated client and start interacting with Microsoft Azure resources, 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 Microsoft Azure SDK for .NET 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://learn.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://aka.ms/azuresdk-net-mgmt-samples)
+
+## 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 about Microsoft Azure SDK, see [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
+(for example, label, comment). Follow the instructions provided by the
+bot. You'll only need to do this action 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 other 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/connectedcache/Azure.ResourceManager.ConnectedCache/api/Azure.ResourceManager.ConnectedCache.net8.0.cs b/sdk/connectedcache/Azure.ResourceManager.ConnectedCache/api/Azure.ResourceManager.ConnectedCache.net8.0.cs
new file mode 100644
index 000000000000..ecf508d88aa5
--- /dev/null
+++ b/sdk/connectedcache/Azure.ResourceManager.ConnectedCache/api/Azure.ResourceManager.ConnectedCache.net8.0.cs
@@ -0,0 +1,865 @@
+namespace Azure.ResourceManager.ConnectedCache
+{
+ public static partial class ConnectedCacheExtensions
+ {
+ public static Azure.ResourceManager.ConnectedCache.EnterpriseMccCacheNodeResource GetEnterpriseMccCacheNodeResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.EnterpriseMccCustomerResource GetEnterpriseMccCustomerResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; }
+ public static Azure.Response GetEnterpriseMccCustomerResource(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string customerResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public static System.Threading.Tasks.Task> GetEnterpriseMccCustomerResourceAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string customerResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.EnterpriseMccCustomerResourceCollection GetEnterpriseMccCustomerResources(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) { throw null; }
+ public static Azure.Pageable GetEnterpriseMccCustomerResources(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public static Azure.AsyncPageable GetEnterpriseMccCustomerResourcesAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.IspCacheNodeResource GetIspCacheNodeResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.IspCustomerResource GetIspCustomerResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; }
+ public static Azure.Response GetIspCustomerResource(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string customerResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public static System.Threading.Tasks.Task> GetIspCustomerResourceAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string customerResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.IspCustomerResourceCollection GetIspCustomerResources(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) { throw null; }
+ public static Azure.Pageable GetIspCustomerResources(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public static Azure.AsyncPageable GetIspCustomerResourcesAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public partial class EnterpriseMccCacheNodeResource : Azure.ResourceManager.ArmResource, System.ClientModel.Primitives.IJsonModel, System.ClientModel.Primitives.IPersistableModel
+ {
+ public static readonly Azure.Core.ResourceType ResourceType;
+ protected EnterpriseMccCacheNodeResource() { }
+ public virtual Azure.ResourceManager.ConnectedCache.EnterpriseMccCacheNodeResourceData Data { get { throw null; } }
+ public virtual bool HasData { get { throw null; } }
+ public virtual Azure.Response AddTag(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> AddTagAsync(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string customerResourceName, string cacheNodeResourceName) { 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.Response GetCacheNodeAutoUpdateHistory(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetCacheNodeAutoUpdateHistoryAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response GetCacheNodeInstallDetails(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetCacheNodeInstallDetailsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response GetCacheNodeMccIssueDetailsHistory(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetCacheNodeMccIssueDetailsHistoryAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response GetCacheNodeTlsCertificateHistory(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetCacheNodeTlsCertificateHistoryAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> SetTagsAsync(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ Azure.ResourceManager.ConnectedCache.EnterpriseMccCacheNodeResourceData System.ClientModel.Primitives.IJsonModel.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ void System.ClientModel.Primitives.IJsonModel.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
+ Azure.ResourceManager.ConnectedCache.EnterpriseMccCacheNodeResourceData System.ClientModel.Primitives.IPersistableModel.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ string System.ClientModel.Primitives.IPersistableModel.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ System.BinaryData System.ClientModel.Primitives.IPersistableModel.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ public virtual Azure.Response Update(Azure.ResourceManager.ConnectedCache.Models.ConnectedCachePatchContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.ConnectedCache.Models.ConnectedCachePatchContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public partial class EnterpriseMccCacheNodeResourceCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable
+ {
+ protected EnterpriseMccCacheNodeResourceCollection() { }
+ public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string cacheNodeResourceName, Azure.ResourceManager.ConnectedCache.EnterpriseMccCacheNodeResourceData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string cacheNodeResourceName, Azure.ResourceManager.ConnectedCache.EnterpriseMccCacheNodeResourceData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Exists(string cacheNodeResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> ExistsAsync(string cacheNodeResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(string cacheNodeResourceName, 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 cacheNodeResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.NullableResponse GetIfExists(string cacheNodeResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string cacheNodeResourceName, 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 EnterpriseMccCacheNodeResourceData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel, System.ClientModel.Primitives.IPersistableModel
+ {
+ public EnterpriseMccCacheNodeResourceData(Azure.Core.AzureLocation location) { }
+ public Azure.ResourceManager.ConnectedCache.Models.CacheNodeProperty Properties { get { throw null; } set { } }
+ protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
+ Azure.ResourceManager.ConnectedCache.EnterpriseMccCacheNodeResourceData System.ClientModel.Primitives.IJsonModel.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ void System.ClientModel.Primitives.IJsonModel.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
+ Azure.ResourceManager.ConnectedCache.EnterpriseMccCacheNodeResourceData System.ClientModel.Primitives.IPersistableModel.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ string System.ClientModel.Primitives.IPersistableModel.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ System.BinaryData System.ClientModel.Primitives.IPersistableModel.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ }
+ public partial class EnterpriseMccCustomerResource : Azure.ResourceManager.ArmResource, System.ClientModel.Primitives.IJsonModel, System.ClientModel.Primitives.IPersistableModel
+ {
+ public static readonly Azure.Core.ResourceType ResourceType;
+ protected EnterpriseMccCustomerResource() { }
+ public virtual Azure.ResourceManager.ConnectedCache.EnterpriseMccCustomerResourceData Data { get { throw null; } }
+ public virtual bool HasData { get { throw null; } }
+ public virtual Azure.Response AddTag(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> AddTagAsync(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string customerResourceName) { 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.Response GetEnterpriseMccCacheNodeResource(string cacheNodeResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetEnterpriseMccCacheNodeResourceAsync(string cacheNodeResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.ResourceManager.ConnectedCache.EnterpriseMccCacheNodeResourceCollection GetEnterpriseMccCacheNodeResources() { throw null; }
+ public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> SetTagsAsync(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ Azure.ResourceManager.ConnectedCache.EnterpriseMccCustomerResourceData System.ClientModel.Primitives.IJsonModel.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ void System.ClientModel.Primitives.IJsonModel.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
+ Azure.ResourceManager.ConnectedCache.EnterpriseMccCustomerResourceData System.ClientModel.Primitives.IPersistableModel.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ string System.ClientModel.Primitives.IPersistableModel.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ System.BinaryData System.ClientModel.Primitives.IPersistableModel.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ public virtual Azure.Response Update(Azure.ResourceManager.ConnectedCache.Models.ConnectedCachePatchContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.ConnectedCache.Models.ConnectedCachePatchContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public partial class EnterpriseMccCustomerResourceCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable
+ {
+ protected EnterpriseMccCustomerResourceCollection() { }
+ public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string customerResourceName, Azure.ResourceManager.ConnectedCache.EnterpriseMccCustomerResourceData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string customerResourceName, Azure.ResourceManager.ConnectedCache.EnterpriseMccCustomerResourceData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Exists(string customerResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> ExistsAsync(string customerResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(string customerResourceName, 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 customerResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.NullableResponse GetIfExists(string customerResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string customerResourceName, 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 EnterpriseMccCustomerResourceData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel, System.ClientModel.Primitives.IPersistableModel
+ {
+ public EnterpriseMccCustomerResourceData(Azure.Core.AzureLocation location) { }
+ public Azure.ResourceManager.ConnectedCache.Models.CustomerProperty Properties { get { throw null; } set { } }
+ protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
+ Azure.ResourceManager.ConnectedCache.EnterpriseMccCustomerResourceData System.ClientModel.Primitives.IJsonModel.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ void System.ClientModel.Primitives.IJsonModel.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
+ Azure.ResourceManager.ConnectedCache.EnterpriseMccCustomerResourceData System.ClientModel.Primitives.IPersistableModel.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ string System.ClientModel.Primitives.IPersistableModel.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ System.BinaryData System.ClientModel.Primitives.IPersistableModel.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ }
+ public partial class IspCacheNodeResource : Azure.ResourceManager.ArmResource, System.ClientModel.Primitives.IJsonModel, System.ClientModel.Primitives.IPersistableModel
+ {
+ public static readonly Azure.Core.ResourceType ResourceType;
+ protected IspCacheNodeResource() { }
+ public virtual Azure.ResourceManager.ConnectedCache.IspCacheNodeResourceData Data { get { throw null; } }
+ public virtual bool HasData { get { throw null; } }
+ public virtual Azure.Response AddTag(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> AddTagAsync(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string customerResourceName, string cacheNodeResourceName) { 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.Response GetBgpCidrs(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetBgpCidrsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response GetCacheNodeAutoUpdateHistory(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetCacheNodeAutoUpdateHistoryAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response GetCacheNodeInstallDetails(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetCacheNodeInstallDetailsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response GetCacheNodeMccIssueDetailsHistory(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetCacheNodeMccIssueDetailsHistoryAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> SetTagsAsync(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ Azure.ResourceManager.ConnectedCache.IspCacheNodeResourceData System.ClientModel.Primitives.IJsonModel.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ void System.ClientModel.Primitives.IJsonModel.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
+ Azure.ResourceManager.ConnectedCache.IspCacheNodeResourceData System.ClientModel.Primitives.IPersistableModel.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ string System.ClientModel.Primitives.IPersistableModel.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ System.BinaryData System.ClientModel.Primitives.IPersistableModel.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ public virtual Azure.Response Update(Azure.ResourceManager.ConnectedCache.Models.ConnectedCachePatchContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.ConnectedCache.Models.ConnectedCachePatchContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public partial class IspCacheNodeResourceCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable
+ {
+ protected IspCacheNodeResourceCollection() { }
+ public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string cacheNodeResourceName, Azure.ResourceManager.ConnectedCache.IspCacheNodeResourceData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string cacheNodeResourceName, Azure.ResourceManager.ConnectedCache.IspCacheNodeResourceData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Exists(string cacheNodeResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> ExistsAsync(string cacheNodeResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(string cacheNodeResourceName, 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 cacheNodeResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.NullableResponse GetIfExists(string cacheNodeResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string cacheNodeResourceName, 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 IspCacheNodeResourceData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel, System.ClientModel.Primitives.IPersistableModel
+ {
+ public IspCacheNodeResourceData(Azure.Core.AzureLocation location) { }
+ public Azure.ResourceManager.ConnectedCache.Models.CacheNodeProperty Properties { get { throw null; } set { } }
+ protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
+ Azure.ResourceManager.ConnectedCache.IspCacheNodeResourceData System.ClientModel.Primitives.IJsonModel.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ void System.ClientModel.Primitives.IJsonModel.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
+ Azure.ResourceManager.ConnectedCache.IspCacheNodeResourceData System.ClientModel.Primitives.IPersistableModel.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ string System.ClientModel.Primitives.IPersistableModel.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ System.BinaryData System.ClientModel.Primitives.IPersistableModel.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ }
+ public partial class IspCustomerResource : Azure.ResourceManager.ArmResource, System.ClientModel.Primitives.IJsonModel, System.ClientModel.Primitives.IPersistableModel
+ {
+ public static readonly Azure.Core.ResourceType ResourceType;
+ protected IspCustomerResource() { }
+ public virtual Azure.ResourceManager.ConnectedCache.IspCustomerResourceData Data { get { throw null; } }
+ public virtual bool HasData { get { throw null; } }
+ public virtual Azure.Response AddTag(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> AddTagAsync(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string customerResourceName) { 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.Response GetIspCacheNodeResource(string cacheNodeResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetIspCacheNodeResourceAsync(string cacheNodeResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.ResourceManager.ConnectedCache.IspCacheNodeResourceCollection GetIspCacheNodeResources() { throw null; }
+ public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> SetTagsAsync(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ Azure.ResourceManager.ConnectedCache.IspCustomerResourceData System.ClientModel.Primitives.IJsonModel.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ void System.ClientModel.Primitives.IJsonModel.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
+ Azure.ResourceManager.ConnectedCache.IspCustomerResourceData System.ClientModel.Primitives.IPersistableModel.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ string System.ClientModel.Primitives.IPersistableModel.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ System.BinaryData System.ClientModel.Primitives.IPersistableModel.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ public virtual Azure.Response Update(Azure.ResourceManager.ConnectedCache.Models.ConnectedCachePatchContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.ConnectedCache.Models.ConnectedCachePatchContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public partial class IspCustomerResourceCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable
+ {
+ protected IspCustomerResourceCollection() { }
+ public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string customerResourceName, Azure.ResourceManager.ConnectedCache.IspCustomerResourceData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string customerResourceName, Azure.ResourceManager.ConnectedCache.IspCustomerResourceData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Exists(string customerResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> ExistsAsync(string customerResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(string customerResourceName, 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 customerResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.NullableResponse GetIfExists(string customerResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string customerResourceName, 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 IspCustomerResourceData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel, System.ClientModel.Primitives.IPersistableModel
+ {
+ public IspCustomerResourceData(Azure.Core.AzureLocation location) { }
+ public Azure.ResourceManager.ConnectedCache.Models.CustomerProperty Properties { get { throw null; } set { } }
+ protected override void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
+ Azure.ResourceManager.ConnectedCache.IspCustomerResourceData System.ClientModel.Primitives.IJsonModel.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ void System.ClientModel.Primitives.IJsonModel.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
+ Azure.ResourceManager.ConnectedCache.IspCustomerResourceData System.ClientModel.Primitives.IPersistableModel.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ string System.ClientModel.Primitives.IPersistableModel.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ System.BinaryData System.ClientModel.Primitives.IPersistableModel.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ }
+}
+namespace Azure.ResourceManager.ConnectedCache.Mocking
+{
+ public partial class MockableConnectedCacheArmClient : Azure.ResourceManager.ArmResource
+ {
+ protected MockableConnectedCacheArmClient() { }
+ public virtual Azure.ResourceManager.ConnectedCache.EnterpriseMccCacheNodeResource GetEnterpriseMccCacheNodeResource(Azure.Core.ResourceIdentifier id) { throw null; }
+ public virtual Azure.ResourceManager.ConnectedCache.EnterpriseMccCustomerResource GetEnterpriseMccCustomerResource(Azure.Core.ResourceIdentifier id) { throw null; }
+ public virtual Azure.ResourceManager.ConnectedCache.IspCacheNodeResource GetIspCacheNodeResource(Azure.Core.ResourceIdentifier id) { throw null; }
+ public virtual Azure.ResourceManager.ConnectedCache.IspCustomerResource GetIspCustomerResource(Azure.Core.ResourceIdentifier id) { throw null; }
+ }
+ public partial class MockableConnectedCacheResourceGroupResource : Azure.ResourceManager.ArmResource
+ {
+ protected MockableConnectedCacheResourceGroupResource() { }
+ public virtual Azure.Response GetEnterpriseMccCustomerResource(string customerResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetEnterpriseMccCustomerResourceAsync(string customerResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.ResourceManager.ConnectedCache.EnterpriseMccCustomerResourceCollection GetEnterpriseMccCustomerResources() { throw null; }
+ public virtual Azure.Response GetIspCustomerResource(string customerResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetIspCustomerResourceAsync(string customerResourceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.ResourceManager.ConnectedCache.IspCustomerResourceCollection GetIspCustomerResources() { throw null; }
+ }
+ public partial class MockableConnectedCacheSubscriptionResource : Azure.ResourceManager.ArmResource
+ {
+ protected MockableConnectedCacheSubscriptionResource() { }
+ public virtual Azure.Pageable GetEnterpriseMccCustomerResources(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.AsyncPageable GetEnterpriseMccCustomerResourcesAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Pageable GetIspCustomerResources(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.AsyncPageable GetIspCustomerResourcesAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+}
+namespace Azure.ResourceManager.ConnectedCache.Models
+{
+ public partial class AdditionalCacheNodeProperties : System.ClientModel.Primitives.IJsonModel, System.ClientModel.Primitives.IPersistableModel
+ {
+ public AdditionalCacheNodeProperties() { }
+ public int? AggregatedStatusCode { get { throw null; } }
+ public string AggregatedStatusDetails { get { throw null; } }
+ public string AggregatedStatusText { get { throw null; } }
+ public string AutoUpdateAppliedVersion { get { throw null; } }
+ public string AutoUpdateLastAppliedDetails { get { throw null; } }
+ public System.DateTimeOffset? AutoUpdateLastAppliedOn { get { throw null; } }
+ public string AutoUpdateLastAppliedState { get { throw null; } }
+ public System.DateTimeOffset? AutoUpdateLastTriggeredOn { get { throw null; } }
+ public System.DateTimeOffset? AutoUpdateNextAvailableOn { get { throw null; } }
+ public string AutoUpdateNextAvailableVersion { get { throw null; } }
+ public string AutoUpdateVersion { get { throw null; } set { } }
+ public string BgpAsnToIPAddressMapping { get { throw null; } set { } }
+ public System.Collections.Generic.IList CacheNodePropertiesDetailsIssuesList { get { throw null; } }
+ public int? CacheNodeState { get { throw null; } }
+ public string CacheNodeStateDetailedText { get { throw null; } }
+ public string CacheNodeStateShortText { get { throw null; } }
+ public int? CreationMethod { get { throw null; } set { } }
+ public Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeTlsCertificate CurrentTlsCertificate { get { throw null; } }
+ public System.Collections.Generic.IList DriveConfiguration { get { throw null; } }
+ public bool? IsProvisioned { get { throw null; } }
+ public Azure.ResourceManager.ConnectedCache.Models.ProxyRequired? IsProxyRequired { get { throw null; } set { } }
+ public int? IssuesCount { get { throw null; } }
+ public System.Collections.Generic.IReadOnlyList IssuesList { get { throw null; } }
+ public Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeAutoUpdateInfo LastAutoUpdateInfo { get { throw null; } }
+ public string OptionalProperty1 { get { throw null; } set { } }
+ public string OptionalProperty2 { get { throw null; } set { } }
+ public string OptionalProperty3 { get { throw null; } set { } }
+ public string OptionalProperty4 { get { throw null; } set { } }
+ public string OptionalProperty5 { get { throw null; } set { } }
+ public Azure.ResourceManager.ConnectedCache.Models.OSType? OSType { get { throw null; } set { } }
+ public string ProductVersion { get { throw null; } }
+ public string ProxyUri { get { throw null; } set { } }
+ public string TlsStatus { get { throw null; } }
+ public string UpdateInfoDetails { get { throw null; } set { } }
+ public System.DateTimeOffset? UpdateRequestedOn { get { throw null; } set { } }
+ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
+ Azure.ResourceManager.ConnectedCache.Models.AdditionalCacheNodeProperties System.ClientModel.Primitives.IJsonModel.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ void System.ClientModel.Primitives.IJsonModel.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
+ Azure.ResourceManager.ConnectedCache.Models.AdditionalCacheNodeProperties System.ClientModel.Primitives.IPersistableModel.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ string System.ClientModel.Primitives.IPersistableModel.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ System.BinaryData System.ClientModel.Primitives.IPersistableModel.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ }
+ public partial class AdditionalCustomerProperties : System.ClientModel.Primitives.IJsonModel, System.ClientModel.Primitives.IPersistableModel
+ {
+ public AdditionalCustomerProperties() { }
+ public string CustomerAsn { get { throw null; } set { } }
+ public float? CustomerAsnEstimatedEgressPeekGbps { get { throw null; } }
+ public string CustomerEmail { get { throw null; } set { } }
+ public System.DateTimeOffset? CustomerEntitlementExpiration { get { throw null; } set { } }
+ public string CustomerEntitlementSkuGuid { get { throw null; } set { } }
+ public string CustomerEntitlementSkuId { get { throw null; } set { } }
+ public string CustomerEntitlementSkuName { get { throw null; } set { } }
+ public string CustomerOrgName { get { throw null; } }
+ public float? CustomerPropertiesOverviewAverageEgressMbps { get { throw null; } }
+ public float? CustomerPropertiesOverviewAverageMissMbps { get { throw null; } }
+ public float? CustomerPropertiesOverviewCacheEfficiency { get { throw null; } }
+ public int? CustomerPropertiesOverviewCacheNodesHealthyCount { get { throw null; } }
+ public int? CustomerPropertiesOverviewCacheNodesUnhealthyCount { get { throw null; } }
+ public float? CustomerPropertiesOverviewEgressMbpsMax { get { throw null; } }
+ public System.DateTimeOffset? CustomerPropertiesOverviewEgressMbpsMaxOn { get { throw null; } }
+ public float? CustomerPropertiesOverviewMissMbpsMax { get { throw null; } }
+ public System.DateTimeOffset? CustomerPropertiesOverviewMissMbpsMaxOn { get { throw null; } }
+ public string CustomerTransitAsn { get { throw null; } set { } }
+ public Azure.ResourceManager.ConnectedCache.Models.CustomerTransitState? CustomerTransitState { get { throw null; } set { } }
+ public string OptionalProperty1 { get { throw null; } set { } }
+ public string OptionalProperty2 { get { throw null; } set { } }
+ public string OptionalProperty3 { get { throw null; } set { } }
+ public string OptionalProperty4 { get { throw null; } set { } }
+ public string OptionalProperty5 { get { throw null; } set { } }
+ public System.DateTimeOffset? PeeringDbLastUpdateDateValue { get { throw null; } }
+ public int? SignupPhaseStatusCode { get { throw null; } }
+ public string SignupPhaseStatusText { get { throw null; } }
+ public bool? SignupStatus { get { throw null; } }
+ public int? SignupStatusCode { get { throw null; } }
+ public string SignupStatusText { get { throw null; } }
+ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
+ Azure.ResourceManager.ConnectedCache.Models.AdditionalCustomerProperties System.ClientModel.Primitives.IJsonModel.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ void System.ClientModel.Primitives.IJsonModel.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
+ Azure.ResourceManager.ConnectedCache.Models.AdditionalCustomerProperties System.ClientModel.Primitives.IPersistableModel.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ string System.ClientModel.Primitives.IPersistableModel.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ System.BinaryData System.ClientModel.Primitives.IPersistableModel.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ }
+ public static partial class ArmConnectedCacheModelFactory
+ {
+ public static Azure.ResourceManager.ConnectedCache.Models.AdditionalCacheNodeProperties AdditionalCacheNodeProperties(System.Collections.Generic.IEnumerable cacheNodePropertiesDetailsIssuesList = null, System.Collections.Generic.IEnumerable issuesList = null, int? issuesCount = default(int?), Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeTlsCertificate currentTlsCertificate = null, Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeAutoUpdateInfo lastAutoUpdateInfo = null, string aggregatedStatusDetails = null, string aggregatedStatusText = null, int? aggregatedStatusCode = default(int?), string productVersion = null, bool? isProvisioned = default(bool?), string cacheNodeStateDetailedText = null, string cacheNodeStateShortText = null, int? cacheNodeState = default(int?), System.Collections.Generic.IEnumerable driveConfiguration = null, string bgpAsnToIPAddressMapping = null, string proxyUri = null, Azure.ResourceManager.ConnectedCache.Models.ProxyRequired? isProxyRequired = default(Azure.ResourceManager.ConnectedCache.Models.ProxyRequired?), Azure.ResourceManager.ConnectedCache.Models.OSType? osType = default(Azure.ResourceManager.ConnectedCache.Models.OSType?), string autoUpdateVersion = null, string updateInfoDetails = null, System.DateTimeOffset? updateRequestedOn = default(System.DateTimeOffset?), string autoUpdateNextAvailableVersion = null, System.DateTimeOffset? autoUpdateNextAvailableOn = default(System.DateTimeOffset?), string autoUpdateAppliedVersion = null, string autoUpdateLastAppliedDetails = null, string autoUpdateLastAppliedState = null, System.DateTimeOffset? autoUpdateLastAppliedOn = default(System.DateTimeOffset?), System.DateTimeOffset? autoUpdateLastTriggeredOn = default(System.DateTimeOffset?), int? creationMethod = default(int?), string tlsStatus = null, string optionalProperty1 = null, string optionalProperty2 = null, string optionalProperty3 = null, string optionalProperty4 = null, string optionalProperty5 = null) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.Models.AdditionalCustomerProperties AdditionalCustomerProperties(float? customerPropertiesOverviewCacheEfficiency = default(float?), float? customerPropertiesOverviewAverageEgressMbps = default(float?), float? customerPropertiesOverviewAverageMissMbps = default(float?), float? customerPropertiesOverviewEgressMbpsMax = default(float?), System.DateTimeOffset? customerPropertiesOverviewEgressMbpsMaxOn = default(System.DateTimeOffset?), float? customerPropertiesOverviewMissMbpsMax = default(float?), System.DateTimeOffset? customerPropertiesOverviewMissMbpsMaxOn = default(System.DateTimeOffset?), int? customerPropertiesOverviewCacheNodesHealthyCount = default(int?), int? customerPropertiesOverviewCacheNodesUnhealthyCount = default(int?), bool? signupStatus = default(bool?), int? signupStatusCode = default(int?), string signupStatusText = null, int? signupPhaseStatusCode = default(int?), string signupPhaseStatusText = null, System.DateTimeOffset? peeringDbLastUpdateDateValue = default(System.DateTimeOffset?), string customerOrgName = null, string customerEmail = null, string customerTransitAsn = null, Azure.ResourceManager.ConnectedCache.Models.CustomerTransitState? customerTransitState = default(Azure.ResourceManager.ConnectedCache.Models.CustomerTransitState?), string customerAsn = null, float? customerAsnEstimatedEgressPeekGbps = default(float?), string customerEntitlementSkuId = null, string customerEntitlementSkuGuid = null, string customerEntitlementSkuName = null, System.DateTimeOffset? customerEntitlementExpiration = default(System.DateTimeOffset?), string optionalProperty1 = null, string optionalProperty2 = null, string optionalProperty3 = null, string optionalProperty4 = null, string optionalProperty5 = null) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.Models.CacheNodeEntity CacheNodeEntity(string fullyQualifiedResourceId = null, string customerId = null, string customerName = null, string ipAddress = null, string customerIndex = null, string cacheNodeId = null, string cacheNodeName = null, int? customerAsn = default(int?), bool? isEnabled = default(bool?), int? maxAllowableEgressInMbps = default(int?), float? maxAllowableProbability = default(float?), string xCid = null, bool? isEnterpriseManaged = default(bool?), string createAsyncOperationId = null, string deleteAsyncOperationId = null, string clientTenantId = null, string category = null, int? releaseVersion = default(int?), System.DateTimeOffset? lastSyncWithAzureTimestamp = default(System.DateTimeOffset?), System.DateTimeOffset? lastUpdatedTimestamp = default(System.DateTimeOffset?), int? synchWithAzureAttemptsCount = default(int?), string containerConfigurations = null, System.Collections.Generic.IEnumerable cidrCsv = null, System.DateTimeOffset? cidrCsvLastUpdateOn = default(System.DateTimeOffset?), System.DateTimeOffset? bgpCidrCsvLastUpdateOn = default(System.DateTimeOffset?), System.DateTimeOffset? bgpLastReportedOn = default(System.DateTimeOffset?), string bgpReviewStateText = null, Azure.ResourceManager.ConnectedCache.Models.BgpReviewStateEnum? bgpReviewState = default(Azure.ResourceManager.ConnectedCache.Models.BgpReviewStateEnum?), string bgpReviewFeedback = null, int? bgpNumberOfTimesUpdated = default(int?), int? bgpNumberOfRecords = default(int?), int? bgpCidrBlocksCount = default(int?), int? bgpAddressSpace = default(int?), bool? shouldMigrate = default(bool?), int? bgpFileBytesTruncated = default(int?), int? cidrSelectionType = default(int?), bool? isFrozen = default(bool?), int? reviewState = default(int?), string reviewStateText = null, string reviewFeedback = null, Azure.ResourceManager.ConnectedCache.Models.ConfigurationState? configurationState = default(Azure.ResourceManager.ConnectedCache.Models.ConfigurationState?), string configurationStateText = null, int? addressSpace = default(int?), int? workerConnections = default(int?), System.DateTimeOffset? workerConnectionsLastUpdatedOn = default(System.DateTimeOffset?), int? containerResyncTrigger = default(int?), string imageUri = null, string fullyQualifiedDomainName = null, Azure.ResourceManager.ConnectedCache.Models.AutoUpdateRingType? autoUpdateRingType = default(Azure.ResourceManager.ConnectedCache.Models.AutoUpdateRingType?), int? autoUpdateRequestedWeek = default(int?), int? autoUpdateRequestedDay = default(int?), string autoUpdateRequestedTime = null) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.Models.CacheNodeInstallProperties CacheNodeInstallProperties(string customerId = null, string cacheNodeId = null, string primaryAccountKey = null, string secondaryAccountKey = null, string registrationKey = null, string tlsCertificateProvisioningKey = null, System.Collections.Generic.IEnumerable driveConfiguration = null, string proxyUri = null) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.Models.CacheNodeProperty CacheNodeProperty(Azure.ResourceManager.ConnectedCache.Models.ProvisioningState? provisioningState = default(Azure.ResourceManager.ConnectedCache.Models.ProvisioningState?), Azure.ResourceManager.ConnectedCache.Models.CacheNodeEntity cacheNode = null, Azure.ResourceManager.ConnectedCache.Models.AdditionalCacheNodeProperties additionalCacheNodeProperties = null, string statusCode = null, string statusText = null, string statusDetails = null, string status = null, Azure.ResponseError error = null) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.Models.CustomerEntity CustomerEntity(string fullyQualifiedResourceId = null, string customerId = null, string customerName = null, string contactEmail = null, string contactPhone = null, string contactName = null, bool? isEntitled = default(bool?), int? releaseVersion = default(int?), string createAsyncOperationId = null, string deleteAsyncOperationId = null, string clientTenantId = null, int? synchWithAzureAttemptsCount = default(int?), System.DateTimeOffset? lastSyncWithAzureTimestamp = default(System.DateTimeOffset?), bool? isEnterpriseManaged = default(bool?), bool? shouldMigrate = default(bool?), bool? resendSignupCode = default(bool?), bool? verifySignupCode = default(bool?), string verifySignupPhrase = null) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.Models.CustomerProperty CustomerProperty(Azure.ResourceManager.ConnectedCache.Models.ProvisioningState? provisioningState = default(Azure.ResourceManager.ConnectedCache.Models.ProvisioningState?), Azure.ResourceManager.ConnectedCache.Models.CustomerEntity customer = null, Azure.ResourceManager.ConnectedCache.Models.AdditionalCustomerProperties additionalCustomerProperties = null, string statusCode = null, string statusText = null, string statusDetails = null, string status = null, Azure.ResponseError error = null) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.EnterpriseMccCacheNodeResourceData EnterpriseMccCacheNodeResourceData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IDictionary tags = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), Azure.ResourceManager.ConnectedCache.Models.CacheNodeProperty properties = null) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.EnterpriseMccCustomerResourceData EnterpriseMccCustomerResourceData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IDictionary tags = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), Azure.ResourceManager.ConnectedCache.Models.CustomerProperty properties = null) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.IspCacheNodeResourceData IspCacheNodeResourceData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IDictionary tags = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), Azure.ResourceManager.ConnectedCache.Models.CacheNodeProperty properties = null) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.IspCustomerResourceData IspCustomerResourceData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IDictionary tags = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), Azure.ResourceManager.ConnectedCache.Models.CustomerProperty properties = null) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeAutoUpdateHistory MccCacheNodeAutoUpdateHistory(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeAutoUpdateHistoryProperties properties = null, System.Collections.Generic.IReadOnlyDictionary tags = null, string location = null) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeAutoUpdateHistoryProperties MccCacheNodeAutoUpdateHistoryProperties(string customerId = null, string cacheNodeId = null, System.Collections.Generic.IEnumerable autoUpdateHistory = null) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeAutoUpdateInfo MccCacheNodeAutoUpdateInfo(string imageUriBeforeUpdate = null, string imageUriTargeted = null, string imageUriTerminal = null, int? autoUpdateRingType = default(int?), System.DateTimeOffset? movedToTerminalStateOn = default(System.DateTimeOffset?), int? ruleRequestedWeek = default(int?), int? ruleRequestedDay = default(int?), System.DateTimeOffset? createdDateTimeUtc = default(System.DateTimeOffset?), System.DateTimeOffset? updatedRegistryDateTimeUtc = default(System.DateTimeOffset?), string planChangeLogText = null, int? autoUpdateLastAppliedStatus = default(int?), string autoUpdateLastAppliedStatusText = null, string autoUpdateLastAppliedStatusDetailedText = null, long? planId = default(long?), string timeToGoLiveDateTime = null, string ruleRequestedMinute = null, string ruleRequestedHour = null) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeBgpCidrDetails MccCacheNodeBgpCidrDetails(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IEnumerable bgpCidrs = null, System.Collections.Generic.IReadOnlyDictionary tags = null, string location = null) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeInstallDetails MccCacheNodeInstallDetails(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, Azure.ResourceManager.ConnectedCache.Models.CacheNodeInstallProperties properties = null, System.Collections.Generic.IReadOnlyDictionary tags = null, string location = null) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeIssueHistory MccCacheNodeIssueHistory(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeIssueHistoryProperties properties = null, System.Collections.Generic.IReadOnlyDictionary tags = null, string location = null) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeIssueHistoryProperties MccCacheNodeIssueHistoryProperties(string customerId = null, string cacheNodeId = null, System.Collections.Generic.IEnumerable mccIssueHistory = null) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeTlsCertificate MccCacheNodeTlsCertificate(string actionRequired = null, string certificateFileName = null, string thumbprint = null, System.DateTimeOffset? expiryOn = default(System.DateTimeOffset?), System.DateTimeOffset? notBeforeOn = default(System.DateTimeOffset?), string subject = null, string subjectAltName = null) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeTlsCertificateHistory MccCacheNodeTlsCertificateHistory(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeTlsCertificateProperties properties = null, System.Collections.Generic.IReadOnlyDictionary tags = null, string location = null) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.Models.MccCacheNodeTlsCertificateProperties MccCacheNodeTlsCertificateProperties(string customerId = null, string cacheNodeId = null, System.Collections.Generic.IEnumerable tlsCertificateHistory = null) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.Models.MccIssue MccIssue(string mccIssueType = null, string toastString = null, string detailString = null, string helpLink = null, System.DateTimeOffset? issueStartOn = default(System.DateTimeOffset?), System.DateTimeOffset? issueEndOn = default(System.DateTimeOffset?)) { throw null; }
+ }
+ [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
+ public readonly partial struct AutoUpdateRingType : System.IEquatable
+ {
+ private readonly object _dummy;
+ private readonly int _dummyPrimitive;
+ public AutoUpdateRingType(string value) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.Models.AutoUpdateRingType Fast { get { throw null; } }
+ public static Azure.ResourceManager.ConnectedCache.Models.AutoUpdateRingType Preview { get { throw null; } }
+ public static Azure.ResourceManager.ConnectedCache.Models.AutoUpdateRingType Slow { get { throw null; } }
+ public bool Equals(Azure.ResourceManager.ConnectedCache.Models.AutoUpdateRingType 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.ConnectedCache.Models.AutoUpdateRingType left, Azure.ResourceManager.ConnectedCache.Models.AutoUpdateRingType right) { throw null; }
+ public static implicit operator Azure.ResourceManager.ConnectedCache.Models.AutoUpdateRingType (string value) { throw null; }
+ public static bool operator !=(Azure.ResourceManager.ConnectedCache.Models.AutoUpdateRingType left, Azure.ResourceManager.ConnectedCache.Models.AutoUpdateRingType right) { throw null; }
+ public override string ToString() { throw null; }
+ }
+ [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
+ public readonly partial struct BgpReviewStateEnum : System.IEquatable
+ {
+ private readonly object _dummy;
+ private readonly int _dummyPrimitive;
+ public BgpReviewStateEnum(string value) { throw null; }
+ public static Azure.ResourceManager.ConnectedCache.Models.BgpReviewStateEnum Approved { get { throw null; } }
+ public static Azure.ResourceManager.ConnectedCache.Models.BgpReviewStateEnum AttentionRequired { get { throw null; } }
+ public static Azure.ResourceManager.ConnectedCache.Models.BgpReviewStateEnum InReview { get { throw null; } }
+ public static Azure.ResourceManager.ConnectedCache.Models.BgpReviewStateEnum NotConfigured { get { throw null; } }
+ public bool Equals(Azure.ResourceManager.ConnectedCache.Models.BgpReviewStateEnum 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.ConnectedCache.Models.BgpReviewStateEnum left, Azure.ResourceManager.ConnectedCache.Models.BgpReviewStateEnum right) { throw null; }
+ public static implicit operator Azure.ResourceManager.ConnectedCache.Models.BgpReviewStateEnum (string value) { throw null; }
+ public static bool operator !=(Azure.ResourceManager.ConnectedCache.Models.BgpReviewStateEnum left, Azure.ResourceManager.ConnectedCache.Models.BgpReviewStateEnum right) { throw null; }
+ public override string ToString() { throw null; }
+ }
+ public partial class CacheNodeDriveConfiguration : System.ClientModel.Primitives.IJsonModel, System.ClientModel.Primitives.IPersistableModel
+ {
+ public CacheNodeDriveConfiguration() { }
+ public int? CacheNumber { get { throw null; } set { } }
+ public string NginxMapping { get { throw null; } set { } }
+ public string PhysicalPath { get { throw null; } set { } }
+ public int? SizeInGb { get { throw null; } set { } }
+ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
+ Azure.ResourceManager.ConnectedCache.Models.CacheNodeDriveConfiguration System.ClientModel.Primitives.IJsonModel.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ void System.ClientModel.Primitives.IJsonModel.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { }
+ Azure.ResourceManager.ConnectedCache.Models.CacheNodeDriveConfiguration System.ClientModel.Primitives.IPersistableModel.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ string System.ClientModel.Primitives.IPersistableModel.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ System.BinaryData System.ClientModel.Primitives.IPersistableModel.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; }
+ }
+ public partial class CacheNodeEntity : System.ClientModel.Primitives.IJsonModel