@azure/arm-signalr 5.2.1-alpha.20230824.1 → 6.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. package/CHANGELOG.md +74 -52
  2. package/README.md +1 -1
  3. package/dist/index.js +1064 -436
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist-esm/samples-dev/operationsListSample.js +1 -1
  8. package/dist-esm/samples-dev/signalRCheckNameAvailabilitySample.js +1 -1
  9. package/dist-esm/samples-dev/signalRCreateOrUpdateSample.js +1 -1
  10. package/dist-esm/samples-dev/signalRCustomCertificatesCreateOrUpdateSample.js +1 -1
  11. package/dist-esm/samples-dev/signalRCustomCertificatesDeleteSample.js +1 -1
  12. package/dist-esm/samples-dev/signalRCustomCertificatesGetSample.js +1 -1
  13. package/dist-esm/samples-dev/signalRCustomCertificatesListSample.js +1 -1
  14. package/dist-esm/samples-dev/signalRCustomDomainsCreateOrUpdateSample.js +1 -1
  15. package/dist-esm/samples-dev/signalRCustomDomainsDeleteSample.js +1 -1
  16. package/dist-esm/samples-dev/signalRCustomDomainsGetSample.js +1 -1
  17. package/dist-esm/samples-dev/signalRCustomDomainsListSample.js +1 -1
  18. package/dist-esm/samples-dev/signalRDeleteSample.js +1 -1
  19. package/dist-esm/samples-dev/signalRGetSample.js +1 -1
  20. package/dist-esm/samples-dev/signalRListByResourceGroupSample.js +1 -1
  21. package/dist-esm/samples-dev/signalRListBySubscriptionSample.js +1 -1
  22. package/dist-esm/samples-dev/signalRListKeysSample.js +1 -1
  23. package/dist-esm/samples-dev/signalRListReplicaSkusSample.d.ts +2 -0
  24. package/dist-esm/samples-dev/signalRListReplicaSkusSample.d.ts.map +1 -0
  25. package/dist-esm/samples-dev/signalRListReplicaSkusSample.js +40 -0
  26. package/dist-esm/samples-dev/signalRListReplicaSkusSample.js.map +1 -0
  27. package/dist-esm/samples-dev/signalRListSkusSample.js +1 -1
  28. package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsDeleteSample.js +1 -1
  29. package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsGetSample.js +1 -1
  30. package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsListSample.js +1 -1
  31. package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsUpdateSample.js +2 -4
  32. package/dist-esm/samples-dev/signalRPrivateEndpointConnectionsUpdateSample.js.map +1 -1
  33. package/dist-esm/samples-dev/signalRPrivateLinkResourcesListSample.js +1 -1
  34. package/dist-esm/samples-dev/signalRRegenerateKeySample.js +1 -1
  35. package/dist-esm/samples-dev/signalRReplicasCreateOrUpdateSample.d.ts +2 -0
  36. package/dist-esm/samples-dev/signalRReplicasCreateOrUpdateSample.d.ts.map +1 -0
  37. package/dist-esm/samples-dev/signalRReplicasCreateOrUpdateSample.js +45 -0
  38. package/dist-esm/samples-dev/signalRReplicasCreateOrUpdateSample.js.map +1 -0
  39. package/dist-esm/samples-dev/signalRReplicasDeleteSample.d.ts +2 -0
  40. package/dist-esm/samples-dev/signalRReplicasDeleteSample.d.ts.map +1 -0
  41. package/dist-esm/samples-dev/signalRReplicasDeleteSample.js +40 -0
  42. package/dist-esm/samples-dev/signalRReplicasDeleteSample.js.map +1 -0
  43. package/dist-esm/samples-dev/signalRReplicasGetSample.d.ts +2 -0
  44. package/dist-esm/samples-dev/signalRReplicasGetSample.d.ts.map +1 -0
  45. package/dist-esm/samples-dev/signalRReplicasGetSample.js +40 -0
  46. package/dist-esm/samples-dev/signalRReplicasGetSample.js.map +1 -0
  47. package/dist-esm/samples-dev/signalRReplicasListSample.d.ts +2 -0
  48. package/dist-esm/samples-dev/signalRReplicasListSample.d.ts.map +1 -0
  49. package/dist-esm/samples-dev/signalRReplicasListSample.js +60 -0
  50. package/dist-esm/samples-dev/signalRReplicasListSample.js.map +1 -0
  51. package/dist-esm/samples-dev/signalRReplicasRestartSample.d.ts +2 -0
  52. package/dist-esm/samples-dev/signalRReplicasRestartSample.d.ts.map +1 -0
  53. package/dist-esm/samples-dev/signalRReplicasRestartSample.js +40 -0
  54. package/dist-esm/samples-dev/signalRReplicasRestartSample.js.map +1 -0
  55. package/dist-esm/samples-dev/signalRReplicasUpdateSample.d.ts +2 -0
  56. package/dist-esm/samples-dev/signalRReplicasUpdateSample.d.ts.map +1 -0
  57. package/dist-esm/samples-dev/signalRReplicasUpdateSample.js +45 -0
  58. package/dist-esm/samples-dev/signalRReplicasUpdateSample.js.map +1 -0
  59. package/dist-esm/samples-dev/signalRRestartSample.js +1 -1
  60. package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesCreateOrUpdateSample.js +1 -1
  61. package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesDeleteSample.js +1 -1
  62. package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesGetSample.js +1 -1
  63. package/dist-esm/samples-dev/signalRSharedPrivateLinkResourcesListSample.js +1 -1
  64. package/dist-esm/samples-dev/signalRUpdateSample.js +1 -1
  65. package/dist-esm/samples-dev/usagesListSample.js +1 -1
  66. package/dist-esm/src/models/index.d.ts +150 -79
  67. package/dist-esm/src/models/index.d.ts.map +1 -1
  68. package/dist-esm/src/models/index.js +12 -12
  69. package/dist-esm/src/models/index.js.map +1 -1
  70. package/dist-esm/src/models/mappers.d.ts +9 -2
  71. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  72. package/dist-esm/src/models/mappers.js +181 -88
  73. package/dist-esm/src/models/mappers.js.map +1 -1
  74. package/dist-esm/src/models/parameters.d.ts +3 -1
  75. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  76. package/dist-esm/src/models/parameters.js +32 -4
  77. package/dist-esm/src/models/parameters.js.map +1 -1
  78. package/dist-esm/src/operations/index.d.ts +1 -0
  79. package/dist-esm/src/operations/index.d.ts.map +1 -1
  80. package/dist-esm/src/operations/index.js +1 -0
  81. package/dist-esm/src/operations/index.js.map +1 -1
  82. package/dist-esm/src/operations/signalR.d.ts +27 -35
  83. package/dist-esm/src/operations/signalR.d.ts.map +1 -1
  84. package/dist-esm/src/operations/signalR.js +66 -40
  85. package/dist-esm/src/operations/signalR.js.map +1 -1
  86. package/dist-esm/src/operations/signalRCustomCertificates.d.ts +7 -14
  87. package/dist-esm/src/operations/signalRCustomCertificates.d.ts.map +1 -1
  88. package/dist-esm/src/operations/signalRCustomCertificates.js +9 -15
  89. package/dist-esm/src/operations/signalRCustomCertificates.js.map +1 -1
  90. package/dist-esm/src/operations/signalRCustomDomains.d.ts +8 -16
  91. package/dist-esm/src/operations/signalRCustomDomains.d.ts.map +1 -1
  92. package/dist-esm/src/operations/signalRCustomDomains.js +10 -17
  93. package/dist-esm/src/operations/signalRCustomDomains.js.map +1 -1
  94. package/dist-esm/src/operations/signalRPrivateEndpointConnections.d.ts +15 -18
  95. package/dist-esm/src/operations/signalRPrivateEndpointConnections.d.ts.map +1 -1
  96. package/dist-esm/src/operations/signalRPrivateEndpointConnections.js +15 -18
  97. package/dist-esm/src/operations/signalRPrivateEndpointConnections.js.map +1 -1
  98. package/dist-esm/src/operations/signalRPrivateLinkResources.d.ts +3 -6
  99. package/dist-esm/src/operations/signalRPrivateLinkResources.d.ts.map +1 -1
  100. package/dist-esm/src/operations/signalRPrivateLinkResources.js +3 -6
  101. package/dist-esm/src/operations/signalRPrivateLinkResources.js.map +1 -1
  102. package/dist-esm/src/operations/signalRReplicas.d.ts +107 -0
  103. package/dist-esm/src/operations/signalRReplicas.d.ts.map +1 -0
  104. package/dist-esm/src/operations/signalRReplicas.js +507 -0
  105. package/dist-esm/src/operations/signalRReplicas.js.map +1 -0
  106. package/dist-esm/src/operations/signalRSharedPrivateLinkResources.d.ts +8 -16
  107. package/dist-esm/src/operations/signalRSharedPrivateLinkResources.d.ts.map +1 -1
  108. package/dist-esm/src/operations/signalRSharedPrivateLinkResources.js +11 -18
  109. package/dist-esm/src/operations/signalRSharedPrivateLinkResources.js.map +1 -1
  110. package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
  111. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  112. package/dist-esm/src/operationsInterfaces/index.js +1 -0
  113. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  114. package/dist-esm/src/operationsInterfaces/signalR.d.ts +25 -31
  115. package/dist-esm/src/operationsInterfaces/signalR.d.ts.map +1 -1
  116. package/dist-esm/src/operationsInterfaces/signalRCustomCertificates.d.ts +5 -10
  117. package/dist-esm/src/operationsInterfaces/signalRCustomCertificates.d.ts.map +1 -1
  118. package/dist-esm/src/operationsInterfaces/signalRCustomDomains.d.ts +6 -12
  119. package/dist-esm/src/operationsInterfaces/signalRCustomDomains.d.ts.map +1 -1
  120. package/dist-esm/src/operationsInterfaces/signalRPrivateEndpointConnections.d.ts +13 -14
  121. package/dist-esm/src/operationsInterfaces/signalRPrivateEndpointConnections.d.ts.map +1 -1
  122. package/dist-esm/src/operationsInterfaces/signalRPrivateLinkResources.d.ts +1 -2
  123. package/dist-esm/src/operationsInterfaces/signalRPrivateLinkResources.d.ts.map +1 -1
  124. package/dist-esm/src/operationsInterfaces/signalRReplicas.d.ts +82 -0
  125. package/dist-esm/src/operationsInterfaces/signalRReplicas.d.ts.map +1 -0
  126. package/dist-esm/src/operationsInterfaces/signalRReplicas.js +9 -0
  127. package/dist-esm/src/operationsInterfaces/signalRReplicas.js.map +1 -0
  128. package/dist-esm/src/operationsInterfaces/signalRSharedPrivateLinkResources.d.ts +6 -12
  129. package/dist-esm/src/operationsInterfaces/signalRSharedPrivateLinkResources.d.ts.map +1 -1
  130. package/dist-esm/src/signalRManagementClient.d.ts +3 -3
  131. package/dist-esm/src/signalRManagementClient.d.ts.map +1 -1
  132. package/dist-esm/src/signalRManagementClient.js +5 -5
  133. package/dist-esm/src/signalRManagementClient.js.map +1 -1
  134. package/dist-esm/test/signalr_examples.spec.js +1 -1
  135. package/dist-esm/test/signalr_examples.spec.js.map +1 -1
  136. package/package.json +6 -6
  137. package/review/arm-signalr.api.md +124 -8
  138. package/src/models/index.ts +179 -82
  139. package/src/models/mappers.ts +189 -90
  140. package/src/models/parameters.ts +34 -3
  141. package/src/operations/index.ts +1 -0
  142. package/src/operations/signalR.ts +91 -44
  143. package/src/operations/signalRCustomCertificates.ts +9 -15
  144. package/src/operations/signalRCustomDomains.ts +10 -17
  145. package/src/operations/signalRPrivateEndpointConnections.ts +15 -18
  146. package/src/operations/signalRPrivateLinkResources.ts +3 -6
  147. package/src/operations/signalRReplicas.ts +702 -0
  148. package/src/operations/signalRSharedPrivateLinkResources.ts +11 -18
  149. package/src/operationsInterfaces/index.ts +1 -0
  150. package/src/operationsInterfaces/signalR.ts +37 -30
  151. package/src/operationsInterfaces/signalRCustomCertificates.ts +5 -10
  152. package/src/operationsInterfaces/signalRCustomDomains.ts +6 -12
  153. package/src/operationsInterfaces/signalRPrivateEndpointConnections.ts +13 -14
  154. package/src/operationsInterfaces/signalRPrivateLinkResources.ts +1 -2
  155. package/src/operationsInterfaces/signalRReplicas.ts +166 -0
  156. package/src/operationsInterfaces/signalRSharedPrivateLinkResources.ts +6 -12
  157. package/src/signalRManagementClient.ts +7 -4
  158. package/types/arm-signalr.d.ts +267 -119
