@@ -359,6 +359,8 @@ public static partial class KustoExtensions
359359 public static Azure . ResourceManager . Kusto . KustoPrivateEndpointConnectionResource GetKustoPrivateEndpointConnectionResource ( this Azure . ResourceManager . ArmClient client , Azure . Core . ResourceIdentifier id ) { throw null ; }
360360 public static Azure . ResourceManager . Kusto . KustoPrivateLinkResource GetKustoPrivateLinkResource ( this Azure . ResourceManager . ArmClient client , Azure . Core . ResourceIdentifier id ) { throw null ; }
361361 public static Azure . ResourceManager . Kusto . KustoScriptResource GetKustoScriptResource ( this Azure . ResourceManager . ArmClient client , Azure . Core . ResourceIdentifier id ) { throw null ; }
362+ public static Azure . Pageable < Azure . ResourceManager . Kusto . Models . KustoSkuDescription > GetSkus ( this Azure . ResourceManager . Resources . SubscriptionResource subscriptionResource , Azure . Core . AzureLocation location , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
363+ public static Azure . AsyncPageable < Azure . ResourceManager . Kusto . Models . KustoSkuDescription > GetSkusAsync ( this Azure . ResourceManager . Resources . SubscriptionResource subscriptionResource , Azure . Core . AzureLocation location , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
362364 }
363365 public partial class KustoManagedPrivateEndpointCollection : Azure . ResourceManager . ArmCollection , System . Collections . Generic . IAsyncEnumerable < Azure . ResourceManager . Kusto . KustoManagedPrivateEndpointResource > , System . Collections . Generic . IEnumerable < Azure . ResourceManager . Kusto . KustoManagedPrivateEndpointResource > , System . Collections . IEnumerable
364366 {
@@ -826,6 +828,19 @@ public KustoClusterVirtualNetworkConfiguration(string subnetId, string enginePub
826828 public string EnginePublicIPId { get { throw null ; } set { } }
827829 public string SubnetId { get { throw null ; } set { } }
828830 }
831+ public partial class KustoCosmosDBDataConnection : Azure . ResourceManager . Kusto . KustoDataConnectionData
832+ {
833+ public KustoCosmosDBDataConnection ( ) { }
834+ public Azure . Core . ResourceIdentifier CosmosDBAccountResourceId { get { throw null ; } set { } }
835+ public string CosmosDBContainer { get { throw null ; } set { } }
836+ public string CosmosDBDatabase { get { throw null ; } set { } }
837+ public System . Guid ? ManagedIdentityObjectId { get { throw null ; } }
838+ public Azure . Core . ResourceIdentifier ManagedIdentityResourceId { get { throw null ; } set { } }
839+ public string MappingRuleName { get { throw null ; } set { } }
840+ public Azure . ResourceManager . Kusto . Models . KustoProvisioningState ? ProvisioningState { get { throw null ; } }
841+ public System . DateTimeOffset ? RetrievalStartOn { get { throw null ; } set { } }
842+ public string TableName { get { throw null ; } set { } }
843+ }
829844 [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
830845 public readonly partial struct KustoDatabaseCallerRole : System . IEquatable < Azure . ResourceManager . Kusto . Models . KustoDatabaseCallerRole >
831846 {
@@ -1201,8 +1216,30 @@ public KustoKeyVaultProperties() { }
12011216 public partial class KustoLanguageExtension
12021217 {
12031218 public KustoLanguageExtension ( ) { }
1219+ public Azure . ResourceManager . Kusto . Models . KustoLanguageExtensionImageName ? LanguageExtensionImageName { get { throw null ; } set { } }
12041220 public Azure . ResourceManager . Kusto . Models . KustoLanguageExtensionName ? LanguageExtensionName { get { throw null ; } set { } }
12051221 }
1222+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
1223+ public readonly partial struct KustoLanguageExtensionImageName : System . IEquatable < Azure . ResourceManager . Kusto . Models . KustoLanguageExtensionImageName >
1224+ {
1225+ private readonly object _dummy ;
1226+ private readonly int _dummyPrimitive ;
1227+ public KustoLanguageExtensionImageName ( string value ) { throw null ; }
1228+ public static Azure . ResourceManager . Kusto . Models . KustoLanguageExtensionImageName Python3_10_8 { get { throw null ; } }
1229+ public static Azure . ResourceManager . Kusto . Models . KustoLanguageExtensionImageName Python3_6_5 { get { throw null ; } }
1230+ public static Azure . ResourceManager . Kusto . Models . KustoLanguageExtensionImageName Python3_9_12 { get { throw null ; } }
1231+ public static Azure . ResourceManager . Kusto . Models . KustoLanguageExtensionImageName Python3_9_12IncludeDeepLearning { get { throw null ; } }
1232+ public static Azure . ResourceManager . Kusto . Models . KustoLanguageExtensionImageName R { get { throw null ; } }
1233+ public bool Equals ( Azure . ResourceManager . Kusto . Models . KustoLanguageExtensionImageName other ) { throw null ; }
1234+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
1235+ public override bool Equals ( object obj ) { throw null ; }
1236+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
1237+ public override int GetHashCode ( ) { throw null ; }
1238+ public static bool operator == ( Azure . ResourceManager . Kusto . Models . KustoLanguageExtensionImageName left , Azure . ResourceManager . Kusto . Models . KustoLanguageExtensionImageName right ) { throw null ; }
1239+ public static implicit operator Azure . ResourceManager . Kusto . Models . KustoLanguageExtensionImageName ( string value ) { throw null ; }
1240+ public static bool operator != ( Azure . ResourceManager . Kusto . Models . KustoLanguageExtensionImageName left , Azure . ResourceManager . Kusto . Models . KustoLanguageExtensionImageName right ) { throw null ; }
1241+ public override string ToString ( ) { throw null ; }
1242+ }
12061243 public partial class KustoLanguageExtensionList
12071244 {
12081245 public KustoLanguageExtensionList ( ) { }
@@ -1307,6 +1344,7 @@ public KustoPrivateLinkServiceConnectionStateProperty() { }
13071344 private readonly object _dummy ;
13081345 private readonly int _dummyPrimitive ;
13091346 public KustoProvisioningState ( string value ) { throw null ; }
1347+ public static Azure . ResourceManager . Kusto . Models . KustoProvisioningState Canceled { get { throw null ; } }
13101348 public static Azure . ResourceManager . Kusto . Models . KustoProvisioningState Creating { get { throw null ; } }
13111349 public static Azure . ResourceManager . Kusto . Models . KustoProvisioningState Deleting { get { throw null ; } }
13121350 public static Azure . ResourceManager . Kusto . Models . KustoProvisioningState Failed { get { throw null ; } }
@@ -1346,6 +1384,18 @@ public KustoReadWriteDatabase() { }
13461384 public System . TimeSpan ? SoftDeletePeriod { get { throw null ; } set { } }
13471385 public float ? StatisticsSize { get { throw null ; } }
13481386 }
1387+ public partial class KustoResourceSkuCapabilities
1388+ {
1389+ internal KustoResourceSkuCapabilities ( ) { }
1390+ public string Name { get { throw null ; } }
1391+ public string Value { get { throw null ; } }
1392+ }
1393+ public partial class KustoResourceSkuZoneDetails
1394+ {
1395+ internal KustoResourceSkuZoneDetails ( ) { }
1396+ public System . Collections . Generic . IReadOnlyList < Azure . ResourceManager . Kusto . Models . KustoResourceSkuCapabilities > Capabilities { get { throw null ; } }
1397+ public System . Collections . Generic . IReadOnlyList < string > Name { get { throw null ; } }
1398+ }
13491399 [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
13501400 public readonly partial struct KustoScaleType : System . IEquatable < Azure . ResourceManager . Kusto . Models . KustoScaleType >
13511401 {
@@ -1409,6 +1459,7 @@ public partial class KustoSkuLocationInfoItem
14091459 {
14101460 internal KustoSkuLocationInfoItem ( ) { }
14111461 public Azure . Core . AzureLocation Location { get { throw null ; } }
1462+ public System . Collections . Generic . IReadOnlyList < Azure . ResourceManager . Kusto . Models . KustoResourceSkuZoneDetails > ZoneDetails { get { throw null ; } }
14121463 public System . Collections . Generic . IReadOnlyList < string > Zones { get { throw null ; } }
14131464 }
14141465 [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
0 commit comments