Skip to content

Commit cbe6038

Browse files
author
SDKAuto
committed
CodeGen from PR 23791 in Azure/azure-rest-api-specs
Merge 9c60f4509695693b07694581d0a3623868508b20 into 01ae995
1 parent 9865263 commit cbe6038

14 files changed

+353
-11
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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; } }

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

Lines changed: 20 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/IotHubRoutingProperties.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/RoutingCosmosDBSqlApiProperties.Serialization.cs

Lines changed: 168 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)