@@ -359,6 +359,8 @@ public static partial class KustoExtensions
359
359
public static Azure . ResourceManager . Kusto . KustoPrivateEndpointConnectionResource GetKustoPrivateEndpointConnectionResource ( this Azure . ResourceManager . ArmClient client , Azure . Core . ResourceIdentifier id ) { throw null ; }
360
360
public static Azure . ResourceManager . Kusto . KustoPrivateLinkResource GetKustoPrivateLinkResource ( this Azure . ResourceManager . ArmClient client , Azure . Core . ResourceIdentifier id ) { throw null ; }
361
361
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 ; }
362
364
}
363
365
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
364
366
{
@@ -547,6 +549,19 @@ public AcceptedAudience() { }
547
549
public static bool operator != ( Azure . ResourceManager . Kusto . Models . BlobStorageEventType left , Azure . ResourceManager . Kusto . Models . BlobStorageEventType right ) { throw null ; }
548
550
public override string ToString ( ) { throw null ; }
549
551
}
552
+ public partial class CosmosDbDataConnection : Azure . ResourceManager . Kusto . KustoDataConnectionData
553
+ {
554
+ public CosmosDbDataConnection ( ) { }
555
+ public string CosmosDbAccountResourceId { get { throw null ; } set { } }
556
+ public string CosmosDbContainer { get { throw null ; } set { } }
557
+ public string CosmosDbDatabase { get { throw null ; } set { } }
558
+ public string ManagedIdentityObjectId { get { throw null ; } }
559
+ public string ManagedIdentityResourceId { get { throw null ; } set { } }
560
+ public string MappingRuleName { get { throw null ; } set { } }
561
+ public Azure . ResourceManager . Kusto . Models . KustoProvisioningState ? ProvisioningState { get { throw null ; } }
562
+ public System . DateTimeOffset ? RetrievalStartOn { get { throw null ; } set { } }
563
+ public string TableName { get { throw null ; } set { } }
564
+ }
550
565
public partial class DatabasePrincipalList
551
566
{
552
567
public DatabasePrincipalList ( ) { }
@@ -1201,6 +1216,7 @@ public KustoKeyVaultProperties() { }
1201
1216
public partial class KustoLanguageExtension
1202
1217
{
1203
1218
public KustoLanguageExtension ( ) { }
1219
+ public Azure . ResourceManager . Kusto . Models . LanguageExtensionImageName ? LanguageExtensionImageName { get { throw null ; } set { } }
1204
1220
public Azure . ResourceManager . Kusto . Models . KustoLanguageExtensionName ? LanguageExtensionName { get { throw null ; } set { } }
1205
1221
}
1206
1222
public partial class KustoLanguageExtensionList
@@ -1307,6 +1323,7 @@ public KustoPrivateLinkServiceConnectionStateProperty() { }
1307
1323
private readonly object _dummy ;
1308
1324
private readonly int _dummyPrimitive ;
1309
1325
public KustoProvisioningState ( string value ) { throw null ; }
1326
+ public static Azure . ResourceManager . Kusto . Models . KustoProvisioningState Canceled { get { throw null ; } }
1310
1327
public static Azure . ResourceManager . Kusto . Models . KustoProvisioningState Creating { get { throw null ; } }
1311
1328
public static Azure . ResourceManager . Kusto . Models . KustoProvisioningState Deleting { get { throw null ; } }
1312
1329
public static Azure . ResourceManager . Kusto . Models . KustoProvisioningState Failed { get { throw null ; } }
@@ -1409,6 +1426,7 @@ public partial class KustoSkuLocationInfoItem
1409
1426
{
1410
1427
internal KustoSkuLocationInfoItem ( ) { }
1411
1428
public Azure . Core . AzureLocation Location { get { throw null ; } }
1429
+ public System . Collections . Generic . IReadOnlyList < Azure . ResourceManager . Kusto . Models . ResourceSkuZoneDetails > ZoneDetails { get { throw null ; } }
1412
1430
public System . Collections . Generic . IReadOnlyList < string > Zones { get { throw null ; } }
1413
1431
}
1414
1432
[ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
@@ -1507,6 +1525,27 @@ internal KustoSkuLocationInfoItem() { }
1507
1525
public static bool operator != ( Azure . ResourceManager . Kusto . Models . KustoSkuTier left , Azure . ResourceManager . Kusto . Models . KustoSkuTier right ) { throw null ; }
1508
1526
public override string ToString ( ) { throw null ; }
1509
1527
}
1528
+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
1529
+ public readonly partial struct LanguageExtensionImageName : System . IEquatable < Azure . ResourceManager . Kusto . Models . LanguageExtensionImageName >
1530
+ {
1531
+ private readonly object _dummy ;
1532
+ private readonly int _dummyPrimitive ;
1533
+ public LanguageExtensionImageName ( string value ) { throw null ; }
1534
+ public static Azure . ResourceManager . Kusto . Models . LanguageExtensionImageName Python3108 { get { throw null ; } }
1535
+ public static Azure . ResourceManager . Kusto . Models . LanguageExtensionImageName Python365 { get { throw null ; } }
1536
+ public static Azure . ResourceManager . Kusto . Models . LanguageExtensionImageName Python3912 { get { throw null ; } }
1537
+ public static Azure . ResourceManager . Kusto . Models . LanguageExtensionImageName Python3912IncludeDeepLearning { get { throw null ; } }
1538
+ public static Azure . ResourceManager . Kusto . Models . LanguageExtensionImageName R { get { throw null ; } }
1539
+ public bool Equals ( Azure . ResourceManager . Kusto . Models . LanguageExtensionImageName other ) { throw null ; }
1540
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
1541
+ public override bool Equals ( object obj ) { throw null ; }
1542
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
1543
+ public override int GetHashCode ( ) { throw null ; }
1544
+ public static bool operator == ( Azure . ResourceManager . Kusto . Models . LanguageExtensionImageName left , Azure . ResourceManager . Kusto . Models . LanguageExtensionImageName right ) { throw null ; }
1545
+ public static implicit operator Azure . ResourceManager . Kusto . Models . LanguageExtensionImageName ( string value ) { throw null ; }
1546
+ public static bool operator != ( Azure . ResourceManager . Kusto . Models . LanguageExtensionImageName left , Azure . ResourceManager . Kusto . Models . LanguageExtensionImageName right ) { throw null ; }
1547
+ public override string ToString ( ) { throw null ; }
1548
+ }
1510
1549
public partial class OptimizedAutoscale
1511
1550
{
1512
1551
public OptimizedAutoscale ( int version , bool isEnabled , int minimum , int maximum ) { }
@@ -1523,4 +1562,16 @@ public OutboundNetworkDependenciesEndpoint() { }
1523
1562
public Azure . ETag ? ETag { get { throw null ; } }
1524
1563
public Azure . ResourceManager . Kusto . Models . KustoProvisioningState ? ProvisioningState { get { throw null ; } }
1525
1564
}
1565
+ public partial class ResourceSkuCapabilities
1566
+ {
1567
+ internal ResourceSkuCapabilities ( ) { }
1568
+ public string Name { get { throw null ; } }
1569
+ public string Value { get { throw null ; } }
1570
+ }
1571
+ public partial class ResourceSkuZoneDetails
1572
+ {
1573
+ internal ResourceSkuZoneDetails ( ) { }
1574
+ public System . Collections . Generic . IReadOnlyList < Azure . ResourceManager . Kusto . Models . ResourceSkuCapabilities > Capabilities { get { throw null ; } }
1575
+ public System . Collections . Generic . IReadOnlyList < string > Name { get { throw null ; } }
1576
+ }
1526
1577
}
0 commit comments