|
| 1 | +namespace Azure.Analytics.Purview.Administration |
| 2 | +{ |
| 3 | + public partial class PurviewAccountClient |
| 4 | + { |
| 5 | + protected PurviewAccountClient() { } |
| 6 | + public PurviewAccountClient(System.Uri endpoint, Azure.Core.TokenCredential credential, Azure.Analytics.Purview.Administration.PurviewAccountClientOptions options = null) { } |
| 7 | + public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } } |
| 8 | + public virtual Azure.Response GetAccessKeys(Azure.RequestOptions options) { throw null; } |
| 9 | + public virtual System.Threading.Tasks.Task<Azure.Response> GetAccessKeysAsync(Azure.RequestOptions options) { throw null; } |
| 10 | + public virtual Azure.Response GetAccountProperties(Azure.RequestOptions options) { throw null; } |
| 11 | + public virtual System.Threading.Tasks.Task<Azure.Response> GetAccountPropertiesAsync(Azure.RequestOptions options) { throw null; } |
| 12 | + public virtual Azure.Analytics.Purview.Administration.PurviewCollection GetCollectionClient(string collectionName) { throw null; } |
| 13 | + public virtual Azure.Pageable<System.BinaryData> GetCollections(Azure.RequestOptions options, string skipToken = null) { throw null; } |
| 14 | + public virtual Azure.AsyncPageable<System.BinaryData> GetCollectionsAsync(Azure.RequestOptions options, string skipToken = null) { throw null; } |
| 15 | + public virtual Azure.Analytics.Purview.Administration.PurviewResourceSetRule GetResourceSetRuleClient() { throw null; } |
| 16 | + public virtual Azure.Pageable<System.BinaryData> GetResourceSetRules(Azure.RequestOptions options, string skipToken = null) { throw null; } |
| 17 | + public virtual Azure.AsyncPageable<System.BinaryData> GetResourceSetRulesAsync(Azure.RequestOptions options, string skipToken = null) { throw null; } |
| 18 | + public virtual Azure.Response RegenerateAccessKey(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } |
| 19 | + public virtual System.Threading.Tasks.Task<Azure.Response> RegenerateAccessKeyAsync(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } |
| 20 | + public virtual Azure.Response UpdateAccountProperties(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } |
| 21 | + public virtual System.Threading.Tasks.Task<Azure.Response> UpdateAccountPropertiesAsync(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } |
| 22 | + } |
| 23 | + public partial class PurviewAccountClientOptions : Azure.Core.ClientOptions |
| 24 | + { |
| 25 | + public PurviewAccountClientOptions(Azure.Analytics.Purview.Administration.PurviewAccountClientOptions.ServiceVersion version = Azure.Analytics.Purview.Administration.PurviewAccountClientOptions.ServiceVersion.V2019_11_01_preview) { } |
| 26 | + public enum ServiceVersion |
| 27 | + { |
| 28 | + V2019_11_01_preview = 1, |
| 29 | + } |
| 30 | + } |
| 31 | + public partial class PurviewCollection |
| 32 | + { |
| 33 | + protected PurviewCollection() { } |
| 34 | + public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } } |
| 35 | + public virtual Azure.Response CreateOrUpdateCollection(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } |
| 36 | + public virtual System.Threading.Tasks.Task<Azure.Response> CreateOrUpdateCollectionAsync(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } |
| 37 | + public virtual Azure.Response DeleteCollection(Azure.RequestOptions options = null) { throw null; } |
| 38 | + public virtual System.Threading.Tasks.Task<Azure.Response> DeleteCollectionAsync(Azure.RequestOptions options = null) { throw null; } |
| 39 | + public virtual Azure.Response GetCollection(Azure.RequestOptions options) { throw null; } |
| 40 | + public virtual System.Threading.Tasks.Task<Azure.Response> GetCollectionAsync(Azure.RequestOptions options) { throw null; } |
| 41 | + public virtual Azure.Response GetCollectionPath(Azure.RequestOptions options) { throw null; } |
| 42 | + public virtual System.Threading.Tasks.Task<Azure.Response> GetCollectionPathAsync(Azure.RequestOptions options) { throw null; } |
| 43 | + public virtual Azure.Pageable<System.BinaryData> ListChildCollectionNames(Azure.RequestOptions options, string skipToken = null) { throw null; } |
| 44 | + public virtual Azure.AsyncPageable<System.BinaryData> ListChildCollectionNamesAsync(Azure.RequestOptions options, string skipToken = null) { throw null; } |
| 45 | + } |
| 46 | + public partial class PurviewMetadataClientOptions : Azure.Core.ClientOptions |
| 47 | + { |
| 48 | + public PurviewMetadataClientOptions(Azure.Analytics.Purview.Administration.PurviewMetadataClientOptions.ServiceVersion version = Azure.Analytics.Purview.Administration.PurviewMetadataClientOptions.ServiceVersion.V2021_07_01) { } |
| 49 | + public enum ServiceVersion |
| 50 | + { |
| 51 | + V2021_07_01 = 1, |
| 52 | + } |
| 53 | + } |
| 54 | + public partial class PurviewMetadataPolicyClient |
| 55 | + { |
| 56 | + protected PurviewMetadataPolicyClient() { } |
| 57 | + public PurviewMetadataPolicyClient(System.Uri endpoint, string collectionName, Azure.Core.TokenCredential credential, Azure.Analytics.Purview.Administration.PurviewMetadataClientOptions options = null) { } |
| 58 | + public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } } |
| 59 | + public virtual Azure.Pageable<System.BinaryData> GetMetadataPolicies(Azure.RequestOptions options) { throw null; } |
| 60 | + public virtual Azure.AsyncPageable<System.BinaryData> GetMetadataPoliciesAsync(Azure.RequestOptions options) { throw null; } |
| 61 | + public virtual Azure.Response GetMetadataPolicy(string policyId, Azure.RequestOptions options) { throw null; } |
| 62 | + public virtual System.Threading.Tasks.Task<Azure.Response> GetMetadataPolicyAsync(string policyId, Azure.RequestOptions options) { throw null; } |
| 63 | + public virtual Azure.Response UpdateMetadataPolicy(string policyId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } |
| 64 | + public virtual System.Threading.Tasks.Task<Azure.Response> UpdateMetadataPolicyAsync(string policyId, Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } |
| 65 | + } |
| 66 | + public partial class PurviewMetadataRolesClient |
| 67 | + { |
| 68 | + protected PurviewMetadataRolesClient() { } |
| 69 | + public PurviewMetadataRolesClient(System.Uri endpoint, Azure.Core.TokenCredential credential, Azure.Analytics.Purview.Administration.PurviewMetadataClientOptions options = null) { } |
| 70 | + public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } } |
| 71 | + public virtual Azure.Pageable<System.BinaryData> GetMetadataRoles(Azure.RequestOptions options) { throw null; } |
| 72 | + public virtual Azure.AsyncPageable<System.BinaryData> GetMetadataRolesAsync(Azure.RequestOptions options) { throw null; } |
| 73 | + } |
| 74 | + public partial class PurviewResourceSetRule |
| 75 | + { |
| 76 | + protected PurviewResourceSetRule() { } |
| 77 | + public virtual Azure.Core.Pipeline.HttpPipeline Pipeline { get { throw null; } } |
| 78 | + public virtual Azure.Response CreateOrUpdateResourceSetRule(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } |
| 79 | + public virtual System.Threading.Tasks.Task<Azure.Response> CreateOrUpdateResourceSetRuleAsync(Azure.Core.RequestContent content, Azure.RequestOptions options = null) { throw null; } |
| 80 | + public virtual Azure.Response DeleteResourceSetRule(Azure.RequestOptions options = null) { throw null; } |
| 81 | + public virtual System.Threading.Tasks.Task<Azure.Response> DeleteResourceSetRuleAsync(Azure.RequestOptions options = null) { throw null; } |
| 82 | + public virtual Azure.Response GetResourceSetRule(Azure.RequestOptions options) { throw null; } |
| 83 | + public virtual System.Threading.Tasks.Task<Azure.Response> GetResourceSetRuleAsync(Azure.RequestOptions options) { throw null; } |
| 84 | + } |
| 85 | +} |
0 commit comments