|
24 | 24 | from ._models_py3 import ComputeOperationValue
|
25 | 25 | from ._models_py3 import DataDisk
|
26 | 26 | from ._models_py3 import DataDiskImage
|
| 27 | + from ._models_py3 import DedicatedHost |
| 28 | + from ._models_py3 import DedicatedHostAllocatableVM |
| 29 | + from ._models_py3 import DedicatedHostAvailableCapacity |
| 30 | + from ._models_py3 import DedicatedHostCapacity |
| 31 | + from ._models_py3 import DedicatedHostGroup |
| 32 | + from ._models_py3 import DedicatedHostGroupUpdate |
| 33 | + from ._models_py3 import DedicatedHostInstanceView |
| 34 | + from ._models_py3 import DedicatedHostUpdate |
27 | 35 | from ._models_py3 import DiagnosticsProfile
|
28 | 36 | from ._models_py3 import DiffDiskSettings
|
29 | 37 | from ._models_py3 import Disallowed
|
|
184 | 192 | from ._models import ComputeOperationValue
|
185 | 193 | from ._models import DataDisk
|
186 | 194 | from ._models import DataDiskImage
|
| 195 | + from ._models import DedicatedHost |
| 196 | + from ._models import DedicatedHostAllocatableVM |
| 197 | + from ._models import DedicatedHostAvailableCapacity |
| 198 | + from ._models import DedicatedHostCapacity |
| 199 | + from ._models import DedicatedHostGroup |
| 200 | + from ._models import DedicatedHostGroupUpdate |
| 201 | + from ._models import DedicatedHostInstanceView |
| 202 | + from ._models import DedicatedHostUpdate |
187 | 203 | from ._models import DiagnosticsProfile
|
188 | 204 | from ._models import DiffDiskSettings
|
189 | 205 | from ._models import Disallowed
|
|
331 | 347 | from ._models import WinRMListener
|
332 | 348 | from ._paged_models import AvailabilitySetPaged
|
333 | 349 | from ._paged_models import ComputeOperationValuePaged
|
| 350 | +from ._paged_models import DedicatedHostGroupPaged |
| 351 | +from ._paged_models import DedicatedHostPaged |
334 | 352 | from ._paged_models import GalleryImagePaged
|
335 | 353 | from ._paged_models import GalleryImageVersionPaged
|
336 | 354 | from ._paged_models import GalleryPaged
|
|
350 | 368 | StatusLevelTypes,
|
351 | 369 | AvailabilitySetSkuTypes,
|
352 | 370 | ProximityPlacementGroupType,
|
| 371 | + DedicatedHostLicenseTypes, |
353 | 372 | OperatingSystemTypes,
|
354 | 373 | VirtualMachineSizeTypes,
|
355 | 374 | CachingTypes,
|
|
397 | 416 | 'ComputeOperationValue',
|
398 | 417 | 'DataDisk',
|
399 | 418 | 'DataDiskImage',
|
| 419 | + 'DedicatedHost', |
| 420 | + 'DedicatedHostAllocatableVM', |
| 421 | + 'DedicatedHostAvailableCapacity', |
| 422 | + 'DedicatedHostCapacity', |
| 423 | + 'DedicatedHostGroup', |
| 424 | + 'DedicatedHostGroupUpdate', |
| 425 | + 'DedicatedHostInstanceView', |
| 426 | + 'DedicatedHostUpdate', |
400 | 427 | 'DiagnosticsProfile',
|
401 | 428 | 'DiffDiskSettings',
|
402 | 429 | 'Disallowed',
|
|
546 | 573 | 'AvailabilitySetPaged',
|
547 | 574 | 'VirtualMachineSizePaged',
|
548 | 575 | 'ProximityPlacementGroupPaged',
|
| 576 | + 'DedicatedHostGroupPaged', |
| 577 | + 'DedicatedHostPaged', |
549 | 578 | 'UsagePaged',
|
550 | 579 | 'VirtualMachinePaged',
|
551 | 580 | 'ImagePaged',
|
|
562 | 591 | 'StatusLevelTypes',
|
563 | 592 | 'AvailabilitySetSkuTypes',
|
564 | 593 | 'ProximityPlacementGroupType',
|
| 594 | + 'DedicatedHostLicenseTypes', |
565 | 595 | 'OperatingSystemTypes',
|
566 | 596 | 'VirtualMachineSizeTypes',
|
567 | 597 | 'CachingTypes',
|
|
0 commit comments