Skip to content

Commit

Permalink
CodeGen from PR 21094 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
[Go] redis add directive (Azure#21094)
  • Loading branch information
SDKAuto committed Oct 13, 2022
1 parent 4ced6e7 commit 83fe0ce
Show file tree
Hide file tree
Showing 21 changed files with 96 additions and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,10 @@ protected RedisLinkedServerWithPropertyCollection() { }
public partial class RedisLinkedServerWithPropertyData : Azure.ResourceManager.Models.ResourceData
{
public RedisLinkedServerWithPropertyData() { }
public string GeoReplicatedPrimaryHostName { get { throw null; } }
public Azure.Core.ResourceIdentifier LinkedRedisCacheId { get { throw null; } set { } }
public Azure.Core.AzureLocation? LinkedRedisCacheLocation { get { throw null; } set { } }
public string PrimaryHostName { get { throw null; } }
public string ProvisioningState { get { throw null; } }
public Azure.ResourceManager.Redis.Models.RedisLinkedServerRole? ServerRole { get { throw null; } set { } }
}
Expand Down Expand Up @@ -244,8 +246,8 @@ protected RedisResource() { }
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; }
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; }
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; }
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; }
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; }
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; }
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; }
}
}
namespace Azure.ResourceManager.Redis.Models
Expand All @@ -255,13 +257,15 @@ public partial class ExportRdbContent
public ExportRdbContent(string prefix, string container) { }
public string Container { get { throw null; } }
public string Format { get { throw null; } set { } }
public string PreferredDataArchiveAuthMethod { get { throw null; } set { } }
public string Prefix { get { throw null; } }
}
public partial class ImportRdbContent
{
public ImportRdbContent(System.Collections.Generic.IEnumerable<string> files) { }
public System.Collections.Generic.IList<string> Files { get { throw null; } }
public string Format { get { throw null; } set { } }
public string PreferredDataArchiveAuthMethod { get { throw null; } set { } }
}
public partial class RedisAccessKeys
{
Expand Down Expand Up @@ -345,8 +349,10 @@ public enum RedisLinkedServerRole
public partial class RedisLinkedServerWithPropertyCreateOrUpdateContent
{
public RedisLinkedServerWithPropertyCreateOrUpdateContent(Azure.Core.ResourceIdentifier linkedRedisCacheId, Azure.Core.AzureLocation linkedRedisCacheLocation, Azure.ResourceManager.Redis.Models.RedisLinkedServerRole serverRole) { }
public string GeoReplicatedPrimaryHostName { get { throw null; } }
public Azure.Core.ResourceIdentifier LinkedRedisCacheId { get { throw null; } }
public Azure.Core.AzureLocation LinkedRedisCacheLocation { get { throw null; } }
public string PrimaryHostName { get { throw null; } }
public Azure.ResourceManager.Redis.Models.RedisLinkedServerRole ServerRole { get { throw null; } }
}
public partial class RedisNameAvailabilityContent
Expand Down

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

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

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

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

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

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

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

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

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

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

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

Loading

0 comments on commit 83fe0ce

Please sign in to comment.