|
29 | 29 | FullBackupFrequencyType, |
30 | 30 | IdentityType, |
31 | 31 | LeastPrivilegeMode, |
32 | | - OperationOrigin, |
33 | 32 | OsType, |
34 | 33 | ReadableSecondary, |
35 | 34 | Role, |
@@ -348,59 +347,6 @@ class DiskConfigAssessmentRequest(TypedDict, total=False): |
348 | 347 | """Boolean to run disk config Assessment. Use false to fetch past Assessment.""" |
349 | 348 |
|
350 | 349 |
|
351 | | -class ErrorAdditionalInfo(TypedDict, total=False): |
352 | | - """The resource management error additional info. |
353 | | -
|
354 | | - :ivar type: The additional info type. |
355 | | - :vartype type: str |
356 | | - :ivar info: The additional info. |
357 | | - :vartype info: Any |
358 | | - """ |
359 | | - |
360 | | - type: str |
361 | | - """The additional info type.""" |
362 | | - info: Any |
363 | | - """The additional info.""" |
364 | | - |
365 | | - |
366 | | -class ErrorDetail(TypedDict, total=False): |
367 | | - """The error detail. |
368 | | -
|
369 | | - :ivar code: The error code. |
370 | | - :vartype code: str |
371 | | - :ivar message: The error message. |
372 | | - :vartype message: str |
373 | | - :ivar target: The error target. |
374 | | - :vartype target: str |
375 | | - :ivar details: The error details. |
376 | | - :vartype details: list["ErrorDetail"] |
377 | | - :ivar additional_info: The error additional info. |
378 | | - :vartype additional_info: list["ErrorAdditionalInfo"] |
379 | | - """ |
380 | | - |
381 | | - code: str |
382 | | - """The error code.""" |
383 | | - message: str |
384 | | - """The error message.""" |
385 | | - target: str |
386 | | - """The error target.""" |
387 | | - details: list["ErrorDetail"] |
388 | | - """The error details.""" |
389 | | - additionalInfo: list["ErrorAdditionalInfo"] |
390 | | - """The error additional info.""" |
391 | | - |
392 | | - |
393 | | -class ErrorResponse(TypedDict, total=False): |
394 | | - """Error response. |
395 | | -
|
396 | | - :ivar error: The error object. |
397 | | - :vartype error: "ErrorDetail" |
398 | | - """ |
399 | | - |
400 | | - error: "ErrorDetail" |
401 | | - """The error object.""" |
402 | | - |
403 | | - |
404 | 350 | class KeyVaultCredentialSettings(TypedDict, total=False): |
405 | 351 | """Configure your SQL virtual machine to be able to connect to the Azure Key Vault service. |
406 | 352 |
|
@@ -474,60 +420,6 @@ class MultiSubnetIpConfiguration(TypedDict, total=False): |
474 | 420 | listener. Required.""" |
475 | 421 |
|
476 | 422 |
|
477 | | -class Operation(TypedDict, total=False): |
478 | | - """Result of the request to list SQL operations. |
479 | | -
|
480 | | - :ivar name: The name of the operation being performed on this particular object.". |
481 | | - :vartype name: str |
482 | | - :ivar display: he localized display information for this particular operation / action. |
483 | | - :vartype display: "OperationDisplay" |
484 | | - :ivar origin: The intended executor of the operation.". Known values are: "user" and "system". |
485 | | - :vartype origin: Union[str, "OperationOrigin"] |
486 | | - :ivar properties: Additional descriptions for the operation. |
487 | | - :vartype properties: dict[str, Any] |
488 | | - """ |
489 | | - |
490 | | - name: str |
491 | | - """The name of the operation being performed on this particular object.\".""" |
492 | | - display: "OperationDisplay" |
493 | | - """he localized display information for this particular operation / action.""" |
494 | | - origin: Union[str, "OperationOrigin"] |
495 | | - """The intended executor of the operation.\". Known values are: \"user\" and \"system\".""" |
496 | | - properties: dict[str, Any] |
497 | | - """Additional descriptions for the operation.""" |
498 | | - |
499 | | - |
500 | | -class OperationDisplay(TypedDict, total=False): |
501 | | - """Display metadata associated with the operation. |
502 | | -
|
503 | | - :ivar provider: The localized friendly form of the resource provider name, e.g. "Microsoft |
504 | | - Monitoring Insights" or "Microsoft Compute". |
505 | | - :vartype provider: str |
506 | | - :ivar resource: The localized friendly name of the resource type related to this operation. |
507 | | - E.g. "Virtual Machines" or "Job Schedule Collections". |
508 | | - :vartype resource: str |
509 | | - :ivar operation: The concise, localized friendly name for the operation; suitable for |
510 | | - dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". |
511 | | - :vartype operation: str |
512 | | - :ivar description: The short, localized friendly description of the operation; suitable for |
513 | | - tool tips and detailed views. |
514 | | - :vartype description: str |
515 | | - """ |
516 | | - |
517 | | - provider: str |
518 | | - """The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring |
519 | | - Insights\" or \"Microsoft Compute\".""" |
520 | | - resource: str |
521 | | - """The localized friendly name of the resource type related to this operation. E.g. \"Virtual |
522 | | - Machines\" or \"Job Schedule Collections\".""" |
523 | | - operation: str |
524 | | - """The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create |
525 | | - or Update Virtual Machine\", \"Restart Virtual Machine\".""" |
526 | | - description: str |
527 | | - """The short, localized friendly description of the operation; suitable for tool tips and detailed |
528 | | - views.""" |
529 | | - |
530 | | - |
531 | 423 | class PrivateIPAddress(TypedDict, total=False): |
532 | 424 | """A private IP address bound to the availability group listener. |
533 | 425 |
|
|
0 commit comments