File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed
schemas/2020-04-01-preview Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change 175175 },
176176 "SqlPoolProperties" : {
177177 "type" : " object" ,
178- "properties" : {},
178+ "properties" : {
179+ "autoPauseTimer" : {
180+ "oneOf" : [
181+ {
182+ "type" : " integer"
183+ },
184+ {
185+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
186+ }
187+ ],
188+ "description" : " The period of inactivity in minutes before automatically pausing the sql pool."
189+ },
190+ "autoResume" : {
191+ "oneOf" : [
192+ {
193+ "type" : " boolean"
194+ },
195+ {
196+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
197+ }
198+ ],
199+ "description" : " Indicates whether the sql pool can automatically resume when connection attempts are made."
200+ },
201+ "maxServiceObjectiveName" : {
202+ "type" : " string" ,
203+ "description" : " The max service level objective name of the sql pool."
204+ }
205+ },
179206 "description" : " The sql pool's properties."
180207 }
181208 }
You can’t perform that action at this time.
0 commit comments