Skip to content

Commit 7d8b96b

Browse files
author
SDKAuto
committed
CodeGen from PR 22067 in Azure/azure-rest-api-specs
Merge 24c687c795ea43555eef27f0abc3e4c6605185e9 into b89013bfd1c3e420e3f1ce383f517dce1a31bd45
1 parent abed7d9 commit 7d8b96b

24 files changed

+823
-15
lines changed

sdk/iothub/Azure.ResourceManager.IotHub/api/Azure.ResourceManager.IotHub.netstandard2.0.cs

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,12 @@ public CloudToDeviceProperties() { }
251251
public Azure.ResourceManager.IotHub.Models.CloudToDeviceFeedbackQueueProperties Feedback { get { throw null; } set { } }
252252
public int? MaxDeliveryCount { get { throw null; } set { } }
253253
}
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+
}
254260
public partial class EventHubCompatibleEndpointProperties
255261
{
256262
public EventHubCompatibleEndpointProperties() { }
@@ -606,11 +612,13 @@ public IotHubProperties() { }
606612
public System.Collections.Generic.IList<Azure.ResourceManager.IotHub.Models.SharedAccessSignatureAuthorizationRule> AuthorizationPolicies { get { throw null; } }
607613
public Azure.ResourceManager.IotHub.Models.CloudToDeviceProperties CloudToDevice { get { throw null; } set { } }
608614
public string Comments { get { throw null; } set { } }
615+
public System.Collections.Generic.IList<string> DeviceStreamsStreamingEndpoints { get { throw null; } }
609616
public bool? DisableDeviceSas { get { throw null; } set { } }
610617
public bool? DisableLocalAuth { get { throw null; } set { } }
611618
public bool? DisableModuleSas { get { throw null; } set { } }
612619
public bool? EnableDataResidency { get { throw null; } set { } }
613620
public bool? EnableFileUploadNotifications { get { throw null; } set { } }
621+
public Azure.ResourceManager.IotHub.Models.EncryptionPropertiesDescription Encryption { get { throw null; } set { } }
614622
public System.Collections.Generic.IDictionary<string, Azure.ResourceManager.IotHub.Models.EventHubCompatibleEndpointProperties> EventHubEndpoints { get { throw null; } }
615623
public Azure.ResourceManager.IotHub.Models.IotHubCapability? Features { get { throw null; } set { } }
616624
public string HostName { get { throw null; } }
@@ -623,6 +631,7 @@ public IotHubProperties() { }
623631
public string ProvisioningState { get { throw null; } }
624632
public Azure.ResourceManager.IotHub.Models.IotHubPublicNetworkAccess? PublicNetworkAccess { get { throw null; } set { } }
625633
public bool? RestrictOutboundNetworkAccess { get { throw null; } set { } }
634+
public Azure.ResourceManager.IotHub.Models.RootCertificateProperties RootCertificate { get { throw null; } set { } }
626635
public Azure.ResourceManager.IotHub.Models.IotHubRoutingProperties Routing { get { throw null; } set { } }
627636
public string State { get { throw null; } }
628637
public System.Collections.Generic.IDictionary<string, Azure.ResourceManager.IotHub.Models.IotHubStorageEndpointProperties> StorageEndpoints { get { throw null; } }
@@ -695,7 +704,9 @@ public IotHubRoutingProperties() { }
695704
public static Azure.ResourceManager.IotHub.Models.IotHubRoutingSource DeviceJobLifecycleEvents { get { throw null; } }
696705
public static Azure.ResourceManager.IotHub.Models.IotHubRoutingSource DeviceLifecycleEvents { get { throw null; } }
697706
public static Azure.ResourceManager.IotHub.Models.IotHubRoutingSource DeviceMessages { get { throw null; } }
707+
public static Azure.ResourceManager.IotHub.Models.IotHubRoutingSource DigitalTwinChangeEvents { get { throw null; } }
698708
public static Azure.ResourceManager.IotHub.Models.IotHubRoutingSource Invalid { get { throw null; } }
709+
public static Azure.ResourceManager.IotHub.Models.IotHubRoutingSource MqttBrokerMessages { get { throw null; } }
699710
public static Azure.ResourceManager.IotHub.Models.IotHubRoutingSource TwinChangeEvents { get { throw null; } }
700711
public bool Equals(Azure.ResourceManager.IotHub.Models.IotHubRoutingSource other) { throw null; }
701712
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
@@ -843,13 +854,25 @@ internal IotHubUserSubscriptionQuota() { }
843854
public string Unit { get { throw null; } }
844855
public string UserSubscriptionQuotaType { get { throw null; } }
845856
}
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+
}
846863
public partial class MessagingEndpointProperties
847864
{
848865
public MessagingEndpointProperties() { }
849866
public System.TimeSpan? LockDurationAsIso8601 { get { throw null; } set { } }
850867
public int? MaxDeliveryCount { get { throw null; } set { } }
851868
public System.TimeSpan? TtlAsIso8601 { get { throw null; } set { } }
852869
}
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+
}
853876
public partial class RouteCompilationError
854877
{
855878
internal RouteCompilationError() { }
@@ -887,9 +910,27 @@ internal RouteErrorRange() { }
887910
public static bool operator !=(Azure.ResourceManager.IotHub.Models.RouteErrorSeverity left, Azure.ResourceManager.IotHub.Models.RouteErrorSeverity right) { throw null; }
888911
public override string ToString() { throw null; }
889912
}
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+
}
890930
public partial class RoutingEndpoints
891931
{
892932
public RoutingEndpoints() { }
933+
public System.Collections.Generic.IList<Azure.ResourceManager.IotHub.Models.RoutingCosmosDBSqlApiProperties> CosmosDBSqlCollections { get { throw null; } }
893934
public System.Collections.Generic.IList<Azure.ResourceManager.IotHub.Models.RoutingEventHubProperties> EventHubs { get { throw null; } }
894935
public System.Collections.Generic.IList<Azure.ResourceManager.IotHub.Models.RoutingServiceBusQueueEndpointProperties> ServiceBusQueues { get { throw null; } }
895936
public System.Collections.Generic.IList<Azure.ResourceManager.IotHub.Models.RoutingServiceBusTopicEndpointProperties> ServiceBusTopics { get { throw null; } }

sdk/iothub/Azure.ResourceManager.IotHub/src/Generated/IotHubDescriptionCollection.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/iothub/Azure.ResourceManager.IotHub/src/Generated/Models/EncryptionPropertiesDescription.Serialization.cs

Lines changed: 67 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/iothub/Azure.ResourceManager.IotHub/src/Generated/Models/EncryptionPropertiesDescription.cs

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/iothub/Azure.ResourceManager.IotHub/src/Generated/Models/IotHubProperties.Serialization.cs

Lines changed: 49 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)