@@ -244,6 +244,8 @@ public MetricsAdvisorAdministrationClient(System.Uri endpoint, Azure.Core.TokenC
244244 public MetricsAdvisorAdministrationClient ( System . Uri endpoint , Azure . Core . TokenCredential credential , Azure . AI . MetricsAdvisor . MetricsAdvisorClientsOptions options ) { }
245245 public virtual Azure . Response < Azure . AI . MetricsAdvisor . Models . AnomalyAlertConfiguration > CreateAlertConfiguration ( Azure . AI . MetricsAdvisor . Models . AnomalyAlertConfiguration alertConfiguration , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
246246 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . AI . MetricsAdvisor . Models . AnomalyAlertConfiguration > > CreateAlertConfigurationAsync ( Azure . AI . MetricsAdvisor . Models . AnomalyAlertConfiguration alertConfiguration , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
247+ public virtual Azure . Response < Azure . AI . MetricsAdvisor . Models . DataSourceCredentialEntity > CreateCredentialEntity ( Azure . AI . MetricsAdvisor . Models . DataSourceCredentialEntity credentialEntity , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
248+ public virtual System . Threading . Tasks . Task < Azure . Response < Azure . AI . MetricsAdvisor . Models . DataSourceCredentialEntity > > CreateCredentialEntityAsync ( Azure . AI . MetricsAdvisor . Models . DataSourceCredentialEntity credentialEntity , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
247249 public virtual Azure . Response < Azure . AI . MetricsAdvisor . Models . DataFeed > CreateDataFeed ( Azure . AI . MetricsAdvisor . Models . DataFeed dataFeed , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
248250 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . AI . MetricsAdvisor . Models . DataFeed > > CreateDataFeedAsync ( Azure . AI . MetricsAdvisor . Models . DataFeed dataFeed , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
249251 public virtual Azure . Response < Azure . AI . MetricsAdvisor . Models . AnomalyDetectionConfiguration > CreateDetectionConfiguration ( Azure . AI . MetricsAdvisor . Models . AnomalyDetectionConfiguration detectionConfiguration , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
@@ -252,6 +254,8 @@ public MetricsAdvisorAdministrationClient(System.Uri endpoint, Azure.Core.TokenC
252254 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . AI . MetricsAdvisor . Models . NotificationHook > > CreateHookAsync ( Azure . AI . MetricsAdvisor . Models . NotificationHook hook , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
253255 public virtual Azure . Response DeleteAlertConfiguration ( string alertConfigurationId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
254256 public virtual System . Threading . Tasks . Task < Azure . Response > DeleteAlertConfigurationAsync ( string alertConfigurationId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
257+ public virtual Azure . Response DeleteCredentialEntity ( string credentialEntityId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
258+ public virtual System . Threading . Tasks . Task < Azure . Response > DeleteCredentialEntityAsync ( string credentialEntityId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
255259 public virtual Azure . Response DeleteDataFeed ( string dataFeedId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
256260 public virtual System . Threading . Tasks . Task < Azure . Response > DeleteDataFeedAsync ( string dataFeedId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
257261 public virtual Azure . Response DeleteDetectionConfiguration ( string detectionConfigurationId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
@@ -262,6 +266,8 @@ public MetricsAdvisorAdministrationClient(System.Uri endpoint, Azure.Core.TokenC
262266 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . AI . MetricsAdvisor . Models . AnomalyAlertConfiguration > > GetAlertConfigurationAsync ( string alertConfigurationId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
263267 public virtual Azure . Pageable < Azure . AI . MetricsAdvisor . Models . AnomalyAlertConfiguration > GetAlertConfigurations ( string detectionConfigurationId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
264268 public virtual Azure . AsyncPageable < Azure . AI . MetricsAdvisor . Models . AnomalyAlertConfiguration > GetAlertConfigurationsAsync ( string detectionConfigurationId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
269+ public virtual Azure . Response < Azure . AI . MetricsAdvisor . Models . DataSourceCredentialEntity > GetCredentialEntity ( string credentialEntityId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
270+ public virtual System . Threading . Tasks . Task < Azure . Response < Azure . AI . MetricsAdvisor . Models . DataSourceCredentialEntity > > GetCredentialEntityAsync ( string credentialEntityId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
265271 public virtual Azure . Response < Azure . AI . MetricsAdvisor . Models . DataFeed > GetDataFeed ( string dataFeedId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
266272 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . AI . MetricsAdvisor . Models . DataFeed > > GetDataFeedAsync ( string dataFeedId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
267273 public virtual Azure . Response < Azure . AI . MetricsAdvisor . Models . DataFeedIngestionProgress > GetDataFeedIngestionProgress ( string dataFeedId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
@@ -774,6 +780,13 @@ internal DataPointAnomaly() { }
774780 public System . DateTimeOffset Timestamp { get { throw null ; } }
775781 public double Value { get { throw null ; } }
776782 }
783+ public partial class DataSourceCredentialEntity
784+ {
785+ internal DataSourceCredentialEntity ( ) { }
786+ public string Description { get { throw null ; } set { } }
787+ public string Id { get { throw null ; } }
788+ public string Name { get { throw null ; } set { } }
789+ }
777790 [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
778791 public readonly partial struct DetectionConditionsOperator : System . IEquatable < Azure . AI . MetricsAdvisor . Models . DetectionConditionsOperator >
779792 {
@@ -1099,6 +1112,12 @@ public PostgreSqlDataFeedSource(string connectionString, string query) { }
10991112 public string ConnectionString { get { throw null ; } }
11001113 public string Query { get { throw null ; } }
11011114 }
1115+ public partial class ServicePrincipalCredentialEntity : Azure . AI . MetricsAdvisor . Models . DataSourceCredentialEntity
1116+ {
1117+ public ServicePrincipalCredentialEntity ( string name , string clientId , string clientSecret , string tenantId ) { }
1118+ public string ClientId { get { throw null ; } }
1119+ public string TenantId { get { throw null ; } }
1120+ }
11021121 public partial class SeverityCondition
11031122 {
11041123 public SeverityCondition ( Azure . AI . MetricsAdvisor . Models . AnomalySeverity minimumAlertSeverity , Azure . AI . MetricsAdvisor . Models . AnomalySeverity maximumAlertSeverity ) { }
0 commit comments