@@ -28,11 +28,6 @@ export declare type CreatedByType = string;
28
28
 
29
29
  /** A custom certificate. */
30
30
  export declare interface CustomCertificate extends ProxyResource {
31
- /**
32
- * Metadata pertaining to creation and last modification of the resource.
33
- * NOTE: This property will not be serialized. It can only be populated by the server.
34
- */
35
- readonly systemData?: SystemData;
36
31
  /**
37
32
  * Provisioning state of the resource.
38
33
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -59,11 +54,6 @@ export declare interface CustomCertificateList {
59
54
 
60
55
  /** A custom domain */
61
56
  export declare interface CustomDomain extends ProxyResource {
62
- /**
63
- * Metadata pertaining to creation and last modification of the resource.
64
- * NOTE: This property will not be serialized. It can only be populated by the server.
65
- */
66
- readonly systemData?: SystemData;
67
57
  /**
68
58
  * Provisioning state of the resource.
69
59
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -446,7 +436,7 @@ export declare interface NameAvailability {
446
436
 
447
437
  /** Data POST-ed to the nameAvailability action */
448
438
  export declare interface NameAvailabilityParameters {
449
- /** The resource type. Can be "Microsoft.SignalRService/SignalR" or "Microsoft.SignalRService/webPubSub" */
439
+ /** The resource type. Can be "Microsoft.SignalRService/SignalR", "Microsoft.SignalRService/WebPubSub", "Microsoft.SignalRService/SignalR/replicas" or "Microsoft.SignalRService/WebPubSub/replicas" */
450
440
  type: string;
451
441
  /** The resource name to validate. e.g."my-resource-name" */
452
442
  name: string;
@@ -540,11 +530,6 @@ export declare interface PrivateEndpointACL extends NetworkACL {
540
530
 
541
531
  /** A private endpoint connection to an azure resource */
542
532
  export declare interface PrivateEndpointConnection extends ProxyResource {
543
- /**
544
- * Metadata pertaining to creation and last modification of the resource.
545
- * NOTE: This property will not be serialized. It can only be populated by the server.
546
- */
547
- readonly systemData?: SystemData;
548
533
  /**
549
534
  * Provisioning state of the resource.
550
535
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -631,7 +616,7 @@ export declare type PrivateLinkServiceConnectionStatus = string;
631
616
  */
632
617
  export declare type ProvisioningState = string;
633
618
 
634
- /** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags */
619
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
635
620
  export declare interface ProxyResource extends Resource {
636
621
  }
637
622
 
@@ -641,23 +626,49 @@ export declare interface RegenerateKeyParameters {
641
626
  keyType?: KeyType_2;
642
627
  }
643
628
 
644
- /** The core properties of ARM resources. */
629
+ /** A class represent a replica resource. */
630
+ export declare interface Replica extends TrackedResource {
631
+ /** The billing information of the resource. */
632
+ sku?: ResourceSku;
633
+ /**
634
+ * Provisioning state of the resource.
635
+ * NOTE: This property will not be serialized. It can only be populated by the server.
636
+ */
637
+ readonly provisioningState?: ProvisioningState;
638
+ }
639
+
640
+ export declare interface ReplicaList {
641
+ /** List of the replica */
642
+ value?: Replica[];
643
+ /**
644
+ * The URL the client should use to fetch the next page (per server side paging).
645
+ * It's null for now, added for future use.
646
+ */
647
+ nextLink?: string;
648
+ }
649
+
650
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
645
651
  export declare interface Resource {
646
652
  /**
647
- * Fully qualified resource Id for the resource.
653
+ * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
648
654
  * NOTE: This property will not be serialized. It can only be populated by the server.
649
655
  */
650
656
  readonly id?: string;
651
657
  /**
652
- * The name of the resource.
658
+ * The name of the resource
653
659
  * NOTE: This property will not be serialized. It can only be populated by the server.
654
660
  */
655
661
  readonly name?: string;
656
662
  /**
657
- * The type of the resource - e.g. "Microsoft.SignalRService/SignalR"
663
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
658
664
  * NOTE: This property will not be serialized. It can only be populated by the server.
659
665
  */
660
666
  readonly type?: string;
667
+ /**
668
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
669
+ * NOTE: This property will not be serialized. It can only be populated by the server.
670
+ */
671
+ readonly systemData?: SystemData;
661
672
  }
662
673
 
663
674
  /** Resource log category configuration of a Microsoft.SignalRService resource. */
@@ -793,11 +804,6 @@ export declare interface ShareablePrivateLinkResourceType {
793
804
 
794
805
  /** Describes a Shared Private Link Resource */
795
806
  export declare interface SharedPrivateLinkResource extends ProxyResource {
796
- /**
797
- * Metadata pertaining to creation and last modification of the resource.
798
- * NOTE: This property will not be serialized. It can only be populated by the server.
799
- */
800
- readonly systemData?: SystemData;
801
807
  /** The group id from the provider of resource the shared private link resource is for */
802
808
  groupId?: string;
803
809
  /** The resource id of the resource the shared private link resource is for */
@@ -846,8 +852,7 @@ export declare interface SignalR {
846
852
  listBySubscription(options?: SignalRListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SignalRResource>;
847
853
  /**
848
854
  * Handles requests to list all resources in a resource group.
849
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
850
- * this value from the Azure Resource Manager API or the portal.
855
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
851
856
  * @param options The options parameters.
852
857
  */
853
858
  listByResourceGroup(resourceGroupName: string, options?: SignalRListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SignalRResource>;
@@ -860,16 +865,14 @@ export declare interface SignalR {
860
865
  checkNameAvailability(location: string, parameters: NameAvailabilityParameters, options?: SignalRCheckNameAvailabilityOptionalParams): Promise<SignalRCheckNameAvailabilityResponse>;
861
866
  /**
862
867
  * Get the resource and its properties.
863
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
864
- * this value from the Azure Resource Manager API or the portal.
868
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
865
869
  * @param resourceName The name of the resource.
866
870
  * @param options The options parameters.
867
871
  */
868
872
  get(resourceGroupName: string, resourceName: string, options?: SignalRGetOptionalParams): Promise<SignalRGetResponse>;
869
873
  /**
870
874
  * Create or update a resource.
871
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
872
- * this value from the Azure Resource Manager API or the portal.
875
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
873
876
  * @param resourceName The name of the resource.
874
877
  * @param parameters Parameters for the create or update operation
875
878
  * @param options The options parameters.
@@ -877,8 +880,7 @@ export declare interface SignalR {
877
880
  beginCreateOrUpdate(resourceGroupName: string, resourceName: string, parameters: SignalRResource, options?: SignalRCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SignalRCreateOrUpdateResponse>, SignalRCreateOrUpdateResponse>>;
878
881
  /**
879
882
  * Create or update a resource.
880
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
881
- * this value from the Azure Resource Manager API or the portal.
883
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
882
884
  * @param resourceName The name of the resource.
883
885
  * @param parameters Parameters for the create or update operation
884
886
  * @param options The options parameters.
@@ -886,24 +888,21 @@ export declare interface SignalR {
886
888
  beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, parameters: SignalRResource, options?: SignalRCreateOrUpdateOptionalParams): Promise<SignalRCreateOrUpdateResponse>;
887
889
  /**
888
890
  * Operation to delete a resource.
889
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
890
- * this value from the Azure Resource Manager API or the portal.
891
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
891
892
  * @param resourceName The name of the resource.
892
893
  * @param options The options parameters.
893
894
  */
894
895
  beginDelete(resourceGroupName: string, resourceName: string, options?: SignalRDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
895
896
  /**
896
897
  * Operation to delete a resource.
897
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
898
- * this value from the Azure Resource Manager API or the portal.
898
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
899
899
  * @param resourceName The name of the resource.
900
900
  * @param options The options parameters.
901
901
  */
902
902
  beginDeleteAndWait(resourceGroupName: string, resourceName: string, options?: SignalRDeleteOptionalParams): Promise<void>;
903
903
  /**
904
904
  * Operation to update an exiting resource.
905
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
906
- * this value from the Azure Resource Manager API or the portal.
905
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
907
906
  * @param resourceName The name of the resource.
908
907
  * @param parameters Parameters for the update operation
909
908
  * @param options The options parameters.
@@ -911,8 +910,7 @@ export declare interface SignalR {
911
910
  beginUpdate(resourceGroupName: string, resourceName: string, parameters: SignalRResource, options?: SignalRUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SignalRUpdateResponse>, SignalRUpdateResponse>>;
912
911
  /**
913
912
  * Operation to update an exiting resource.
914
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
915
- * this value from the Azure Resource Manager API or the portal.
913
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
916
914
  * @param resourceName The name of the resource.
917
915
  * @param parameters Parameters for the update operation
918
916
  * @param options The options parameters.
@@ -920,8 +918,7 @@ export declare interface SignalR {
920
918
  beginUpdateAndWait(resourceGroupName: string, resourceName: string, parameters: SignalRResource, options?: SignalRUpdateOptionalParams): Promise<SignalRUpdateResponse>;
921
919
  /**
922
920
  * Get the access keys of the resource.
923
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
924
- * this value from the Azure Resource Manager API or the portal.
921
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
925
922
  * @param resourceName The name of the resource.
926
923
  * @param options The options parameters.
927
924
  */
@@ -929,8 +926,7 @@ export declare interface SignalR {
929
926
  /**
930
927
  * Regenerate the access key for the resource. PrimaryKey and SecondaryKey cannot be regenerated at the
931
928
  * same time.
932
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
933
- * this value from the Azure Resource Manager API or the portal.
929
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
934
930
  * @param resourceName The name of the resource.
935
931
  * @param parameters Parameter that describes the Regenerate Key Operation.
936
932
  * @param options The options parameters.
@@ -939,33 +935,37 @@ export declare interface SignalR {
939
935
  /**
940
936
  * Regenerate the access key for the resource. PrimaryKey and SecondaryKey cannot be regenerated at the
941
937
  * same time.
942
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
943
- * this value from the Azure Resource Manager API or the portal.
938
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
944
939
  * @param resourceName The name of the resource.
945
940
  * @param parameters Parameter that describes the Regenerate Key Operation.
946
941
  * @param options The options parameters.
947
942
  */
948
943
  beginRegenerateKeyAndWait(resourceGroupName: string, resourceName: string, parameters: RegenerateKeyParameters, options?: SignalRRegenerateKeyOptionalParams): Promise<SignalRRegenerateKeyResponse>;
944
+ /**
945
+ * List all available skus of the replica resource.
946
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
947
+ * @param resourceName The name of the resource.
948
+ * @param replicaName The name of the replica.
949
+ * @param options The options parameters.
950
+ */
951
+ listReplicaSkus(resourceGroupName: string, resourceName: string, replicaName: string, options?: SignalRListReplicaSkusOptionalParams): Promise<SignalRListReplicaSkusResponse>;
949
952
  /**
950
953
  * Operation to restart a resource.
951
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
952
- * this value from the Azure Resource Manager API or the portal.
954
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
953
955
  * @param resourceName The name of the resource.
954
956
  * @param options The options parameters.
955
957
  */
956
- beginRestart(resourceGroupName: string, resourceName: string, options?: SignalRRestartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
958
+ beginRestart(resourceGroupName: string, resourceName: string, options?: SignalRRestartOptionalParams): Promise<SimplePollerLike<OperationState<SignalRRestartResponse>, SignalRRestartResponse>>;
957
959
  /**
958
960
  * Operation to restart a resource.
959
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
960
- * this value from the Azure Resource Manager API or the portal.
961
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
961
962
  * @param resourceName The name of the resource.
962
963
  * @param options The options parameters.
963
964
  */
964
- beginRestartAndWait(resourceGroupName: string, resourceName: string, options?: SignalRRestartOptionalParams): Promise<void>;
965
+ beginRestartAndWait(resourceGroupName: string, resourceName: string, options?: SignalRRestartOptionalParams): Promise<SignalRRestartResponse>;
965
966
  /**
966
967
  * List all available skus of the resource.
967
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
968
- * this value from the Azure Resource Manager API or the portal.
968
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
969
969
  * @param resourceName The name of the resource.
970
970
  * @param options The options parameters.
971
971
  */
@@ -1000,16 +1000,14 @@ export declare type SignalRCreateOrUpdateResponse = SignalRResource;
1000
1000
  export declare interface SignalRCustomCertificates {
1001
1001
  /**
1002
1002
  * List all custom certificates.
1003
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
1004
- * this value from the Azure Resource Manager API or the portal.
1003
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1005
1004
  * @param resourceName The name of the resource.
1006
1005
  * @param options The options parameters.
1007
1006
  */
1008
1007
  list(resourceGroupName: string, resourceName: string, options?: SignalRCustomCertificatesListOptionalParams): PagedAsyncIterableIterator<CustomCertificate>;
1009
1008
  /**
1010
1009
  * Get a custom certificate.
1011
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
1012
- * this value from the Azure Resource Manager API or the portal.
1010
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1013
1011
  * @param resourceName The name of the resource.
1014
1012
  * @param certificateName Custom certificate name
1015
1013
  * @param options The options parameters.
@@ -1017,8 +1015,7 @@ export declare interface SignalRCustomCertificates {
1017
1015
  get(resourceGroupName: string, resourceName: string, certificateName: string, options?: SignalRCustomCertificatesGetOptionalParams): Promise<SignalRCustomCertificatesGetResponse>;
1018
1016
  /**
1019
1017
  * Create or update a custom certificate.
1020
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
1021
- * this value from the Azure Resource Manager API or the portal.
1018
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1022
1019
  * @param resourceName The name of the resource.
1023
1020
  * @param certificateName Custom certificate name
1024
1021
  * @param parameters A custom certificate.
@@ -1027,8 +1024,7 @@ export declare interface SignalRCustomCertificates {
1027
1024
  beginCreateOrUpdate(resourceGroupName: string, resourceName: string, certificateName: string, parameters: CustomCertificate, options?: SignalRCustomCertificatesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SignalRCustomCertificatesCreateOrUpdateResponse>, SignalRCustomCertificatesCreateOrUpdateResponse>>;
1028
1025
  /**
1029
1026
  * Create or update a custom certificate.
1030
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
1031
- * this value from the Azure Resource Manager API or the portal.
1027
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1032
1028
  * @param resourceName The name of the resource.
1033
1029
  * @param certificateName Custom certificate name
1034
1030
  * @param parameters A custom certificate.
@@ -1037,8 +1033,7 @@ export declare interface SignalRCustomCertificates {
1037
1033
  beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, certificateName: string, parameters: CustomCertificate, options?: SignalRCustomCertificatesCreateOrUpdateOptionalParams): Promise<SignalRCustomCertificatesCreateOrUpdateResponse>;
1038
1034
  /**
1039
1035
  * Delete a custom certificate.
1040
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
1041
- * this value from the Azure Resource Manager API or the portal.
1036
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1042
1037
  * @param resourceName The name of the resource.
1043
1038
  * @param certificateName Custom certificate name
1044
1039
  * @param options The options parameters.
@@ -1086,16 +1081,14 @@ export declare type SignalRCustomCertificatesListResponse = CustomCertificateLis
1086
1081
  export declare interface SignalRCustomDomains {
1087
1082
  /**
1088
1083
  * List all custom domains.
1089
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
1090
- * this value from the Azure Resource Manager API or the portal.
1084
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1091
1085
  * @param resourceName The name of the resource.
1092
1086
  * @param options The options parameters.
1093
1087
  */
1094
1088
  list(resourceGroupName: string, resourceName: string, options?: SignalRCustomDomainsListOptionalParams): PagedAsyncIterableIterator<CustomDomain>;
1095
1089
  /**
1096
1090
  * Get a custom domain.
1097
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
1098
- * this value from the Azure Resource Manager API or the portal.
1091
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1099
1092
  * @param resourceName The name of the resource.
1100
1093
  * @param name Custom domain name.
1101
1094
  * @param options The options parameters.
@@ -1103,8 +1096,7 @@ export declare interface SignalRCustomDomains {
1103
1096
  get(resourceGroupName: string, resourceName: string, name: string, options?: SignalRCustomDomainsGetOptionalParams): Promise<SignalRCustomDomainsGetResponse>;
1104
1097
  /**
1105
1098
  * Create or update a custom domain.
1106
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
1107
- * this value from the Azure Resource Manager API or the portal.
1099
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1108
1100
  * @param resourceName The name of the resource.
1109
1101
  * @param name Custom domain name.
1110
1102
  * @param parameters A custom domain
@@ -1113,8 +1105,7 @@ export declare interface SignalRCustomDomains {
1113
1105
  beginCreateOrUpdate(resourceGroupName: string, resourceName: string, name: string, parameters: CustomDomain, options?: SignalRCustomDomainsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SignalRCustomDomainsCreateOrUpdateResponse>, SignalRCustomDomainsCreateOrUpdateResponse>>;
1114
1106
  /**
1115
1107
  * Create or update a custom domain.
1116
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
1117
- * this value from the Azure Resource Manager API or the portal.
1108
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1118
1109
  * @param resourceName The name of the resource.
1119
1110
  * @param name Custom domain name.
1120
1111
  * @param parameters A custom domain
@@ -1123,8 +1114,7 @@ export declare interface SignalRCustomDomains {
1123
1114
  beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, name: string, parameters: CustomDomain, options?: SignalRCustomDomainsCreateOrUpdateOptionalParams): Promise<SignalRCustomDomainsCreateOrUpdateResponse>;
1124
1115
  /**
1125
1116
  * Delete a custom domain.
1126
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
1127
- * this value from the Azure Resource Manager API or the portal.
1117
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1128
1118
  * @param resourceName The name of the resource.
1129
1119
  * @param name Custom domain name.
1130
1120
  * @param options The options parameters.
@@ -1132,8 +1122,7 @@ export declare interface SignalRCustomDomains {
1132
1122
  beginDelete(resourceGroupName: string, resourceName: string, name: string, options?: SignalRCustomDomainsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1133
1123
  /**
1134
1124
  * Delete a custom domain.
1135
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
1136
- * this value from the Azure Resource Manager API or the portal.
1125
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1137
1126
  * @param resourceName The name of the resource.
1138
1127
  * @param name Custom domain name.
1139
1128
  * @param options The options parameters.
@@ -1261,6 +1250,13 @@ export declare interface SignalRListKeysOptionalParams extends coreClient.Operat
1261
1250
  /** Contains response data for the listKeys operation. */
1262
1251
  export declare type SignalRListKeysResponse = SignalRKeys;
1263
1252
 
1253
+ /** Optional parameters. */
1254
+ export declare interface SignalRListReplicaSkusOptionalParams extends coreClient.OperationOptions {
1255
+ }
1256
+
1257
+ /** Contains response data for the listReplicaSkus operation. */
1258
+ export declare type SignalRListReplicaSkusResponse = SkuList;
1259
+
1264
1260
  /** Optional parameters. */
1265
1261
  export declare interface SignalRListSkusOptionalParams extends coreClient.OperationOptions {
1266
1262
  }
@@ -1275,8 +1271,7 @@ export declare class SignalRManagementClient extends coreClient.ServiceClient {
1275
1271
  /**
1276
1272
  * Initializes a new instance of the SignalRManagementClient class.
1277
1273
  * @param credentials Subscription credentials which uniquely identify client subscription.
1278
- * @param subscriptionId Gets subscription Id which uniquely identify the Microsoft Azure subscription.
1279
- * The subscription ID forms part of the URI for every service call.
1274
+ * @param subscriptionId The ID of the target subscription. The value must be an UUID.
1280
1275
  * @param options The parameter options
1281
1276
  */
1282
1277
  constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: SignalRManagementClientOptionalParams);
@@ -1289,6 +1284,7 @@ export declare class SignalRManagementClient extends coreClient.ServiceClient {
1289
1284
  signalRCustomDomains: SignalRCustomDomains;
1290
1285
  signalRPrivateEndpointConnections: SignalRPrivateEndpointConnections;
1291
1286
  signalRPrivateLinkResources: SignalRPrivateLinkResources;
1287
+ signalRReplicas: SignalRReplicas;
1292
1288
  signalRSharedPrivateLinkResources: SignalRSharedPrivateLinkResources;
1293
1289
  }
1294
1290
 
@@ -1316,26 +1312,25 @@ export declare interface SignalRNetworkACLs {
1316
1312
  export declare interface SignalRPrivateEndpointConnections {
1317
1313
  /**
1318
1314
  * List private endpoint connections
1319
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
1320
- * this value from the Azure Resource Manager API or the portal.
1315
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1321
1316
  * @param resourceName The name of the resource.
1322
1317
  * @param options The options parameters.
1323
1318
  */
1324
1319
  list(resourceGroupName: string, resourceName: string, options?: SignalRPrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
1325
1320
  /**
1326
1321
  * Get the specified private endpoint connection
1327
- * @param privateEndpointConnectionName The name of the private endpoint connection
1328
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
1329
- * this value from the Azure Resource Manager API or the portal.
1322
+ * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
1323
+ * Azure resource.
1324
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1330
1325
  * @param resourceName The name of the resource.
1331
1326
  * @param options The options parameters.
1332
1327
  */
1333
1328
  get(privateEndpointConnectionName: string, resourceGroupName: string, resourceName: string, options?: SignalRPrivateEndpointConnectionsGetOptionalParams): Promise<SignalRPrivateEndpointConnectionsGetResponse>;
1334
1329
  /**
1335
1330
  * Update the state of specified private endpoint connection
1336
- * @param privateEndpointConnectionName The name of the private endpoint connection
1337
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
1338
- * this value from the Azure Resource Manager API or the portal.
1331
+ * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
1332
+ * Azure resource.
1333
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1339
1334
  * @param resourceName The name of the resource.
1340
1335
  * @param parameters The resource of private endpoint and its properties
1341
1336
  * @param options The options parameters.
@@ -1343,18 +1338,18 @@ export declare interface SignalRPrivateEndpointConnections {
1343
1338
  update(privateEndpointConnectionName: string, resourceGroupName: string, resourceName: string, parameters: PrivateEndpointConnection, options?: SignalRPrivateEndpointConnectionsUpdateOptionalParams): Promise<SignalRPrivateEndpointConnectionsUpdateResponse>;
1344
1339
  /**
1345
1340
  * Delete the specified private endpoint connection
1346
- * @param privateEndpointConnectionName The name of the private endpoint connection
1347
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
1348
- * this value from the Azure Resource Manager API or the portal.
1341
+ * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
1342
+ * Azure resource.
1343
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1349
1344
  * @param resourceName The name of the resource.
1350
1345
  * @param options The options parameters.
1351
1346
  */
1352
1347
  beginDelete(privateEndpointConnectionName: string, resourceGroupName: string, resourceName: string, options?: SignalRPrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1353
1348
  /**
1354
1349
  * Delete the specified private endpoint connection
1355
- * @param privateEndpointConnectionName The name of the private endpoint connection
1356
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
1357
- * this value from the Azure Resource Manager API or the portal.
1350
+ * @param privateEndpointConnectionName The name of the private endpoint connection associated with the
1351
+ * Azure resource.
1352
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1358
1353
  * @param resourceName The name of the resource.
1359
1354
  * @param options The options parameters.
1360
1355
  */
@@ -1401,8 +1396,7 @@ export declare type SignalRPrivateEndpointConnectionsUpdateResponse = PrivateEnd
1401
1396
  export declare interface SignalRPrivateLinkResources {
1402
1397
  /**
1403
1398
  * Get the private link resources that need to be created for a resource.
1404
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
1405
- * this value from the Azure Resource Manager API or the portal.
1399
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1406
1400
  * @param resourceName The name of the resource.
1407
1401
  * @param options The options parameters.
1408
1402
  */
@@ -1423,6 +1417,11 @@ export declare interface SignalRPrivateLinkResourcesListOptionalParams extends c
1423
1417
  /** Contains response data for the list operation. */
1424
1418
  export declare type SignalRPrivateLinkResourcesListResponse = PrivateLinkResourceList;
1425
1419
 
1420
+ /** Defines headers for SignalR_regenerateKey operation. */
1421
+ export declare interface SignalRRegenerateKeyHeaders {
1422
+ location?: string;
1423
+ }
1424
+
1426
1425
  /** Optional parameters. */
1427
1426
  export declare interface SignalRRegenerateKeyOptionalParams extends coreClient.OperationOptions {
1428
1427
  /** Delay to wait until next poll, in milliseconds. */
@@ -1434,6 +1433,153 @@ export declare interface SignalRRegenerateKeyOptionalParams extends coreClient.O
1434
1433
  /** Contains response data for the regenerateKey operation. */
1435
1434
  export declare type SignalRRegenerateKeyResponse = SignalRKeys;
1436
1435
 
1436
+ /** Interface representing a SignalRReplicas. */
1437
+ export declare interface SignalRReplicas {
1438
+ /**
1439
+ * List all replicas belong to this resource
1440
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1441
+ * @param resourceName The name of the resource.
1442
+ * @param options The options parameters.
1443
+ */
1444
+ list(resourceGroupName: string, resourceName: string, options?: SignalRReplicasListOptionalParams): PagedAsyncIterableIterator<Replica>;
1445
+ /**
1446
+ * Get the replica and its properties.
1447
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1448
+ * @param resourceName The name of the resource.
1449
+ * @param replicaName The name of the replica.
1450
+ * @param options The options parameters.
1451
+ */
1452
+ get(resourceGroupName: string, resourceName: string, replicaName: string, options?: SignalRReplicasGetOptionalParams): Promise<SignalRReplicasGetResponse>;
1453
+ /**
1454
+ * Create or update a replica.
1455
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1456
+ * @param resourceName The name of the resource.
1457
+ * @param replicaName The name of the replica.
1458
+ * @param parameters Parameters for the create or update operation
1459
+ * @param options The options parameters.
1460
+ */
1461
+ beginCreateOrUpdate(resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: SignalRReplicasCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SignalRReplicasCreateOrUpdateResponse>, SignalRReplicasCreateOrUpdateResponse>>;
1462
+ /**
1463
+ * Create or update a replica.
1464
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1465
+ * @param resourceName The name of the resource.
1466
+ * @param replicaName The name of the replica.
1467
+ * @param parameters Parameters for the create or update operation
1468
+ * @param options The options parameters.
1469
+ */
1470
+ beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: SignalRReplicasCreateOrUpdateOptionalParams): Promise<SignalRReplicasCreateOrUpdateResponse>;
1471
+ /**
1472
+ * Operation to delete a replica.
1473
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1474
+ * @param resourceName The name of the resource.
1475
+ * @param replicaName The name of the replica.
1476
+ * @param options The options parameters.
1477
+ */
1478
+ delete(resourceGroupName: string, resourceName: string, replicaName: string, options?: SignalRReplicasDeleteOptionalParams): Promise<void>;
1479
+ /**
1480
+ * Operation to update an exiting replica.
1481
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1482
+ * @param resourceName The name of the resource.
1483
+ * @param replicaName The name of the replica.
1484
+ * @param parameters Parameters for the update operation
1485
+ * @param options The options parameters.
1486
+ */
1487
+ beginUpdate(resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: SignalRReplicasUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SignalRReplicasUpdateResponse>, SignalRReplicasUpdateResponse>>;
1488
+ /**
1489
+ * Operation to update an exiting replica.
1490
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1491
+ * @param resourceName The name of the resource.
1492
+ * @param replicaName The name of the replica.
1493
+ * @param parameters Parameters for the update operation
1494
+ * @param options The options parameters.
1495
+ */
1496
+ beginUpdateAndWait(resourceGroupName: string, resourceName: string, replicaName: string, parameters: Replica, options?: SignalRReplicasUpdateOptionalParams): Promise<SignalRReplicasUpdateResponse>;
1497
+ /**
1498
+ * Operation to restart a replica.
1499
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1500
+ * @param resourceName The name of the resource.
1501
+ * @param replicaName The name of the replica.
1502
+ * @param options The options parameters.
1503
+ */
1504
+ beginRestart(resourceGroupName: string, resourceName: string, replicaName: string, options?: SignalRReplicasRestartOptionalParams): Promise<SimplePollerLike<OperationState<SignalRReplicasRestartResponse>, SignalRReplicasRestartResponse>>;
1505
+ /**
1506
+ * Operation to restart a replica.
1507
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1508
+ * @param resourceName The name of the resource.
1509
+ * @param replicaName The name of the replica.
1510
+ * @param options The options parameters.
1511
+ */
1512
+ beginRestartAndWait(resourceGroupName: string, resourceName: string, replicaName: string, options?: SignalRReplicasRestartOptionalParams): Promise<SignalRReplicasRestartResponse>;
1513
+ }
1514
+
1515
+ /** Optional parameters. */
1516
+ export declare interface SignalRReplicasCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
1517
+ /** Delay to wait until next poll, in milliseconds. */
1518
+ updateIntervalInMs?: number;
1519
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1520
+ resumeFrom?: string;
1521
+ }
1522
+
1523
+ /** Contains response data for the createOrUpdate operation. */
1524
+ export declare type SignalRReplicasCreateOrUpdateResponse = Replica;
1525
+
1526
+ /** Optional parameters. */
1527
+ export declare interface SignalRReplicasDeleteOptionalParams extends coreClient.OperationOptions {
1528
+ }
1529
+
1530
+ /** Optional parameters. */
1531
+ export declare interface SignalRReplicasGetOptionalParams extends coreClient.OperationOptions {
1532
+ }
1533
+
1534
+ /** Contains response data for the get operation. */
1535
+ export declare type SignalRReplicasGetResponse = Replica;
1536
+
1537
+ /** Optional parameters. */
1538
+ export declare interface SignalRReplicasListNextOptionalParams extends coreClient.OperationOptions {
1539
+ }
1540
+
1541
+ /** Contains response data for the listNext operation. */
1542
+ export declare type SignalRReplicasListNextResponse = ReplicaList;
1543
+
1544
+ /** Optional parameters. */
1545
+ export declare interface SignalRReplicasListOptionalParams extends coreClient.OperationOptions {
1546
+ }
1547
+
1548
+ /** Contains response data for the list operation. */
1549
+ export declare type SignalRReplicasListResponse = ReplicaList;
1550
+
1551
+ /** Defines headers for SignalRReplicas_restart operation. */
1552
+ export declare interface SignalRReplicasRestartHeaders {
1553
+ location?: string;
1554
+ }
1555
+
1556
+ /** Optional parameters. */
1557
+ export declare interface SignalRReplicasRestartOptionalParams extends coreClient.OperationOptions {
1558
+ /** Delay to wait until next poll, in milliseconds. */
1559
+ updateIntervalInMs?: number;
1560
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1561
+ resumeFrom?: string;
1562
+ }
1563
+
1564
+ /** Contains response data for the restart operation. */
1565
+ export declare type SignalRReplicasRestartResponse = SignalRReplicasRestartHeaders;
1566
+
1567
+ /** Defines headers for SignalRReplicas_update operation. */
1568
+ export declare interface SignalRReplicasUpdateHeaders {
1569
+ location?: string;
1570
+ }
1571
+
1572
+ /** Optional parameters. */
1573
+ export declare interface SignalRReplicasUpdateOptionalParams extends coreClient.OperationOptions {
1574
+ /** Delay to wait until next poll, in milliseconds. */
1575
+ updateIntervalInMs?: number;
1576
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1577
+ resumeFrom?: string;
1578
+ }
1579
+
1580
+ /** Contains response data for the update operation. */
1581
+ export declare type SignalRReplicasUpdateResponse = Replica;
1582
+
1437
1583
  /**
1438
1584
  * Defines values for SignalRRequestType. \
1439
1585
  * {@link KnownSignalRRequestType} can be used interchangeably with SignalRRequestType,
@@ -1450,15 +1596,10 @@ export declare type SignalRRequestType = string;
1450
1596
  export declare interface SignalRResource extends TrackedResource {
1451
1597
  /** The billing information of the resource. */
1452
1598
  sku?: ResourceSku;
1453
- /** The kind of the service, it can be SignalR or RawWebSockets */
1599
+ /** The kind of the service */
1454
1600
  kind?: ServiceKind;
1455
1601
  /** A class represent managed identities used for request and response */
1456
1602
  identity?: ManagedIdentity;
1457
- /**
1458
- * Metadata pertaining to creation and last modification of the resource.
1459
- * NOTE: This property will not be serialized. It can only be populated by the server.
1460
- */
1461
- readonly systemData?: SystemData;
1462
1603
  /**
1463
1604
  * Provisioning state of the resource.
1464
1605
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1558,6 +1699,11 @@ export declare interface SignalRResourceList {
1558
1699
  nextLink?: string;
1559
1700
  }
1560
1701
 
1702
+ /** Defines headers for SignalR_restart operation. */
1703
+ export declare interface SignalRRestartHeaders {
1704
+ location?: string;
1705
+ }
1706
+
1561
1707
  /** Optional parameters. */
1562
1708
  export declare interface SignalRRestartOptionalParams extends coreClient.OperationOptions {
1563
1709
  /** Delay to wait until next poll, in milliseconds. */
@@ -1566,12 +1712,14 @@ export declare interface SignalRRestartOptionalParams extends coreClient.Operati
1566
1712
  resumeFrom?: string;
1567
1713
  }
1568
1714
 
1715
+ /** Contains response data for the restart operation. */
1716
+ export declare type SignalRRestartResponse = SignalRRestartHeaders;
1717
+
1569
1718
  /** Interface representing a SignalRSharedPrivateLinkResources. */
1570
1719
  export declare interface SignalRSharedPrivateLinkResources {
1571
1720
  /**
1572
1721
  * List shared private link resources
1573
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
1574
- * this value from the Azure Resource Manager API or the portal.
1722
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1575
1723
  * @param resourceName The name of the resource.
1576
1724
  * @param options The options parameters.
1577
1725
  */
@@ -1579,8 +1727,7 @@ export declare interface SignalRSharedPrivateLinkResources {
1579
1727
  /**
1580
1728
  * Get the specified shared private link resource
1581
1729
  * @param sharedPrivateLinkResourceName The name of the shared private link resource
1582
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
1583
- * this value from the Azure Resource Manager API or the portal.
1730
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1584
1731
  * @param resourceName The name of the resource.
1585
1732
  * @param options The options parameters.
1586
1733
  */
@@ -1588,8 +1735,7 @@ export declare interface SignalRSharedPrivateLinkResources {
1588
1735
  /**
1589
1736
  * Create or update a shared private link resource
1590
1737
  * @param sharedPrivateLinkResourceName The name of the shared private link resource
1591
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
1592
- * this value from the Azure Resource Manager API or the portal.
1738
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1593
1739
  * @param resourceName The name of the resource.
1594
1740
  * @param parameters The shared private link resource
1595
1741
  * @param options The options parameters.
@@ -1598,8 +1744,7 @@ export declare interface SignalRSharedPrivateLinkResources {
1598
1744
  /**
1599
1745
  * Create or update a shared private link resource
1600
1746
  * @param sharedPrivateLinkResourceName The name of the shared private link resource
1601
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
1602
- * this value from the Azure Resource Manager API or the portal.
1747
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1603
1748
  * @param resourceName The name of the resource.
1604
1749
  * @param parameters The shared private link resource
1605
1750
  * @param options The options parameters.
@@ -1608,8 +1753,7 @@ export declare interface SignalRSharedPrivateLinkResources {
1608
1753
  /**
1609
1754
  * Delete the specified shared private link resource
1610
1755
  * @param sharedPrivateLinkResourceName The name of the shared private link resource
1611
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
1612
- * this value from the Azure Resource Manager API or the portal.
1756
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1613
1757
  * @param resourceName The name of the resource.
1614
1758
  * @param options The options parameters.
1615
1759
  */
@@ -1617,8 +1761,7 @@ export declare interface SignalRSharedPrivateLinkResources {
1617
1761
  /**
1618
1762
  * Delete the specified shared private link resource
1619
1763
  * @param sharedPrivateLinkResourceName The name of the shared private link resource
1620
- * @param resourceGroupName The name of the resource group that contains the resource. You can obtain
1621
- * this value from the Azure Resource Manager API or the portal.
1764
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
1622
1765
  * @param resourceName The name of the resource.
1623
1766
  * @param options The options parameters.
1624
1767
  */
@@ -1679,10 +1822,15 @@ export declare type SignalRSkuTier = string;
1679
1822
 
1680
1823
  /** TLS settings for the resource */
1681
1824
  export declare interface SignalRTlsSettings {
1682
- /** Request client certificate during TLS handshake if enabled */
1825
+ /** Request client certificate during TLS handshake if enabled. Not supported for free tier. Any input will be ignored for free tier. */
1683
1826
  clientCertEnabled?: boolean;
1684
1827
  }
1685
1828
 
1829
+ /** Defines headers for SignalR_update operation. */
1830
+ export declare interface SignalRUpdateHeaders {
1831
+ location?: string;
1832
+ }
1833
+
1686
1834
  /** Optional parameters. */
1687
1835
  export declare interface SignalRUpdateOptionalParams extends coreClient.OperationOptions {
1688
1836
  /** Delay to wait until next poll, in milliseconds. */
@@ -1806,14 +1954,14 @@ export declare interface SystemData {
1806
1954
  lastModifiedAt?: Date;
1807
1955
  }
1808
1956
 
1809
- /** The resource model definition for a ARM tracked top level resource. */
1957
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
1810
1958
  export declare interface TrackedResource extends Resource {
1811
- /** The GEO location of the resource. e.g. West US | East US | North Central US | South Central US. */
1812
- location?: string;
1813
- /** Tags of the service which is a list of key value pairs that describe the resource. */
1959
+ /** Resource tags. */
1814
1960
  tags?: {
1815
1961
  [propertyName: string]: string;
1816
1962
  };
1963
+ /** The geo-location where the resource lives */
1964
+ location: string;
1817
1965
  }
1818
1966
 
1819
1967
  /** Upstream auth settings. If not set, no auth is used for upstream messages. */