@@ -117,6 +117,8 @@ protected RedisEnterpriseDatabaseResource() { }
117117 }
118118 public static partial class RedisEnterpriseExtensions
119119 {
120+ public static Azure . Response CheckNameAvailabilityRedisEnterprise ( this Azure . ResourceManager . Resources . SubscriptionResource subscriptionResource , Azure . ResourceManager . RedisEnterprise . Models . CheckNameAvailabilityContent content , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
121+ public static System . Threading . Tasks . Task < Azure . Response > CheckNameAvailabilityRedisEnterpriseAsync ( this Azure . ResourceManager . Resources . SubscriptionResource subscriptionResource , Azure . ResourceManager . RedisEnterprise . Models . CheckNameAvailabilityContent content , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
120122 public static Azure . Response < Azure . ResourceManager . RedisEnterprise . RedisEnterpriseClusterResource > GetRedisEnterpriseCluster ( this Azure . ResourceManager . Resources . ResourceGroupResource resourceGroupResource , string clusterName , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
121123 public static System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . RedisEnterprise . RedisEnterpriseClusterResource > > GetRedisEnterpriseClusterAsync ( this Azure . ResourceManager . Resources . ResourceGroupResource resourceGroupResource , string clusterName , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
122124 public static Azure . ResourceManager . RedisEnterprise . RedisEnterpriseClusterResource GetRedisEnterpriseClusterResource ( this Azure . ResourceManager . ArmClient client , Azure . Core . ResourceIdentifier id ) { throw null ; }
@@ -185,6 +187,12 @@ public static partial class ArmRedisEnterpriseModelFactory
185187 public static Azure . ResourceManager . RedisEnterprise . Models . RedisEnterprisePrivateLinkResource RedisEnterprisePrivateLinkResource ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , string groupId = null , System . Collections . Generic . IEnumerable < string > requiredMembers = null , System . Collections . Generic . IEnumerable < string > requiredZoneNames = null ) { throw null ; }
186188 public static Azure . ResourceManager . RedisEnterprise . Models . RedisEnterpriseRegionSkuDetail RedisEnterpriseRegionSkuDetail ( Azure . Core . ResourceType ? resourceType = default ( Azure . Core . ResourceType ? ) , Azure . ResourceManager . RedisEnterprise . Models . RedisEnterpriseLocationInfo locationInfo = null , Azure . ResourceManager . RedisEnterprise . Models . RedisEnterpriseSkuName ? skuDetailsName = default ( Azure . ResourceManager . RedisEnterprise . Models . RedisEnterpriseSkuName ? ) ) { throw null ; }
187189 }
190+ public partial class CheckNameAvailabilityContent
191+ {
192+ public CheckNameAvailabilityContent ( string name , string resourceType ) { }
193+ public string Name { get { throw null ; } }
194+ public string ResourceType { get { throw null ; } }
195+ }
188196 public partial class ExportRedisEnterpriseDatabaseContent
189197 {
190198 public ExportRedisEnterpriseDatabaseContent ( System . Uri sasUri ) { }
@@ -193,7 +201,7 @@ public ExportRedisEnterpriseDatabaseContent(System.Uri sasUri) { }
193201 public partial class FlushRedisEnterpriseDatabaseContent
194202 {
195203 public FlushRedisEnterpriseDatabaseContent ( ) { }
196- public System . Collections . Generic . IList < string > Ids { get { throw null ; } }
204+ public System . Collections . Generic . IList < Azure . Core . ResourceIdentifier > Ids { get { throw null ; } }
197205 }
198206 public partial class ForceUnlinkRedisEnterpriseDatabaseContent
199207 {
@@ -319,6 +327,8 @@ public RedisEnterpriseClusterPatch() { }
319327 public static Azure . ResourceManager . RedisEnterprise . Models . RedisEnterpriseClusterResourceState EnableFailed { get { throw null ; } }
320328 public static Azure . ResourceManager . RedisEnterprise . Models . RedisEnterpriseClusterResourceState Enabling { get { throw null ; } }
321329 public static Azure . ResourceManager . RedisEnterprise . Models . RedisEnterpriseClusterResourceState Running { get { throw null ; } }
330+ public static Azure . ResourceManager . RedisEnterprise . Models . RedisEnterpriseClusterResourceState Scaling { get { throw null ; } }
331+ public static Azure . ResourceManager . RedisEnterprise . Models . RedisEnterpriseClusterResourceState ScalingFailed { get { throw null ; } }
322332 public static Azure . ResourceManager . RedisEnterprise . Models . RedisEnterpriseClusterResourceState UpdateFailed { get { throw null ; } }
323333 public static Azure . ResourceManager . RedisEnterprise . Models . RedisEnterpriseClusterResourceState Updating { get { throw null ; } }
324334 public bool Equals ( Azure . ResourceManager . RedisEnterprise . Models . RedisEnterpriseClusterResourceState other ) { throw null ; }
@@ -562,6 +572,9 @@ public RedisEnterpriseSku(Azure.ResourceManager.RedisEnterprise.Models.RedisEnte
562572 public static Azure . ResourceManager . RedisEnterprise . Models . RedisEnterpriseSkuName EnterpriseE10 { get { throw null ; } }
563573 public static Azure . ResourceManager . RedisEnterprise . Models . RedisEnterpriseSkuName EnterpriseE100 { get { throw null ; } }
564574 public static Azure . ResourceManager . RedisEnterprise . Models . RedisEnterpriseSkuName EnterpriseE20 { get { throw null ; } }
575+ public static Azure . ResourceManager . RedisEnterprise . Models . RedisEnterpriseSkuName EnterpriseE200 { get { throw null ; } }
576+ public static Azure . ResourceManager . RedisEnterprise . Models . RedisEnterpriseSkuName EnterpriseE400 { get { throw null ; } }
577+ public static Azure . ResourceManager . RedisEnterprise . Models . RedisEnterpriseSkuName EnterpriseE5 { get { throw null ; } }
565578 public static Azure . ResourceManager . RedisEnterprise . Models . RedisEnterpriseSkuName EnterpriseE50 { get { throw null ; } }
566579 public static Azure . ResourceManager . RedisEnterprise . Models . RedisEnterpriseSkuName EnterpriseFlashF1500 { get { throw null ; } }
567580 public static Azure . ResourceManager . RedisEnterprise . Models . RedisEnterpriseSkuName EnterpriseFlashF300 { get { throw null ; } }
0 commit comments