1
- // <auto-generated>
2
1
// Copyright (c) Microsoft Corporation. All rights reserved.
3
- // Licensed under the MIT License. See License.txt in the project root for
4
- // license information.
5
- //
2
+ // Licensed under the MIT License. See License.txt in the project root for license information.
6
3
// Code generated by Microsoft (R) AutoRest Code Generator.
7
- // Changes may cause incorrect behavior and will be lost if the code is
8
- // regenerated.
9
- // </auto-generated>
4
+ // Changes may cause incorrect behavior and will be lost if the code is regenerated.
10
5
11
6
namespace Microsoft . Azure . Management . IotCentral
12
7
{
13
8
using Microsoft . Rest ;
14
9
using Microsoft . Rest . Azure ;
15
10
using Models ;
16
- using Newtonsoft . Json ;
17
11
18
12
/// <summary>
19
- /// Use this API to manage IoT Central Applications in your Azure
20
- /// subscription.
13
+ /// Use this API to manage IoT Central Applications in your Azure subscription.
21
14
/// </summary>
22
- public partial interface IIotCentralClient : System . IDisposable
15
+ public partial interface IIotCentralClient : System . IDisposable
23
16
{
24
17
/// <summary>
25
18
/// The base URI of the service.
@@ -29,56 +22,61 @@ public partial interface IIotCentralClient : System.IDisposable
29
22
/// <summary>
30
23
/// Gets or sets json serialization settings.
31
24
/// </summary>
32
- JsonSerializerSettings SerializationSettings { get ; }
25
+ Newtonsoft . Json . JsonSerializerSettings SerializationSettings { get ; }
33
26
34
27
/// <summary>
35
28
/// Gets or sets json deserialization settings.
36
29
/// </summary>
37
- JsonSerializerSettings DeserializationSettings { get ; }
30
+ Newtonsoft . Json . JsonSerializerSettings DeserializationSettings { get ; }
38
31
39
32
/// <summary>
40
33
/// Credentials needed for the client to connect to Azure.
41
34
/// </summary>
42
- ServiceClientCredentials Credentials { get ; }
35
+ Microsoft . Rest . ServiceClientCredentials Credentials { get ; }
36
+
43
37
44
38
/// <summary>
45
- /// The subscription identifier .
39
+ /// The API version to use for this operation .
46
40
/// </summary>
47
- string SubscriptionId { get ; set ; }
41
+ string ApiVersion { get ; }
42
+
48
43
49
44
/// <summary>
50
- /// The version of the API .
45
+ /// The subscription identifier .
51
46
/// </summary>
52
- string ApiVersion { get ; }
47
+ string SubscriptionId { get ; set ; }
48
+
53
49
54
50
/// <summary>
55
51
/// The preferred language for the response.
56
52
/// </summary>
57
- string AcceptLanguage { get ; set ; }
53
+ string AcceptLanguage { get ; set ; }
54
+
58
55
59
56
/// <summary>
60
57
/// The retry timeout in seconds for Long Running Operations. Default
61
- /// value is 30.
58
+ /// /// value is 30.
62
59
/// </summary>
63
- int ? LongRunningOperationRetryTimeout { get ; set ; }
60
+ int ? LongRunningOperationRetryTimeout { get ; set ; }
61
+
64
62
65
63
/// <summary>
66
64
/// Whether a unique x-ms-client-request-id should be generated. When
67
- /// set to true a unique x-ms-client-request-id value is generated and
68
- /// included in each request. Default is true.
65
+ /// /// set to true a unique x-ms-client-request-id value is generated and
66
+ /// /// included in each request. Default is true.
69
67
/// </summary>
70
- bool ? GenerateClientRequestId { get ; set ; }
68
+ bool ? GenerateClientRequestId { get ; set ; }
71
69
72
70
73
71
/// <summary>
74
- /// Gets the IAppsOperations.
72
+ /// Gets the IAppsOperations
75
73
/// </summary>
76
74
IAppsOperations Apps { get ; }
77
75
78
76
/// <summary>
79
- /// Gets the IOperations.
77
+ /// Gets the IOperations
80
78
/// </summary>
81
79
IOperations Operations { get ; }
82
80
83
81
}
84
- }
82
+ }
0 commit comments