@@ -251,6 +251,12 @@ public CloudToDeviceProperties() { }
251
251
public Azure . ResourceManager . IotHub . Models . CloudToDeviceFeedbackQueueProperties Feedback { get { throw null ; } set { } }
252
252
public int ? MaxDeliveryCount { get { throw null ; } set { } }
253
253
}
254
+ public partial class EncryptionPropertiesDescription
255
+ {
256
+ public EncryptionPropertiesDescription ( ) { }
257
+ public string KeySource { get { throw null ; } set { } }
258
+ public System . Collections . Generic . IList < Azure . ResourceManager . IotHub . Models . KeyVaultKeyProperties > KeyVaultProperties { get { throw null ; } }
259
+ }
254
260
public partial class EventHubCompatibleEndpointProperties
255
261
{
256
262
public EventHubCompatibleEndpointProperties ( ) { }
@@ -606,11 +612,13 @@ public IotHubProperties() { }
606
612
public System . Collections . Generic . IList < Azure . ResourceManager . IotHub . Models . SharedAccessSignatureAuthorizationRule > AuthorizationPolicies { get { throw null ; } }
607
613
public Azure . ResourceManager . IotHub . Models . CloudToDeviceProperties CloudToDevice { get { throw null ; } set { } }
608
614
public string Comments { get { throw null ; } set { } }
615
+ public System . Collections . Generic . IList < string > DeviceStreamsStreamingEndpoints { get { throw null ; } }
609
616
public bool ? DisableDeviceSas { get { throw null ; } set { } }
610
617
public bool ? DisableLocalAuth { get { throw null ; } set { } }
611
618
public bool ? DisableModuleSas { get { throw null ; } set { } }
612
619
public bool ? EnableDataResidency { get { throw null ; } set { } }
613
620
public bool ? EnableFileUploadNotifications { get { throw null ; } set { } }
621
+ public Azure . ResourceManager . IotHub . Models . EncryptionPropertiesDescription Encryption { get { throw null ; } set { } }
614
622
public System . Collections . Generic . IDictionary < string , Azure . ResourceManager . IotHub . Models . EventHubCompatibleEndpointProperties > EventHubEndpoints { get { throw null ; } }
615
623
public Azure . ResourceManager . IotHub . Models . IotHubCapability ? Features { get { throw null ; } set { } }
616
624
public string HostName { get { throw null ; } }
@@ -623,6 +631,7 @@ public IotHubProperties() { }
623
631
public string ProvisioningState { get { throw null ; } }
624
632
public Azure . ResourceManager . IotHub . Models . IotHubPublicNetworkAccess ? PublicNetworkAccess { get { throw null ; } set { } }
625
633
public bool ? RestrictOutboundNetworkAccess { get { throw null ; } set { } }
634
+ public Azure . ResourceManager . IotHub . Models . RootCertificateProperties RootCertificate { get { throw null ; } set { } }
626
635
public Azure . ResourceManager . IotHub . Models . IotHubRoutingProperties Routing { get { throw null ; } set { } }
627
636
public string State { get { throw null ; } }
628
637
public System . Collections . Generic . IDictionary < string , Azure . ResourceManager . IotHub . Models . IotHubStorageEndpointProperties > StorageEndpoints { get { throw null ; } }
@@ -695,7 +704,9 @@ public IotHubRoutingProperties() { }
695
704
public static Azure . ResourceManager . IotHub . Models . IotHubRoutingSource DeviceJobLifecycleEvents { get { throw null ; } }
696
705
public static Azure . ResourceManager . IotHub . Models . IotHubRoutingSource DeviceLifecycleEvents { get { throw null ; } }
697
706
public static Azure . ResourceManager . IotHub . Models . IotHubRoutingSource DeviceMessages { get { throw null ; } }
707
+ public static Azure . ResourceManager . IotHub . Models . IotHubRoutingSource DigitalTwinChangeEvents { get { throw null ; } }
698
708
public static Azure . ResourceManager . IotHub . Models . IotHubRoutingSource Invalid { get { throw null ; } }
709
+ public static Azure . ResourceManager . IotHub . Models . IotHubRoutingSource MqttBrokerMessages { get { throw null ; } }
699
710
public static Azure . ResourceManager . IotHub . Models . IotHubRoutingSource TwinChangeEvents { get { throw null ; } }
700
711
public bool Equals ( Azure . ResourceManager . IotHub . Models . IotHubRoutingSource other ) { throw null ; }
701
712
[ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
@@ -843,13 +854,25 @@ internal IotHubUserSubscriptionQuota() { }
843
854
public string Unit { get { throw null ; } }
844
855
public string UserSubscriptionQuotaType { get { throw null ; } }
845
856
}
857
+ public partial class KeyVaultKeyProperties
858
+ {
859
+ public KeyVaultKeyProperties ( ) { }
860
+ public string KeyIdentifier { get { throw null ; } set { } }
861
+ public Azure . Core . ResourceIdentifier UserAssignedIdentity { get { throw null ; } set { } }
862
+ }
846
863
public partial class MessagingEndpointProperties
847
864
{
848
865
public MessagingEndpointProperties ( ) { }
849
866
public System . TimeSpan ? LockDurationAsIso8601 { get { throw null ; } set { } }
850
867
public int ? MaxDeliveryCount { get { throw null ; } set { } }
851
868
public System . TimeSpan ? TtlAsIso8601 { get { throw null ; } set { } }
852
869
}
870
+ public partial class RootCertificateProperties
871
+ {
872
+ public RootCertificateProperties ( ) { }
873
+ public bool ? EnableRootCertificateV2 { get { throw null ; } set { } }
874
+ public System . DateTimeOffset ? LastUpdatedTimeUtc { get { throw null ; } }
875
+ }
853
876
public partial class RouteCompilationError
854
877
{
855
878
internal RouteCompilationError ( ) { }
@@ -887,9 +910,27 @@ internal RouteErrorRange() { }
887
910
public static bool operator != ( Azure . ResourceManager . IotHub . Models . RouteErrorSeverity left , Azure . ResourceManager . IotHub . Models . RouteErrorSeverity right ) { throw null ; }
888
911
public override string ToString ( ) { throw null ; }
889
912
}
913
+ public partial class RoutingCosmosDBSqlApiProperties
914
+ {
915
+ public RoutingCosmosDBSqlApiProperties ( string name , System . Uri endpointUri , string databaseName , string collectionName ) { }
916
+ public Azure . ResourceManager . IotHub . Models . IotHubAuthenticationType ? AuthenticationType { get { throw null ; } set { } }
917
+ public string CollectionName { get { throw null ; } set { } }
918
+ public string DatabaseName { get { throw null ; } set { } }
919
+ public System . Uri EndpointUri { get { throw null ; } set { } }
920
+ public string Id { get { throw null ; } set { } }
921
+ public string Name { get { throw null ; } set { } }
922
+ public string PartitionKeyName { get { throw null ; } set { } }
923
+ public string PartitionKeyTemplate { get { throw null ; } set { } }
924
+ public string PrimaryKey { get { throw null ; } set { } }
925
+ public string ResourceGroup { get { throw null ; } set { } }
926
+ public string SecondaryKey { get { throw null ; } set { } }
927
+ public string SubscriptionId { get { throw null ; } set { } }
928
+ public Azure . Core . ResourceIdentifier UserAssignedIdentity { get { throw null ; } set { } }
929
+ }
890
930
public partial class RoutingEndpoints
891
931
{
892
932
public RoutingEndpoints ( ) { }
933
+ public System . Collections . Generic . IList < Azure . ResourceManager . IotHub . Models . RoutingCosmosDBSqlApiProperties > CosmosDBSqlCollections { get { throw null ; } }
893
934
public System . Collections . Generic . IList < Azure . ResourceManager . IotHub . Models . RoutingEventHubProperties > EventHubs { get { throw null ; } }
894
935
public System . Collections . Generic . IList < Azure . ResourceManager . IotHub . Models . RoutingServiceBusQueueEndpointProperties > ServiceBusQueues { get { throw null ; } }
895
936
public System . Collections . Generic . IList < Azure . ResourceManager . IotHub . Models . RoutingServiceBusTopicEndpointProperties > ServiceBusTopics { get { throw null ; } }
0 commit comments