1
+ // Copyright (c) Microsoft Corporation. All rights reserved.
2
+ // Licensed under the MIT License. See License.txt in the project root for license information.
3
+ // Code generated by Microsoft (R) AutoRest Code Generator.
4
+ // Changes may cause incorrect behavior and will be lost if the code is regenerated.
5
+
6
+ namespace Microsoft . Azure . Management . SignalR
7
+ {
8
+ using Microsoft . Rest ;
9
+ using Microsoft . Rest . Azure ;
10
+ using Models ;
11
+
12
+ /// <summary>
13
+ /// REST API for Azure SignalR Service
14
+ /// </summary>
15
+ public partial interface ISignalRManagementClient : System . IDisposable
16
+ {
17
+ /// <summary>
18
+ /// The base URI of the service.
19
+ /// </summary>
20
+ System . Uri BaseUri { get ; set ; }
21
+
22
+ /// <summary>
23
+ /// Gets or sets json serialization settings.
24
+ /// </summary>
25
+ Newtonsoft . Json . JsonSerializerSettings SerializationSettings { get ; }
26
+
27
+ /// <summary>
28
+ /// Gets or sets json deserialization settings.
29
+ /// </summary>
30
+ Newtonsoft . Json . JsonSerializerSettings DeserializationSettings { get ; }
31
+
32
+ /// <summary>
33
+ /// Credentials needed for the client to connect to Azure.
34
+ /// </summary>
35
+ Microsoft . Rest . ServiceClientCredentials Credentials { get ; }
36
+
37
+
38
+ /// <summary>
39
+ /// The API version to use for this operation.
40
+ /// </summary>
41
+ string ApiVersion { get ; }
42
+
43
+
44
+ /// <summary>
45
+ /// Gets subscription Id which uniquely identify the Microsoft Azure
46
+ /// subscription. The subscription ID forms part of the URI for every service
47
+ /// call.
48
+ /// </summary>
49
+ string SubscriptionId { get ; set ; }
50
+
51
+
52
+ /// <summary>
53
+ /// The preferred language for the response.
54
+ /// </summary>
55
+ string AcceptLanguage { get ; set ; }
56
+
57
+
58
+ /// <summary>
59
+ /// The retry timeout in seconds for Long Running Operations. Default
60
+ /// /// value is 30.
61
+ /// </summary>
62
+ int ? LongRunningOperationRetryTimeout { get ; set ; }
63
+
64
+
65
+ /// <summary>
66
+ /// 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.
69
+ /// </summary>
70
+ bool ? GenerateClientRequestId { get ; set ; }
71
+
72
+
73
+ /// <summary>
74
+ /// Gets the IOperations
75
+ /// </summary>
76
+ IOperations Operations { get ; }
77
+
78
+ /// <summary>
79
+ /// Gets the ISignalROperations
80
+ /// </summary>
81
+ ISignalROperations SignalR { get ; }
82
+
83
+ /// <summary>
84
+ /// Gets the IUsagesOperations
85
+ /// </summary>
86
+ IUsagesOperations Usages { get ; }
87
+
88
+ /// <summary>
89
+ /// Gets the ISignalRPrivateEndpointConnectionsOperations
90
+ /// </summary>
91
+ ISignalRPrivateEndpointConnectionsOperations SignalRPrivateEndpointConnections { get ; }
92
+
93
+ /// <summary>
94
+ /// Gets the ISignalRPrivateLinkResourcesOperations
95
+ /// </summary>
96
+ ISignalRPrivateLinkResourcesOperations SignalRPrivateLinkResources { get ; }
97
+
98
+ /// <summary>
99
+ /// Gets the ISignalRSharedPrivateLinkResourcesOperations
100
+ /// </summary>
101
+ ISignalRSharedPrivateLinkResourcesOperations SignalRSharedPrivateLinkResources { get ; }
102
+
103
+ }
104
+ }
0 commit comments