@@ -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,15 +612,18 @@ 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 ; } }
617
625
public System . Collections . Generic . IList < Azure . ResourceManager . IotHub . Models . IotHubIPFilterRule > IPFilterRules { get { throw null ; } }
626
+ public Azure . ResourceManager . IotHub . Models . IPVersion ? IPVersion { get { throw null ; } set { } }
618
627
public System . Collections . Generic . IReadOnlyList < Azure . ResourceManager . IotHub . Models . IotHubLocationDescription > Locations { get { throw null ; } }
619
628
public System . Collections . Generic . IDictionary < string , Azure . ResourceManager . IotHub . Models . MessagingEndpointProperties > MessagingEndpoints { get { throw null ; } }
620
629
public string MinTlsVersion { get { throw null ; } set { } }
@@ -623,6 +632,7 @@ public IotHubProperties() { }
623
632
public string ProvisioningState { get { throw null ; } }
624
633
public Azure . ResourceManager . IotHub . Models . IotHubPublicNetworkAccess ? PublicNetworkAccess { get { throw null ; } set { } }
625
634
public bool ? RestrictOutboundNetworkAccess { get { throw null ; } set { } }
635
+ public Azure . ResourceManager . IotHub . Models . RootCertificateProperties RootCertificate { get { throw null ; } set { } }
626
636
public Azure . ResourceManager . IotHub . Models . IotHubRoutingProperties Routing { get { throw null ; } set { } }
627
637
public string State { get { throw null ; } }
628
638
public System . Collections . Generic . IDictionary < string , Azure . ResourceManager . IotHub . Models . IotHubStorageEndpointProperties > StorageEndpoints { get { throw null ; } }
@@ -695,7 +705,9 @@ public IotHubRoutingProperties() { }
695
705
public static Azure . ResourceManager . IotHub . Models . IotHubRoutingSource DeviceJobLifecycleEvents { get { throw null ; } }
696
706
public static Azure . ResourceManager . IotHub . Models . IotHubRoutingSource DeviceLifecycleEvents { get { throw null ; } }
697
707
public static Azure . ResourceManager . IotHub . Models . IotHubRoutingSource DeviceMessages { get { throw null ; } }
708
+ public static Azure . ResourceManager . IotHub . Models . IotHubRoutingSource DigitalTwinChangeEvents { get { throw null ; } }
698
709
public static Azure . ResourceManager . IotHub . Models . IotHubRoutingSource Invalid { get { throw null ; } }
710
+ public static Azure . ResourceManager . IotHub . Models . IotHubRoutingSource MqttBrokerMessages { get { throw null ; } }
699
711
public static Azure . ResourceManager . IotHub . Models . IotHubRoutingSource TwinChangeEvents { get { throw null ; } }
700
712
public bool Equals ( Azure . ResourceManager . IotHub . Models . IotHubRoutingSource other ) { throw null ; }
701
713
[ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
@@ -843,13 +855,44 @@ internal IotHubUserSubscriptionQuota() { }
843
855
public string Unit { get { throw null ; } }
844
856
public string UserSubscriptionQuotaType { get { throw null ; } }
845
857
}
858
+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
859
+ public readonly partial struct IPVersion : System . IEquatable < Azure . ResourceManager . IotHub . Models . IPVersion >
860
+ {
861
+ private readonly object _dummy ;
862
+ private readonly int _dummyPrimitive ;
863
+ public IPVersion ( string value ) { throw null ; }
864
+ public static Azure . ResourceManager . IotHub . Models . IPVersion IPv4 { get { throw null ; } }
865
+ public static Azure . ResourceManager . IotHub . Models . IPVersion IPv4IPv6 { get { throw null ; } }
866
+ public static Azure . ResourceManager . IotHub . Models . IPVersion IPv6 { get { throw null ; } }
867
+ public bool Equals ( Azure . ResourceManager . IotHub . Models . IPVersion other ) { throw null ; }
868
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
869
+ public override bool Equals ( object obj ) { throw null ; }
870
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
871
+ public override int GetHashCode ( ) { throw null ; }
872
+ public static bool operator == ( Azure . ResourceManager . IotHub . Models . IPVersion left , Azure . ResourceManager . IotHub . Models . IPVersion right ) { throw null ; }
873
+ public static implicit operator Azure . ResourceManager . IotHub . Models . IPVersion ( string value ) { throw null ; }
874
+ public static bool operator != ( Azure . ResourceManager . IotHub . Models . IPVersion left , Azure . ResourceManager . IotHub . Models . IPVersion right ) { throw null ; }
875
+ public override string ToString ( ) { throw null ; }
876
+ }
877
+ public partial class KeyVaultKeyProperties
878
+ {
879
+ public KeyVaultKeyProperties ( ) { }
880
+ public string KeyIdentifier { get { throw null ; } set { } }
881
+ public Azure . Core . ResourceIdentifier UserAssignedIdentity { get { throw null ; } set { } }
882
+ }
846
883
public partial class MessagingEndpointProperties
847
884
{
848
885
public MessagingEndpointProperties ( ) { }
849
886
public System . TimeSpan ? LockDurationAsIso8601 { get { throw null ; } set { } }
850
887
public int ? MaxDeliveryCount { get { throw null ; } set { } }
851
888
public System . TimeSpan ? TtlAsIso8601 { get { throw null ; } set { } }
852
889
}
890
+ public partial class RootCertificateProperties
891
+ {
892
+ public RootCertificateProperties ( ) { }
893
+ public bool ? EnableRootCertificateV2 { get { throw null ; } set { } }
894
+ public System . DateTimeOffset ? LastUpdatedTimeUtc { get { throw null ; } }
895
+ }
853
896
public partial class RouteCompilationError
854
897
{
855
898
internal RouteCompilationError ( ) { }
@@ -887,9 +930,27 @@ internal RouteErrorRange() { }
887
930
public static bool operator != ( Azure . ResourceManager . IotHub . Models . RouteErrorSeverity left , Azure . ResourceManager . IotHub . Models . RouteErrorSeverity right ) { throw null ; }
888
931
public override string ToString ( ) { throw null ; }
889
932
}
933
+ public partial class RoutingCosmosDBSqlApiProperties
934
+ {
935
+ public RoutingCosmosDBSqlApiProperties ( string name , System . Uri endpointUri , string databaseName , string collectionName ) { }
936
+ public Azure . ResourceManager . IotHub . Models . IotHubAuthenticationType ? AuthenticationType { get { throw null ; } set { } }
937
+ public string CollectionName { get { throw null ; } set { } }
938
+ public string DatabaseName { get { throw null ; } set { } }
939
+ public System . Uri EndpointUri { get { throw null ; } set { } }
940
+ public string Id { get { throw null ; } set { } }
941
+ public string Name { get { throw null ; } set { } }
942
+ public string PartitionKeyName { get { throw null ; } set { } }
943
+ public string PartitionKeyTemplate { get { throw null ; } set { } }
944
+ public string PrimaryKey { get { throw null ; } set { } }
945
+ public string ResourceGroup { get { throw null ; } set { } }
946
+ public string SecondaryKey { get { throw null ; } set { } }
947
+ public string SubscriptionId { get { throw null ; } set { } }
948
+ public Azure . Core . ResourceIdentifier UserAssignedIdentity { get { throw null ; } set { } }
949
+ }
890
950
public partial class RoutingEndpoints
891
951
{
892
952
public RoutingEndpoints ( ) { }
953
+ public System . Collections . Generic . IList < Azure . ResourceManager . IotHub . Models . RoutingCosmosDBSqlApiProperties > CosmosDBSqlCollections { get { throw null ; } }
893
954
public System . Collections . Generic . IList < Azure . ResourceManager . IotHub . Models . RoutingEventHubProperties > EventHubs { get { throw null ; } }
894
955
public System . Collections . Generic . IList < Azure . ResourceManager . IotHub . Models . RoutingServiceBusQueueEndpointProperties > ServiceBusQueues { get { throw null ; } }
895
956
public System . Collections . Generic . IList < Azure . ResourceManager . IotHub . Models . RoutingServiceBusTopicEndpointProperties > ServiceBusTopics { get { throw null ; } }
0 commit comments