You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -152,7 +153,8 @@ let apiInstance = new OmniCoreModelAndStateManagementApi.RegistryApi();
152
153
let subscriptionId ="subscriptionId_example"; // String | Subscription ID
153
154
let opts = {
154
155
'pageNumber':56, // Number | Page Number
155
-
'pageSize':56// Number | Page Size
156
+
'pageSize':56, // Number | Page Size
157
+
'registryIds': ["null"] // [String] | A list of registry string IDs. For example, ['registry0', 'registry12']. If empty, this field is ignored. Maximum IDs: 10,000
@@ -171,6 +173,7 @@ Name | Type | Description | Notes
171
173
**subscriptionId** | **String**| Subscription ID |
172
174
**pageNumber** | **Number**| Page Number | [optional]
173
175
**pageSize** | **Number**| Page Size | [optional]
176
+
**registryIds** | [**[String]**](String.md)| A list of registry string IDs. For example, ['registry0', 'registry12']. If empty, this field is ignored. Maximum IDs: 10,000 | [optional]
174
177
175
178
### Return type
176
179
@@ -242,6 +245,64 @@ Name | Type | Description | Notes
0 commit comments