@@ -267,6 +267,7 @@ public static partial class ArmIotHubModelFactory
267267 public static Azure . ResourceManager . IotHub . Models . RouteCompilationError RouteCompilationError ( string message = null , Azure . ResourceManager . IotHub . Models . RouteErrorSeverity ? severity = default ( Azure . ResourceManager . IotHub . Models . RouteErrorSeverity ? ) , Azure . ResourceManager . IotHub . Models . RouteErrorRange location = null ) { throw null ; }
268268 public static Azure . ResourceManager . IotHub . Models . RouteErrorPosition RouteErrorPosition ( int ? line = default ( int ? ) , int ? column = default ( int ? ) ) { throw null ; }
269269 public static Azure . ResourceManager . IotHub . Models . RouteErrorRange RouteErrorRange ( Azure . ResourceManager . IotHub . Models . RouteErrorPosition start = null , Azure . ResourceManager . IotHub . Models . RouteErrorPosition end = null ) { throw null ; }
270+ public static Azure . ResourceManager . IotHub . Models . RoutingCosmosDBSqlApiProperties RoutingCosmosDBSqlApiProperties ( string name = null , string id = null , string subscriptionId = null , string resourceGroup = null , System . Uri endpointUri = null , Azure . ResourceManager . IotHub . Models . IotHubAuthenticationType ? authenticationType = default ( Azure . ResourceManager . IotHub . Models . IotHubAuthenticationType ? ) , Azure . Core . ResourceIdentifier userAssignedIdentity = null , string primaryKey = null , string secondaryKey = null , string databaseName = null , string containerName = null , string partitionKeyName = null , string partitionKeyTemplate = null ) { throw null ; }
270271 }
271272 public partial class CloudToDeviceFeedbackQueueProperties
272273 {
@@ -924,9 +925,27 @@ internal RouteErrorRange() { }
924925 public static bool operator != ( Azure . ResourceManager . IotHub . Models . RouteErrorSeverity left , Azure . ResourceManager . IotHub . Models . RouteErrorSeverity right ) { throw null ; }
925926 public override string ToString ( ) { throw null ; }
926927 }
928+ public partial class RoutingCosmosDBSqlApiProperties
929+ {
930+ public RoutingCosmosDBSqlApiProperties ( string name , System . Uri endpointUri , string databaseName , string containerName ) { }
931+ public Azure . ResourceManager . IotHub . Models . IotHubAuthenticationType ? AuthenticationType { get { throw null ; } set { } }
932+ public string ContainerName { get { throw null ; } set { } }
933+ public string DatabaseName { get { throw null ; } set { } }
934+ public System . Uri EndpointUri { get { throw null ; } set { } }
935+ public string Id { get { throw null ; } }
936+ public string Name { get { throw null ; } set { } }
937+ public string PartitionKeyName { get { throw null ; } set { } }
938+ public string PartitionKeyTemplate { get { throw null ; } set { } }
939+ public string PrimaryKey { get { throw null ; } set { } }
940+ public string ResourceGroup { get { throw null ; } set { } }
941+ public string SecondaryKey { get { throw null ; } set { } }
942+ public string SubscriptionId { get { throw null ; } set { } }
943+ public Azure . Core . ResourceIdentifier UserAssignedIdentity { get { throw null ; } set { } }
944+ }
927945 public partial class RoutingEndpoints
928946 {
929947 public RoutingEndpoints ( ) { }
948+ public System . Collections . Generic . IList < Azure . ResourceManager . IotHub . Models . RoutingCosmosDBSqlApiProperties > CosmosDBSqlContainers { get { throw null ; } }
930949 public System . Collections . Generic . IList < Azure . ResourceManager . IotHub . Models . RoutingEventHubProperties > EventHubs { get { throw null ; } }
931950 public System . Collections . Generic . IList < Azure . ResourceManager . IotHub . Models . RoutingServiceBusQueueEndpointProperties > ServiceBusQueues { get { throw null ; } }
932951 public System . Collections . Generic . IList < Azure . ResourceManager . IotHub . Models . RoutingServiceBusTopicEndpointProperties > ServiceBusTopics { get { throw null ; } }
0 commit comments