@@ -111,8 +111,10 @@ protected RedisLinkedServerWithPropertyCollection() { }
111111 public partial class RedisLinkedServerWithPropertyData : Azure . ResourceManager . Models . ResourceData
112112 {
113113 public RedisLinkedServerWithPropertyData ( ) { }
114+ public string GeoReplicatedPrimaryHostName { get { throw null ; } }
114115 public Azure . Core . ResourceIdentifier LinkedRedisCacheId { get { throw null ; } set { } }
115116 public Azure . Core . AzureLocation ? LinkedRedisCacheLocation { get { throw null ; } set { } }
117+ public string PrimaryHostName { get { throw null ; } }
116118 public string ProvisioningState { get { throw null ; } }
117119 public Azure . ResourceManager . Redis . Models . RedisLinkedServerRole ? ServerRole { get { throw null ; } set { } }
118120 }
@@ -244,8 +246,8 @@ protected RedisResource() { }
244246 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Redis . RedisResource > > RemoveTagAsync ( string key , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
245247 public virtual Azure . Response < Azure . ResourceManager . Redis . RedisResource > SetTags ( System . Collections . Generic . IDictionary < string , string > tags , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
246248 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Redis . RedisResource > > SetTagsAsync ( System . Collections . Generic . IDictionary < string , string > tags , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
247- public virtual Azure . Response < Azure . ResourceManager . Redis . RedisResource > Update ( Azure . ResourceManager . Redis . Models . RedisPatch patch , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
248- public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Redis . RedisResource > > UpdateAsync ( Azure . ResourceManager . Redis . Models . RedisPatch patch , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
249+ public virtual Azure . ResourceManager . ArmOperation < Azure . ResourceManager . Redis . RedisResource > Update ( Azure . WaitUntil waitUntil , Azure . ResourceManager . Redis . Models . RedisPatch patch , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
250+ public virtual System . Threading . Tasks . Task < Azure . ResourceManager . ArmOperation < Azure . ResourceManager . Redis . RedisResource > > UpdateAsync ( Azure . WaitUntil waitUntil , Azure . ResourceManager . Redis . Models . RedisPatch patch , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
249251 }
250252}
251253namespace Azure . ResourceManager . Redis . Models
@@ -255,13 +257,15 @@ public partial class ExportRdbContent
255257 public ExportRdbContent ( string prefix , string container ) { }
256258 public string Container { get { throw null ; } }
257259 public string Format { get { throw null ; } set { } }
260+ public string PreferredDataArchiveAuthMethod { get { throw null ; } set { } }
258261 public string Prefix { get { throw null ; } }
259262 }
260263 public partial class ImportRdbContent
261264 {
262265 public ImportRdbContent ( System . Collections . Generic . IEnumerable < string > files ) { }
263266 public System . Collections . Generic . IList < string > Files { get { throw null ; } }
264267 public string Format { get { throw null ; } set { } }
268+ public string PreferredDataArchiveAuthMethod { get { throw null ; } set { } }
265269 }
266270 public partial class RedisAccessKeys
267271 {
@@ -345,8 +349,10 @@ public enum RedisLinkedServerRole
345349 public partial class RedisLinkedServerWithPropertyCreateOrUpdateContent
346350 {
347351 public RedisLinkedServerWithPropertyCreateOrUpdateContent ( Azure . Core . ResourceIdentifier linkedRedisCacheId , Azure . Core . AzureLocation linkedRedisCacheLocation , Azure . ResourceManager . Redis . Models . RedisLinkedServerRole serverRole ) { }
352+ public string GeoReplicatedPrimaryHostName { get { throw null ; } }
348353 public Azure . Core . ResourceIdentifier LinkedRedisCacheId { get { throw null ; } }
349354 public Azure . Core . AzureLocation LinkedRedisCacheLocation { get { throw null ; } }
355+ public string PrimaryHostName { get { throw null ; } }
350356 public Azure . ResourceManager . Redis . Models . RedisLinkedServerRole ServerRole { get { throw null ; } }
351357 }
352358 public partial class RedisNameAvailabilityContent
0 commit comments