Skip to content

Commit db19b4a

Browse files
author
SDKAuto
committed
CodeGen from PR 23239 in Azure/azure-rest-api-specs
Merge 785cf32815bc1fd1a3f4d01495c41d568628bd82 into 5f869da70574588b5af7c46a20de802cb8edc093
1 parent 93da099 commit db19b4a

25 files changed

+937
-15
lines changed

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

Lines changed: 61 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,15 +612,18 @@ 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; } }
617625
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 { } }
618627
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.IotHub.Models.IotHubLocationDescription> Locations { get { throw null; } }
619628
public System.Collections.Generic.IDictionary<string, Azure.ResourceManager.IotHub.Models.MessagingEndpointProperties> MessagingEndpoints { get { throw null; } }
620629
public string MinTlsVersion { get { throw null; } set { } }
@@ -623,6 +632,7 @@ public IotHubProperties() { }
623632
public string ProvisioningState { get { throw null; } }
624633
public Azure.ResourceManager.IotHub.Models.IotHubPublicNetworkAccess? PublicNetworkAccess { get { throw null; } set { } }
625634
public bool? RestrictOutboundNetworkAccess { get { throw null; } set { } }
635+
public Azure.ResourceManager.IotHub.Models.RootCertificateProperties RootCertificate { get { throw null; } set { } }
626636
public Azure.ResourceManager.IotHub.Models.IotHubRoutingProperties Routing { get { throw null; } set { } }
627637
public string State { get { throw null; } }
628638
public System.Collections.Generic.IDictionary<string, Azure.ResourceManager.IotHub.Models.IotHubStorageEndpointProperties> StorageEndpoints { get { throw null; } }
@@ -695,7 +705,9 @@ public IotHubRoutingProperties() { }
695705
public static Azure.ResourceManager.IotHub.Models.IotHubRoutingSource DeviceJobLifecycleEvents { get { throw null; } }
696706
public static Azure.ResourceManager.IotHub.Models.IotHubRoutingSource DeviceLifecycleEvents { get { throw null; } }
697707
public static Azure.ResourceManager.IotHub.Models.IotHubRoutingSource DeviceMessages { get { throw null; } }
708+
public static Azure.ResourceManager.IotHub.Models.IotHubRoutingSource DigitalTwinChangeEvents { get { throw null; } }
698709
public static Azure.ResourceManager.IotHub.Models.IotHubRoutingSource Invalid { get { throw null; } }
710+
public static Azure.ResourceManager.IotHub.Models.IotHubRoutingSource MqttBrokerMessages { get { throw null; } }
699711
public static Azure.ResourceManager.IotHub.Models.IotHubRoutingSource TwinChangeEvents { get { throw null; } }
700712
public bool Equals(Azure.ResourceManager.IotHub.Models.IotHubRoutingSource other) { throw null; }
701713
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
@@ -843,13 +855,44 @@ internal IotHubUserSubscriptionQuota() { }
843855
public string Unit { get { throw null; } }
844856
public string UserSubscriptionQuotaType { get { throw null; } }
845857
}
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+
}
846883
public partial class MessagingEndpointProperties
847884
{
848885
public MessagingEndpointProperties() { }
849886
public System.TimeSpan? LockDurationAsIso8601 { get { throw null; } set { } }
850887
public int? MaxDeliveryCount { get { throw null; } set { } }
851888
public System.TimeSpan? TtlAsIso8601 { get { throw null; } set { } }
852889
}
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+
}
853896
public partial class RouteCompilationError
854897
{
855898
internal RouteCompilationError() { }
@@ -887,9 +930,27 @@ internal RouteErrorRange() { }
887930
public static bool operator !=(Azure.ResourceManager.IotHub.Models.RouteErrorSeverity left, Azure.ResourceManager.IotHub.Models.RouteErrorSeverity right) { throw null; }
888931
public override string ToString() { throw null; }
889932
}
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+
}
890950
public partial class RoutingEndpoints
891951
{
892952
public RoutingEndpoints() { }
953+
public System.Collections.Generic.IList<Azure.ResourceManager.IotHub.Models.RoutingCosmosDBSqlApiProperties> CosmosDBSqlCollections { get { throw null; } }
893954
public System.Collections.Generic.IList<Azure.ResourceManager.IotHub.Models.RoutingEventHubProperties> EventHubs { get { throw null; } }
894955
public System.Collections.Generic.IList<Azure.ResourceManager.IotHub.Models.RoutingServiceBusQueueEndpointProperties> ServiceBusQueues { get { throw null; } }
895956
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: 71 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/IPVersion.cs

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

0 commit comments

Comments
 (0)