@azure/arm-hybridcompute 4.1.0-beta.1 → 5.0.0-alpha.20250718.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.
- package/CHANGELOG.md +127 -0
- package/LICENSE +3 -3
- package/README.md +24 -18
- package/dist/browser/hybridComputeManagementClient.d.ts +70 -0
- package/dist/browser/hybridComputeManagementClient.d.ts.map +1 -0
- package/dist/browser/hybridComputeManagementClient.js +285 -0
- package/dist/browser/hybridComputeManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +3482 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +450 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +140 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +4751 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +51 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +456 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/extensionMetadata.d.ts +41 -0
- package/dist/browser/operations/extensionMetadata.d.ts.map +1 -0
- package/dist/browser/operations/extensionMetadata.js +142 -0
- package/dist/browser/operations/extensionMetadata.js.map +1 -0
- package/dist/browser/operations/extensionMetadataV2.d.ts +50 -0
- package/dist/browser/operations/extensionMetadataV2.d.ts.map +1 -0
- package/dist/browser/operations/extensionMetadataV2.js +186 -0
- package/dist/browser/operations/extensionMetadataV2.js.map +1 -0
- package/dist/browser/operations/extensionPublisherOperations.d.ts +35 -0
- package/dist/browser/operations/extensionPublisherOperations.d.ts.map +1 -0
- package/dist/browser/operations/extensionPublisherOperations.js +136 -0
- package/dist/browser/operations/extensionPublisherOperations.js.map +1 -0
- package/dist/browser/operations/extensionTypeOperations.d.ts +38 -0
- package/dist/browser/operations/extensionTypeOperations.d.ts.map +1 -0
- package/dist/browser/operations/extensionTypeOperations.js +144 -0
- package/dist/browser/operations/extensionTypeOperations.js.map +1 -0
- package/dist/browser/operations/gateways.d.ts +99 -0
- package/dist/browser/operations/gateways.d.ts.map +1 -0
- package/dist/browser/operations/gateways.js +487 -0
- package/dist/browser/operations/gateways.js.map +1 -0
- package/dist/browser/operations/index.d.ts +18 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +25 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/licenseProfiles.d.ts +92 -0
- package/dist/browser/operations/licenseProfiles.d.ts.map +1 -0
- package/dist/browser/operations/licenseProfiles.js +437 -0
- package/dist/browser/operations/licenseProfiles.js.map +1 -0
- package/dist/browser/operations/licenses.d.ts +119 -0
- package/dist/browser/operations/licenses.d.ts.map +1 -0
- package/dist/browser/operations/licenses.js +607 -0
- package/dist/browser/operations/licenses.js.map +1 -0
- package/dist/browser/operations/machineExtensions.d.ts +99 -0
- package/dist/browser/operations/machineExtensions.d.ts.map +1 -0
- package/dist/browser/operations/machineExtensions.js +448 -0
- package/dist/browser/operations/machineExtensions.js.map +1 -0
- package/dist/browser/operations/machineRunCommands.d.ts +81 -0
- package/dist/browser/operations/machineRunCommands.d.ts.map +1 -0
- package/dist/browser/operations/machineRunCommands.js +364 -0
- package/dist/browser/operations/machineRunCommands.js.map +1 -0
- package/dist/browser/operations/machines.d.ts +109 -0
- package/dist/browser/operations/machines.d.ts.map +1 -0
- package/dist/browser/operations/machines.js +541 -0
- package/dist/browser/operations/machines.js.map +1 -0
- package/dist/browser/operations/networkProfileOperations.d.ts +20 -0
- package/dist/browser/operations/networkProfileOperations.d.ts.map +1 -0
- package/dist/browser/operations/networkProfileOperations.js +53 -0
- package/dist/browser/operations/networkProfileOperations.js.map +1 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts +66 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js +271 -0
- package/dist/browser/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +26 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +96 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts +81 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.js +359 -0
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/privateLinkResources.d.ts +46 -0
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkResources.js +182 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/dist/browser/operations/privateLinkScopes.d.ts +108 -0
- package/dist/browser/operations/privateLinkScopes.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkScopes.js +493 -0
- package/dist/browser/operations/privateLinkScopes.js.map +1 -0
- package/dist/browser/operations/settingsOperations.d.ts +45 -0
- package/dist/browser/operations/settingsOperations.d.ts.map +1 -0
- package/dist/browser/operations/settingsOperations.js +163 -0
- package/dist/browser/operations/settingsOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/extensionMetadata.d.ts +23 -0
- package/dist/browser/operationsInterfaces/extensionMetadata.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/extensionMetadata.js.map +1 -0
- package/dist/browser/operationsInterfaces/extensionMetadataV2.d.ts +23 -0
- package/dist/browser/operationsInterfaces/extensionMetadataV2.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/extensionMetadataV2.js +9 -0
- package/dist/browser/operationsInterfaces/extensionMetadataV2.js.map +1 -0
- package/dist/browser/operationsInterfaces/extensionPublisherOperations.d.ts +12 -0
- package/dist/browser/operationsInterfaces/extensionPublisherOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/extensionPublisherOperations.js +9 -0
- package/dist/browser/operationsInterfaces/extensionPublisherOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/extensionTypeOperations.d.ts +13 -0
- package/dist/browser/operationsInterfaces/extensionTypeOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/extensionTypeOperations.js +9 -0
- package/dist/browser/operationsInterfaces/extensionTypeOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/gateways.d.ts +63 -0
- package/dist/browser/operationsInterfaces/gateways.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/gateways.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +18 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +25 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/licenseProfiles.d.ts +67 -0
- package/dist/browser/operationsInterfaces/licenseProfiles.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/licenseProfiles.js.map +1 -0
- package/dist/browser/operationsInterfaces/licenses.d.ts +83 -0
- package/dist/browser/operationsInterfaces/licenses.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/licenses.js.map +1 -0
- package/dist/browser/operationsInterfaces/machineExtensions.d.ts +74 -0
- package/dist/browser/operationsInterfaces/machineExtensions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/machineExtensions.js.map +1 -0
- package/dist/browser/operationsInterfaces/machineRunCommands.d.ts +56 -0
- package/dist/browser/operationsInterfaces/machineRunCommands.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/machineRunCommands.js.map +1 -0
- package/dist/browser/operationsInterfaces/machines.d.ts +71 -0
- package/dist/browser/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/machines.js.map +1 -0
- package/dist/browser/operationsInterfaces/networkProfileOperations.d.ts +12 -0
- package/dist/browser/operationsInterfaces/networkProfileOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/networkProfileOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +41 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkScopes.d.ts +72 -0
- package/dist/browser/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkScopes.js.map +1 -0
- package/dist/browser/operationsInterfaces/settingsOperations.d.ts +37 -0
- package/dist/browser/operationsInterfaces/settingsOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/settingsOperations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/hybridComputeManagementClient.d.ts +70 -0
- package/dist/commonjs/hybridComputeManagementClient.d.ts.map +1 -0
- package/dist/commonjs/hybridComputeManagementClient.js +290 -0
- package/dist/commonjs/hybridComputeManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +3482 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +453 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +140 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +4756 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +51 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +459 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/extensionMetadata.d.ts +41 -0
- package/dist/commonjs/operations/extensionMetadata.d.ts.map +1 -0
- package/dist/commonjs/operations/extensionMetadata.js +146 -0
- package/dist/commonjs/operations/extensionMetadata.js.map +1 -0
- package/dist/commonjs/operations/extensionMetadataV2.d.ts +50 -0
- package/dist/commonjs/operations/extensionMetadataV2.d.ts.map +1 -0
- package/dist/commonjs/operations/extensionMetadataV2.js +190 -0
- package/dist/commonjs/operations/extensionMetadataV2.js.map +1 -0
- package/dist/commonjs/operations/extensionPublisherOperations.d.ts +35 -0
- package/dist/commonjs/operations/extensionPublisherOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/extensionPublisherOperations.js +140 -0
- package/dist/commonjs/operations/extensionPublisherOperations.js.map +1 -0
- package/dist/commonjs/operations/extensionTypeOperations.d.ts +38 -0
- package/dist/commonjs/operations/extensionTypeOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/extensionTypeOperations.js +148 -0
- package/dist/commonjs/operations/extensionTypeOperations.js.map +1 -0
- package/dist/commonjs/operations/gateways.d.ts +99 -0
- package/dist/commonjs/operations/gateways.d.ts.map +1 -0
- package/dist/commonjs/operations/gateways.js +491 -0
- package/dist/commonjs/operations/gateways.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +18 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +28 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/licenseProfiles.d.ts +92 -0
- package/dist/commonjs/operations/licenseProfiles.d.ts.map +1 -0
- package/dist/commonjs/operations/licenseProfiles.js +441 -0
- package/dist/commonjs/operations/licenseProfiles.js.map +1 -0
- package/dist/commonjs/operations/licenses.d.ts +119 -0
- package/dist/commonjs/operations/licenses.d.ts.map +1 -0
- package/dist/commonjs/operations/licenses.js +611 -0
- package/dist/commonjs/operations/licenses.js.map +1 -0
- package/dist/commonjs/operations/machineExtensions.d.ts +99 -0
- package/dist/commonjs/operations/machineExtensions.d.ts.map +1 -0
- package/dist/commonjs/operations/machineExtensions.js +452 -0
- package/dist/commonjs/operations/machineExtensions.js.map +1 -0
- package/dist/commonjs/operations/machineRunCommands.d.ts +81 -0
- package/dist/commonjs/operations/machineRunCommands.d.ts.map +1 -0
- package/dist/commonjs/operations/machineRunCommands.js +368 -0
- package/dist/commonjs/operations/machineRunCommands.js.map +1 -0
- package/dist/commonjs/operations/machines.d.ts +109 -0
- package/dist/commonjs/operations/machines.d.ts.map +1 -0
- package/dist/commonjs/operations/machines.js +545 -0
- package/dist/commonjs/operations/machines.js.map +1 -0
- package/dist/commonjs/operations/networkProfileOperations.d.ts +20 -0
- package/dist/commonjs/operations/networkProfileOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/networkProfileOperations.js +58 -0
- package/dist/commonjs/operations/networkProfileOperations.js.map +1 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts +66 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js +275 -0
- package/dist/commonjs/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +26 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +100 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +81 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +363 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +46 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +186 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/privateLinkScopes.d.ts +108 -0
- package/dist/commonjs/operations/privateLinkScopes.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkScopes.js +497 -0
- package/dist/commonjs/operations/privateLinkScopes.js.map +1 -0
- package/dist/commonjs/operations/settingsOperations.d.ts +45 -0
- package/dist/commonjs/operations/settingsOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/settingsOperations.js +168 -0
- package/dist/commonjs/operations/settingsOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensionMetadata.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/extensionMetadata.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensionMetadata.js +10 -0
- package/dist/commonjs/operationsInterfaces/extensionMetadata.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensionMetadataV2.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/extensionMetadataV2.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensionMetadataV2.js +10 -0
- package/dist/commonjs/operationsInterfaces/extensionMetadataV2.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/extensionPublisherOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensionTypeOperations.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/extensionTypeOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensionTypeOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/extensionTypeOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/gateways.d.ts +63 -0
- package/dist/commonjs/operationsInterfaces/gateways.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/gateways.js +10 -0
- package/dist/commonjs/operationsInterfaces/gateways.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +18 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +28 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/licenseProfiles.d.ts +67 -0
- package/dist/commonjs/operationsInterfaces/licenseProfiles.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/licenseProfiles.js +10 -0
- package/dist/commonjs/operationsInterfaces/licenseProfiles.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/licenses.d.ts +83 -0
- package/dist/commonjs/operationsInterfaces/licenses.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/licenses.js +10 -0
- package/dist/commonjs/operationsInterfaces/licenses.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/machineExtensions.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/machineExtensions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/machineExtensions.js +10 -0
- package/dist/commonjs/operationsInterfaces/machineExtensions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/machineRunCommands.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/machineRunCommands.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/machineRunCommands.js +10 -0
- package/dist/commonjs/operationsInterfaces/machineRunCommands.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/machines.d.ts +71 -0
- package/dist/commonjs/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/machines.js +10 -0
- package/dist/commonjs/operationsInterfaces/machines.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkProfileOperations.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/networkProfileOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkProfileOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/networkProfileOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +41 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.d.ts +72 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkScopes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/settingsOperations.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/settingsOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/settingsOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/settingsOperations.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/hybridComputeManagementClient.d.ts +70 -0
- package/dist/esm/hybridComputeManagementClient.d.ts.map +1 -0
- package/dist/esm/hybridComputeManagementClient.js +285 -0
- package/dist/esm/hybridComputeManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +3482 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +450 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +140 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +4751 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +51 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +456 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/extensionMetadata.d.ts +41 -0
- package/dist/esm/operations/extensionMetadata.d.ts.map +1 -0
- package/dist/esm/operations/extensionMetadata.js +142 -0
- package/dist/esm/operations/extensionMetadata.js.map +1 -0
- package/dist/esm/operations/extensionMetadataV2.d.ts +50 -0
- package/dist/esm/operations/extensionMetadataV2.d.ts.map +1 -0
- package/dist/esm/operations/extensionMetadataV2.js +186 -0
- package/dist/esm/operations/extensionMetadataV2.js.map +1 -0
- package/dist/esm/operations/extensionPublisherOperations.d.ts +35 -0
- package/dist/esm/operations/extensionPublisherOperations.d.ts.map +1 -0
- package/dist/esm/operations/extensionPublisherOperations.js +136 -0
- package/dist/esm/operations/extensionPublisherOperations.js.map +1 -0
- package/dist/esm/operations/extensionTypeOperations.d.ts +38 -0
- package/dist/esm/operations/extensionTypeOperations.d.ts.map +1 -0
- package/dist/esm/operations/extensionTypeOperations.js +144 -0
- package/dist/esm/operations/extensionTypeOperations.js.map +1 -0
- package/dist/esm/operations/gateways.d.ts +99 -0
- package/dist/esm/operations/gateways.d.ts.map +1 -0
- package/dist/esm/operations/gateways.js +487 -0
- package/dist/esm/operations/gateways.js.map +1 -0
- package/dist/esm/operations/index.d.ts +18 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +25 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/licenseProfiles.d.ts +92 -0
- package/dist/esm/operations/licenseProfiles.d.ts.map +1 -0
- package/dist/esm/operations/licenseProfiles.js +437 -0
- package/dist/esm/operations/licenseProfiles.js.map +1 -0
- package/dist/esm/operations/licenses.d.ts +119 -0
- package/dist/esm/operations/licenses.d.ts.map +1 -0
- package/dist/esm/operations/licenses.js +607 -0
- package/dist/esm/operations/licenses.js.map +1 -0
- package/dist/esm/operations/machineExtensions.d.ts +99 -0
- package/dist/esm/operations/machineExtensions.d.ts.map +1 -0
- package/dist/esm/operations/machineExtensions.js +448 -0
- package/dist/esm/operations/machineExtensions.js.map +1 -0
- package/dist/esm/operations/machineRunCommands.d.ts +81 -0
- package/dist/esm/operations/machineRunCommands.d.ts.map +1 -0
- package/dist/esm/operations/machineRunCommands.js +364 -0
- package/dist/esm/operations/machineRunCommands.js.map +1 -0
- package/dist/esm/operations/machines.d.ts +109 -0
- package/dist/esm/operations/machines.d.ts.map +1 -0
- package/dist/esm/operations/machines.js +541 -0
- package/dist/esm/operations/machines.js.map +1 -0
- package/dist/esm/operations/networkProfileOperations.d.ts +20 -0
- package/dist/esm/operations/networkProfileOperations.d.ts.map +1 -0
- package/dist/esm/operations/networkProfileOperations.js +53 -0
- package/dist/esm/operations/networkProfileOperations.js.map +1 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts +66 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js +271 -0
- package/dist/esm/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +26 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +96 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +81 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +359 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +46 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +182 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/privateLinkScopes.d.ts +108 -0
- package/dist/esm/operations/privateLinkScopes.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkScopes.js +493 -0
- package/dist/esm/operations/privateLinkScopes.js.map +1 -0
- package/dist/esm/operations/settingsOperations.d.ts +45 -0
- package/dist/esm/operations/settingsOperations.d.ts.map +1 -0
- package/dist/esm/operations/settingsOperations.js +163 -0
- package/dist/esm/operations/settingsOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/extensionMetadata.d.ts +23 -0
- package/dist/esm/operationsInterfaces/extensionMetadata.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/extensionMetadata.js +9 -0
- package/dist/esm/operationsInterfaces/extensionMetadata.js.map +1 -0
- package/dist/esm/operationsInterfaces/extensionMetadataV2.d.ts +23 -0
- package/dist/esm/operationsInterfaces/extensionMetadataV2.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/extensionMetadataV2.js +9 -0
- package/dist/esm/operationsInterfaces/extensionMetadataV2.js.map +1 -0
- package/dist/esm/operationsInterfaces/extensionPublisherOperations.d.ts +12 -0
- package/dist/esm/operationsInterfaces/extensionPublisherOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/extensionPublisherOperations.js +9 -0
- package/dist/esm/operationsInterfaces/extensionPublisherOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/extensionTypeOperations.d.ts +13 -0
- package/dist/esm/operationsInterfaces/extensionTypeOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/extensionTypeOperations.js +9 -0
- package/dist/esm/operationsInterfaces/extensionTypeOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/gateways.d.ts +63 -0
- package/dist/esm/operationsInterfaces/gateways.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/gateways.js +9 -0
- package/dist/esm/operationsInterfaces/gateways.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +18 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +25 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/licenseProfiles.d.ts +67 -0
- package/dist/esm/operationsInterfaces/licenseProfiles.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/licenseProfiles.js +9 -0
- package/dist/esm/operationsInterfaces/licenseProfiles.js.map +1 -0
- package/dist/esm/operationsInterfaces/licenses.d.ts +83 -0
- package/dist/esm/operationsInterfaces/licenses.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/licenses.js +9 -0
- package/dist/esm/operationsInterfaces/licenses.js.map +1 -0
- package/dist/esm/operationsInterfaces/machineExtensions.d.ts +74 -0
- package/dist/esm/operationsInterfaces/machineExtensions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/machineExtensions.js +9 -0
- package/dist/esm/operationsInterfaces/machineExtensions.js.map +1 -0
- package/dist/esm/operationsInterfaces/machineRunCommands.d.ts +56 -0
- package/dist/esm/operationsInterfaces/machineRunCommands.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/machineRunCommands.js +9 -0
- package/dist/esm/operationsInterfaces/machineRunCommands.js.map +1 -0
- package/dist/esm/operationsInterfaces/machines.d.ts +71 -0
- package/dist/esm/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/machines.js +9 -0
- package/dist/esm/operationsInterfaces/machines.js.map +1 -0
- package/dist/esm/operationsInterfaces/networkProfileOperations.d.ts +12 -0
- package/dist/esm/operationsInterfaces/networkProfileOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/networkProfileOperations.js +9 -0
- package/dist/esm/operationsInterfaces/networkProfileOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +41 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkScopes.d.ts +72 -0
- package/dist/esm/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkScopes.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkScopes.js.map +1 -0
- package/dist/esm/operationsInterfaces/settingsOperations.d.ts +37 -0
- package/dist/esm/operationsInterfaces/settingsOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/settingsOperations.js +9 -0
- package/dist/esm/operationsInterfaces/settingsOperations.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/hybridComputeManagementClient.d.ts +70 -0
- package/dist/react-native/hybridComputeManagementClient.d.ts.map +1 -0
- package/dist/react-native/hybridComputeManagementClient.js +285 -0
- package/dist/react-native/hybridComputeManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +3482 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +450 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +140 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +4751 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +51 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +456 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/extensionMetadata.d.ts +41 -0
- package/dist/react-native/operations/extensionMetadata.d.ts.map +1 -0
- package/dist/react-native/operations/extensionMetadata.js +142 -0
- package/dist/react-native/operations/extensionMetadata.js.map +1 -0
- package/dist/react-native/operations/extensionMetadataV2.d.ts +50 -0
- package/dist/react-native/operations/extensionMetadataV2.d.ts.map +1 -0
- package/dist/react-native/operations/extensionMetadataV2.js +186 -0
- package/dist/react-native/operations/extensionMetadataV2.js.map +1 -0
- package/dist/react-native/operations/extensionPublisherOperations.d.ts +35 -0
- package/dist/react-native/operations/extensionPublisherOperations.d.ts.map +1 -0
- package/dist/react-native/operations/extensionPublisherOperations.js +136 -0
- package/dist/react-native/operations/extensionPublisherOperations.js.map +1 -0
- package/dist/react-native/operations/extensionTypeOperations.d.ts +38 -0
- package/dist/react-native/operations/extensionTypeOperations.d.ts.map +1 -0
- package/dist/react-native/operations/extensionTypeOperations.js +144 -0
- package/dist/react-native/operations/extensionTypeOperations.js.map +1 -0
- package/dist/react-native/operations/gateways.d.ts +99 -0
- package/dist/react-native/operations/gateways.d.ts.map +1 -0
- package/dist/react-native/operations/gateways.js +487 -0
- package/dist/react-native/operations/gateways.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +18 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +25 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/licenseProfiles.d.ts +92 -0
- package/dist/react-native/operations/licenseProfiles.d.ts.map +1 -0
- package/dist/react-native/operations/licenseProfiles.js +437 -0
- package/dist/react-native/operations/licenseProfiles.js.map +1 -0
- package/dist/react-native/operations/licenses.d.ts +119 -0
- package/dist/react-native/operations/licenses.d.ts.map +1 -0
- package/dist/react-native/operations/licenses.js +607 -0
- package/dist/react-native/operations/licenses.js.map +1 -0
- package/dist/react-native/operations/machineExtensions.d.ts +99 -0
- package/dist/react-native/operations/machineExtensions.d.ts.map +1 -0
- package/dist/react-native/operations/machineExtensions.js +448 -0
- package/dist/react-native/operations/machineExtensions.js.map +1 -0
- package/dist/react-native/operations/machineRunCommands.d.ts +81 -0
- package/dist/react-native/operations/machineRunCommands.d.ts.map +1 -0
- package/dist/react-native/operations/machineRunCommands.js +364 -0
- package/dist/react-native/operations/machineRunCommands.js.map +1 -0
- package/dist/react-native/operations/machines.d.ts +109 -0
- package/dist/react-native/operations/machines.d.ts.map +1 -0
- package/dist/react-native/operations/machines.js +541 -0
- package/dist/react-native/operations/machines.js.map +1 -0
- package/dist/react-native/operations/networkProfileOperations.d.ts +20 -0
- package/dist/react-native/operations/networkProfileOperations.d.ts.map +1 -0
- package/dist/react-native/operations/networkProfileOperations.js +53 -0
- package/dist/react-native/operations/networkProfileOperations.js.map +1 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts +66 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js +271 -0
- package/dist/react-native/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +26 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +96 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +81 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +359 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +46 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +182 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/privateLinkScopes.d.ts +108 -0
- package/dist/react-native/operations/privateLinkScopes.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkScopes.js +493 -0
- package/dist/react-native/operations/privateLinkScopes.js.map +1 -0
- package/dist/react-native/operations/settingsOperations.d.ts +45 -0
- package/dist/react-native/operations/settingsOperations.d.ts.map +1 -0
- package/dist/react-native/operations/settingsOperations.js +163 -0
- package/dist/react-native/operations/settingsOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/extensionMetadata.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/extensionMetadata.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/extensionMetadata.js +9 -0
- package/dist/react-native/operationsInterfaces/extensionMetadata.js.map +1 -0
- package/dist/react-native/operationsInterfaces/extensionMetadataV2.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/extensionMetadataV2.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/extensionMetadataV2.js +9 -0
- package/dist/react-native/operationsInterfaces/extensionMetadataV2.js.map +1 -0
- package/dist/react-native/operationsInterfaces/extensionPublisherOperations.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/extensionPublisherOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/extensionPublisherOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/extensionPublisherOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/extensionTypeOperations.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/extensionTypeOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/extensionTypeOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/extensionTypeOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/gateways.d.ts +63 -0
- package/dist/react-native/operationsInterfaces/gateways.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/gateways.js +9 -0
- package/dist/react-native/operationsInterfaces/gateways.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +18 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +25 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/licenseProfiles.d.ts +67 -0
- package/dist/react-native/operationsInterfaces/licenseProfiles.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/licenseProfiles.js +9 -0
- package/dist/react-native/operationsInterfaces/licenseProfiles.js.map +1 -0
- package/dist/react-native/operationsInterfaces/licenses.d.ts +83 -0
- package/dist/react-native/operationsInterfaces/licenses.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/licenses.js +9 -0
- package/dist/react-native/operationsInterfaces/licenses.js.map +1 -0
- package/dist/react-native/operationsInterfaces/machineExtensions.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/machineExtensions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/machineExtensions.js +9 -0
- package/dist/react-native/operationsInterfaces/machineExtensions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/machineRunCommands.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/machineRunCommands.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/machineRunCommands.js +9 -0
- package/dist/react-native/operationsInterfaces/machineRunCommands.js.map +1 -0
- package/dist/react-native/operationsInterfaces/machines.d.ts +71 -0
- package/dist/react-native/operationsInterfaces/machines.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/machines.js +9 -0
- package/dist/react-native/operationsInterfaces/machines.js.map +1 -0
- package/dist/react-native/operationsInterfaces/networkProfileOperations.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/networkProfileOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/networkProfileOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/networkProfileOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +41 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopes.d.ts +72 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopes.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkScopes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/settingsOperations.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/settingsOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/settingsOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/settingsOperations.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +78 -60
- package/review/arm-hybridcompute-node.api.md +2344 -0
- package/dist/index.js +0 -10367
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/extensionMetadataGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionMetadataGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionMetadataGetSample.js +0 -41
- package/dist-esm/samples-dev/extensionMetadataGetSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionMetadataListSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionMetadataListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionMetadataListSample.js +0 -56
- package/dist-esm/samples-dev/extensionMetadataListSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewaysCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewaysCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewaysCreateOrUpdateSample.js +0 -44
- package/dist-esm/samples-dev/gatewaysCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewaysDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewaysDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewaysDeleteSample.js +0 -39
- package/dist-esm/samples-dev/gatewaysDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewaysGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewaysGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewaysGetSample.js +0 -39
- package/dist-esm/samples-dev/gatewaysGetSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewaysListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewaysListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewaysListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/gatewaysListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewaysListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewaysListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewaysListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/gatewaysListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/gatewaysUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/gatewaysUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/gatewaysUpdateSample.js +0 -40
- package/dist-esm/samples-dev/gatewaysUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/licenseProfilesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/licenseProfilesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/licenseProfilesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesDeleteSample.js +0 -38
- package/dist-esm/samples-dev/licenseProfilesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/licenseProfilesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesGetSample.js +0 -38
- package/dist-esm/samples-dev/licenseProfilesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/licenseProfilesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesListSample.js +0 -54
- package/dist-esm/samples-dev/licenseProfilesListSample.js.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/licenseProfilesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licenseProfilesUpdateSample.js +0 -45
- package/dist-esm/samples-dev/licenseProfilesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/licensesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/licensesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licensesCreateOrUpdateSample.js +0 -49
- package/dist-esm/samples-dev/licensesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/licensesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/licensesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licensesDeleteSample.js +0 -38
- package/dist-esm/samples-dev/licensesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/licensesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/licensesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licensesGetSample.js +0 -38
- package/dist-esm/samples-dev/licensesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/licensesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/licensesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licensesListByResourceGroupSample.js +0 -53
- package/dist-esm/samples-dev/licensesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/licensesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/licensesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licensesListBySubscriptionSample.js +0 -52
- package/dist-esm/samples-dev/licensesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/licensesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/licensesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licensesUpdateSample.js +0 -46
- package/dist-esm/samples-dev/licensesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/licensesValidateLicenseSample.d.ts +0 -2
- package/dist-esm/samples-dev/licensesValidateLicenseSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/licensesValidateLicenseSample.js +0 -47
- package/dist-esm/samples-dev/licensesValidateLicenseSample.js.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.js +0 -50
- package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineExtensionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/machineExtensionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineExtensionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsGetSample.js +0 -39
- package/dist-esm/samples-dev/machineExtensionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineExtensionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsListSample.js +0 -54
- package/dist-esm/samples-dev/machineExtensionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineExtensionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineExtensionsUpdateSample.js +0 -48
- package/dist-esm/samples-dev/machineExtensionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/machineRunCommandsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineRunCommandsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineRunCommandsCreateOrUpdateSample.js +0 -53
- package/dist-esm/samples-dev/machineRunCommandsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/machineRunCommandsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineRunCommandsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineRunCommandsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/machineRunCommandsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/machineRunCommandsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineRunCommandsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineRunCommandsGetSample.js +0 -39
- package/dist-esm/samples-dev/machineRunCommandsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/machineRunCommandsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/machineRunCommandsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machineRunCommandsListSample.js +0 -54
- package/dist-esm/samples-dev/machineRunCommandsListSample.js.map +0 -1
- package/dist-esm/samples-dev/machinesAssessPatchesSample.d.ts +0 -2
- package/dist-esm/samples-dev/machinesAssessPatchesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machinesAssessPatchesSample.js +0 -38
- package/dist-esm/samples-dev/machinesAssessPatchesSample.js.map +0 -1
- package/dist-esm/samples-dev/machinesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/machinesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machinesDeleteSample.js +0 -38
- package/dist-esm/samples-dev/machinesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/machinesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/machinesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machinesGetSample.js +0 -58
- package/dist-esm/samples-dev/machinesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/machinesInstallPatchesSample.d.ts +0 -2
- package/dist-esm/samples-dev/machinesInstallPatchesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machinesInstallPatchesSample.js +0 -46
- package/dist-esm/samples-dev/machinesInstallPatchesSample.js.map +0 -1
- package/dist-esm/samples-dev/machinesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/machinesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machinesListByResourceGroupSample.js +0 -53
- package/dist-esm/samples-dev/machinesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/machinesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/machinesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/machinesListBySubscriptionSample.js +0 -52
- package/dist-esm/samples-dev/machinesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/networkProfileGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkProfileGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkProfileGetSample.js +0 -39
- package/dist-esm/samples-dev/networkProfileGetSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetByPrivateLinkScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetByPrivateLinkScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetByPrivateLinkScopeSample.js +0 -40
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetByPrivateLinkScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByPrivateLinkScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByPrivateLinkScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByPrivateLinkScopeSample.js +0 -55
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByPrivateLinkScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeSample.js +0 -40
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -48
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -40
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.js +0 -55
- package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -40
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.js +0 -55
- package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.js +0 -63
- package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/privateLinkScopesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesGetSample.js +0 -39
- package/dist-esm/samples-dev/privateLinkScopesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsForMachineSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsForMachineSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsForMachineSample.js +0 -39
- package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsForMachineSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsSample.js +0 -39
- package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesListSample.js +0 -53
- package/dist-esm/samples-dev/privateLinkScopesListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.js +0 -41
- package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.js.map +0 -1
- package/dist-esm/samples-dev/settingsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/settingsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/settingsGetSample.js +0 -42
- package/dist-esm/samples-dev/settingsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/settingsPatchSample.d.ts +0 -2
- package/dist-esm/samples-dev/settingsPatchSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/settingsPatchSample.js +0 -45
- package/dist-esm/samples-dev/settingsPatchSample.js.map +0 -1
- package/dist-esm/samples-dev/settingsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/settingsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/settingsUpdateSample.js +0 -45
- package/dist-esm/samples-dev/settingsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/upgradeExtensionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/upgradeExtensionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/upgradeExtensionsSample.js +0 -44
- package/dist-esm/samples-dev/upgradeExtensionsSample.js.map +0 -1
- package/dist-esm/src/hybridComputeManagementClient.d.ts +0 -50
- package/dist-esm/src/hybridComputeManagementClient.d.ts.map +0 -1
- package/dist-esm/src/hybridComputeManagementClient.js +0 -206
- package/dist-esm/src/hybridComputeManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -3296
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -440
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -132
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -4471
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -50
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -452
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/extensionMetadata.d.ts +0 -41
- package/dist-esm/src/operations/extensionMetadata.d.ts.map +0 -1
- package/dist-esm/src/operations/extensionMetadata.js +0 -142
- package/dist-esm/src/operations/extensionMetadata.js.map +0 -1
- package/dist-esm/src/operations/gateways.d.ts +0 -99
- package/dist-esm/src/operations/gateways.d.ts.map +0 -1
- package/dist-esm/src/operations/gateways.js +0 -495
- package/dist-esm/src/operations/gateways.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -15
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -22
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/licenseProfiles.d.ts +0 -92
- package/dist-esm/src/operations/licenseProfiles.d.ts.map +0 -1
- package/dist-esm/src/operations/licenseProfiles.js +0 -449
- package/dist-esm/src/operations/licenseProfiles.js.map +0 -1
- package/dist-esm/src/operations/licenses.d.ts +0 -119
- package/dist-esm/src/operations/licenses.d.ts.map +0 -1
- package/dist-esm/src/operations/licenses.js +0 -623
- package/dist-esm/src/operations/licenses.js.map +0 -1
- package/dist-esm/src/operations/machineExtensions.d.ts +0 -99
- package/dist-esm/src/operations/machineExtensions.d.ts.map +0 -1
- package/dist-esm/src/operations/machineExtensions.js +0 -460
- package/dist-esm/src/operations/machineExtensions.js.map +0 -1
- package/dist-esm/src/operations/machineRunCommands.d.ts +0 -81
- package/dist-esm/src/operations/machineRunCommands.d.ts.map +0 -1
- package/dist-esm/src/operations/machineRunCommands.js +0 -372
- package/dist-esm/src/operations/machineRunCommands.js.map +0 -1
- package/dist-esm/src/operations/machines.d.ts +0 -102
- package/dist-esm/src/operations/machines.d.ts.map +0 -1
- package/dist-esm/src/operations/machines.js +0 -497
- package/dist-esm/src/operations/machines.js.map +0 -1
- package/dist-esm/src/operations/networkProfileOperations.d.ts +0 -20
- package/dist-esm/src/operations/networkProfileOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/networkProfileOperations.js +0 -53
- package/dist-esm/src/operations/networkProfileOperations.js.map +0 -1
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts +0 -66
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js +0 -275
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -26
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -96
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -81
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -367
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -46
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -182
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/privateLinkScopes.d.ts +0 -108
- package/dist-esm/src/operations/privateLinkScopes.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkScopes.js +0 -497
- package/dist-esm/src/operations/privateLinkScopes.js.map +0 -1
- package/dist-esm/src/operations/settingsOperations.d.ts +0 -45
- package/dist-esm/src/operations/settingsOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/settingsOperations.js +0 -163
- package/dist-esm/src/operations/settingsOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/extensionMetadata.d.ts +0 -23
- package/dist-esm/src/operationsInterfaces/extensionMetadata.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/extensionMetadata.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/gateways.d.ts +0 -63
- package/dist-esm/src/operationsInterfaces/gateways.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/gateways.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -15
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -22
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/licenseProfiles.d.ts +0 -67
- package/dist-esm/src/operationsInterfaces/licenseProfiles.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/licenseProfiles.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/licenses.d.ts +0 -83
- package/dist-esm/src/operationsInterfaces/licenses.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/licenses.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/machineExtensions.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/machineExtensions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/machineExtensions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/machineRunCommands.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/machineRunCommands.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/machineRunCommands.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/machines.d.ts +0 -64
- package/dist-esm/src/operationsInterfaces/machines.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/machines.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkProfileOperations.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/networkProfileOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkProfileOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +0 -41
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkScopes.d.ts +0 -72
- package/dist-esm/src/operationsInterfaces/privateLinkScopes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkScopes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/settingsOperations.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/settingsOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/settingsOperations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/hybridcompute_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/hybridcompute_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/hybridcompute_operations_test.spec.js +0 -141
- package/dist-esm/test/hybridcompute_operations_test.spec.js.map +0 -1
- package/review/arm-hybridcompute.api.md +0 -2185
- package/src/hybridComputeManagementClient.ts +0 -328
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -3672
- package/src/models/mappers.ts +0 -4802
- package/src/models/parameters.ts +0 -523
- package/src/operations/extensionMetadata.ts +0 -192
- package/src/operations/gateways.ts +0 -641
- package/src/operations/index.ts +0 -22
- package/src/operations/licenseProfiles.ts +0 -621
- package/src/operations/licenses.ts +0 -818
- package/src/operations/machineExtensions.ts +0 -633
- package/src/operations/machineRunCommands.ts +0 -511
- package/src/operations/machines.ts +0 -641
- package/src/operations/networkProfileOperations.ts +0 -71
- package/src/operations/networkSecurityPerimeterConfigurations.ts +0 -382
- package/src/operations/operations.ts +0 -103
- package/src/operations/privateEndpointConnections.ts +0 -507
- package/src/operations/privateLinkResources.ts +0 -244
- package/src/operations/privateLinkScopes.ts +0 -623
- package/src/operations/settingsOperations.ts +0 -213
- package/src/operationsInterfaces/extensionMetadata.ts +0 -48
- package/src/operationsInterfaces/gateways.ts +0 -127
- package/src/operationsInterfaces/index.ts +0 -22
- package/src/operationsInterfaces/licenseProfiles.ts +0 -139
- package/src/operationsInterfaces/licenses.ts +0 -164
- package/src/operationsInterfaces/machineExtensions.ts +0 -147
- package/src/operationsInterfaces/machineRunCommands.ts +0 -115
- package/src/operationsInterfaces/machines.ts +0 -126
- package/src/operationsInterfaces/networkProfileOperations.ts +0 -27
- package/src/operationsInterfaces/networkSecurityPerimeterConfigurations.ts +0 -81
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -109
- package/src/operationsInterfaces/privateLinkResources.ts +0 -44
- package/src/operationsInterfaces/privateLinkScopes.ts +0 -132
- package/src/operationsInterfaces/settingsOperations.ts +0 -76
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-hybridcompute.d.ts +0 -4350
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/extensionMetadata.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/gateways.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/licenseProfiles.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/licenses.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/machineExtensions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/machineRunCommands.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/machines.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkProfileOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/networkSecurityPerimeterConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkScopes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/settingsOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -0,0 +1,2344 @@
|
|
1
|
+
## API Report File for "@azure/arm-hybridcompute"
|
2
|
+
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
4
|
+
|
5
|
+
```ts
|
6
|
+
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
8
|
+
import * as coreClient from '@azure/core-client';
|
9
|
+
import { OperationState } from '@azure/core-lro';
|
10
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
11
|
+
import { SimplePollerLike } from '@azure/core-lro';
|
12
|
+
|
13
|
+
// @public
|
14
|
+
export type AccessMode = string;
|
15
|
+
|
16
|
+
// @public
|
17
|
+
export interface AccessRule {
|
18
|
+
readonly addressPrefixes?: string[];
|
19
|
+
readonly direction?: AccessRuleDirection;
|
20
|
+
readonly name?: string;
|
21
|
+
}
|
22
|
+
|
23
|
+
// @public
|
24
|
+
export type AccessRuleDirection = string;
|
25
|
+
|
26
|
+
// @public
|
27
|
+
export interface AgentConfiguration {
|
28
|
+
readonly configMode?: AgentConfigurationMode;
|
29
|
+
readonly extensionsAllowList?: ConfigurationExtension[];
|
30
|
+
readonly extensionsBlockList?: ConfigurationExtension[];
|
31
|
+
readonly extensionsEnabled?: string;
|
32
|
+
readonly guestConfigurationEnabled?: string;
|
33
|
+
readonly incomingConnectionsPorts?: string[];
|
34
|
+
readonly proxyBypass?: string[];
|
35
|
+
readonly proxyUrl?: string;
|
36
|
+
}
|
37
|
+
|
38
|
+
// @public
|
39
|
+
export type AgentConfigurationMode = string;
|
40
|
+
|
41
|
+
// @public
|
42
|
+
export interface AgentUpgrade {
|
43
|
+
correlationId?: string;
|
44
|
+
desiredVersion?: string;
|
45
|
+
enableAutomaticUpgrade?: boolean;
|
46
|
+
readonly lastAttemptDesiredVersion?: string;
|
47
|
+
readonly lastAttemptMessage?: string;
|
48
|
+
readonly lastAttemptStatus?: LastAttemptStatusEnum;
|
49
|
+
readonly lastAttemptTimestamp?: Date;
|
50
|
+
}
|
51
|
+
|
52
|
+
// @public
|
53
|
+
export interface AgentVersion {
|
54
|
+
agentVersion?: string;
|
55
|
+
downloadLink?: string;
|
56
|
+
osType?: string;
|
57
|
+
}
|
58
|
+
|
59
|
+
// @public
|
60
|
+
export interface AgentVersionsList {
|
61
|
+
nextLink?: string;
|
62
|
+
value?: AgentVersion[];
|
63
|
+
}
|
64
|
+
|
65
|
+
// @public
|
66
|
+
export type ArcKindEnum = string;
|
67
|
+
|
68
|
+
// @public
|
69
|
+
export type AssessmentModeTypes = string;
|
70
|
+
|
71
|
+
// @public
|
72
|
+
export interface AvailablePatchCountByClassification {
|
73
|
+
readonly critical?: number;
|
74
|
+
readonly definition?: number;
|
75
|
+
readonly featurePack?: number;
|
76
|
+
readonly other?: number;
|
77
|
+
readonly security?: number;
|
78
|
+
readonly servicePack?: number;
|
79
|
+
readonly tools?: number;
|
80
|
+
readonly updateRollup?: number;
|
81
|
+
readonly updates?: number;
|
82
|
+
}
|
83
|
+
|
84
|
+
// @public
|
85
|
+
export interface CloudMetadata {
|
86
|
+
readonly provider?: string;
|
87
|
+
}
|
88
|
+
|
89
|
+
// @public
|
90
|
+
export interface ConfigurationExtension {
|
91
|
+
readonly publisher?: string;
|
92
|
+
readonly type?: string;
|
93
|
+
}
|
94
|
+
|
95
|
+
// @public (undocumented)
|
96
|
+
export interface ConnectionDetail {
|
97
|
+
readonly groupId?: string;
|
98
|
+
readonly id?: string;
|
99
|
+
readonly linkIdentifier?: string;
|
100
|
+
readonly memberName?: string;
|
101
|
+
readonly privateIpAddress?: string;
|
102
|
+
}
|
103
|
+
|
104
|
+
// @public
|
105
|
+
export type CreatedByType = string;
|
106
|
+
|
107
|
+
// @public
|
108
|
+
export interface Disk {
|
109
|
+
diskType?: string;
|
110
|
+
generatedId?: string;
|
111
|
+
id?: string;
|
112
|
+
maxSizeInBytes?: number;
|
113
|
+
name?: string;
|
114
|
+
path?: string;
|
115
|
+
usedSpaceInBytes?: number;
|
116
|
+
}
|
117
|
+
|
118
|
+
// @public
|
119
|
+
export interface ErrorAdditionalInfo {
|
120
|
+
readonly info?: Record<string, unknown>;
|
121
|
+
readonly type?: string;
|
122
|
+
}
|
123
|
+
|
124
|
+
// @public
|
125
|
+
export interface ErrorDetail {
|
126
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
127
|
+
readonly code?: string;
|
128
|
+
readonly details?: ErrorDetail[];
|
129
|
+
readonly message?: string;
|
130
|
+
readonly target?: string;
|
131
|
+
}
|
132
|
+
|
133
|
+
// @public
|
134
|
+
export interface ErrorResponse {
|
135
|
+
error?: ErrorDetail;
|
136
|
+
}
|
137
|
+
|
138
|
+
// @public
|
139
|
+
export type EsuEligibility = string;
|
140
|
+
|
141
|
+
// @public
|
142
|
+
export interface EsuKey {
|
143
|
+
licenseStatus?: number;
|
144
|
+
sku?: string;
|
145
|
+
}
|
146
|
+
|
147
|
+
// @public
|
148
|
+
export type EsuKeyState = string;
|
149
|
+
|
150
|
+
// @public
|
151
|
+
export type EsuServerType = string;
|
152
|
+
|
153
|
+
// @public
|
154
|
+
export type ExecutionState = string;
|
155
|
+
|
156
|
+
// @public
|
157
|
+
export interface ExtensionMetadata {
|
158
|
+
get(location: string, publisher: string, extensionType: string, version: string, options?: ExtensionMetadataGetOptionalParams): Promise<ExtensionMetadataGetResponse>;
|
159
|
+
list(location: string, publisher: string, extensionType: string, options?: ExtensionMetadataListOptionalParams): PagedAsyncIterableIterator<ExtensionValue>;
|
160
|
+
}
|
161
|
+
|
162
|
+
// @public
|
163
|
+
export interface ExtensionMetadataGetOptionalParams extends coreClient.OperationOptions {
|
164
|
+
}
|
165
|
+
|
166
|
+
// @public
|
167
|
+
export type ExtensionMetadataGetResponse = ExtensionValue;
|
168
|
+
|
169
|
+
// @public
|
170
|
+
export interface ExtensionMetadataListOptionalParams extends coreClient.OperationOptions {
|
171
|
+
}
|
172
|
+
|
173
|
+
// @public
|
174
|
+
export type ExtensionMetadataListResponse = ExtensionValueListResult;
|
175
|
+
|
176
|
+
// @public
|
177
|
+
export interface ExtensionMetadataV2 {
|
178
|
+
get(location: string, publisher: string, extensionType: string, version: string, options?: ExtensionMetadataV2GetOptionalParams): Promise<ExtensionMetadataV2GetResponse>;
|
179
|
+
list(location: string, publisher: string, extensionType: string, options?: ExtensionMetadataV2ListOptionalParams): PagedAsyncIterableIterator<ExtensionValueV2>;
|
180
|
+
}
|
181
|
+
|
182
|
+
// @public
|
183
|
+
export interface ExtensionMetadataV2GetOptionalParams extends coreClient.OperationOptions {
|
184
|
+
}
|
185
|
+
|
186
|
+
// @public
|
187
|
+
export type ExtensionMetadataV2GetResponse = ExtensionValueV2;
|
188
|
+
|
189
|
+
// @public
|
190
|
+
export interface ExtensionMetadataV2ListNextOptionalParams extends coreClient.OperationOptions {
|
191
|
+
}
|
192
|
+
|
193
|
+
// @public
|
194
|
+
export type ExtensionMetadataV2ListNextResponse = ExtensionValueListResultV2;
|
195
|
+
|
196
|
+
// @public
|
197
|
+
export interface ExtensionMetadataV2ListOptionalParams extends coreClient.OperationOptions {
|
198
|
+
}
|
199
|
+
|
200
|
+
// @public
|
201
|
+
export type ExtensionMetadataV2ListResponse = ExtensionValueListResultV2;
|
202
|
+
|
203
|
+
// @public
|
204
|
+
export interface ExtensionPublisher {
|
205
|
+
id?: string;
|
206
|
+
name?: string;
|
207
|
+
}
|
208
|
+
|
209
|
+
// @public
|
210
|
+
export interface ExtensionPublisherListNextOptionalParams extends coreClient.OperationOptions {
|
211
|
+
}
|
212
|
+
|
213
|
+
// @public
|
214
|
+
export type ExtensionPublisherListNextResponse = ExtensionPublisherListResult;
|
215
|
+
|
216
|
+
// @public
|
217
|
+
export interface ExtensionPublisherListOptionalParams extends coreClient.OperationOptions {
|
218
|
+
}
|
219
|
+
|
220
|
+
// @public
|
221
|
+
export type ExtensionPublisherListResponse = ExtensionPublisherListResult;
|
222
|
+
|
223
|
+
// @public
|
224
|
+
export interface ExtensionPublisherListResult {
|
225
|
+
nextLink?: string;
|
226
|
+
readonly value?: ExtensionPublisher[];
|
227
|
+
}
|
228
|
+
|
229
|
+
// @public
|
230
|
+
export interface ExtensionPublisherOperations {
|
231
|
+
list(location: string, options?: ExtensionPublisherListOptionalParams): PagedAsyncIterableIterator<ExtensionPublisher>;
|
232
|
+
}
|
233
|
+
|
234
|
+
// @public
|
235
|
+
export interface ExtensionsResourceStatus {
|
236
|
+
code?: string;
|
237
|
+
displayStatus?: string;
|
238
|
+
level?: ExtensionsStatusLevelTypes;
|
239
|
+
message?: string;
|
240
|
+
time?: Date;
|
241
|
+
}
|
242
|
+
|
243
|
+
// @public
|
244
|
+
export type ExtensionsStatusLevelTypes = "Info" | "Warning" | "Error";
|
245
|
+
|
246
|
+
// @public
|
247
|
+
export interface ExtensionTargetProperties {
|
248
|
+
targetVersion?: string;
|
249
|
+
}
|
250
|
+
|
251
|
+
// @public
|
252
|
+
export interface ExtensionType {
|
253
|
+
id?: string;
|
254
|
+
name?: string;
|
255
|
+
}
|
256
|
+
|
257
|
+
// @public
|
258
|
+
export interface ExtensionTypeListNextOptionalParams extends coreClient.OperationOptions {
|
259
|
+
}
|
260
|
+
|
261
|
+
// @public
|
262
|
+
export type ExtensionTypeListNextResponse = ExtensionTypeListResult;
|
263
|
+
|
264
|
+
// @public
|
265
|
+
export interface ExtensionTypeListOptionalParams extends coreClient.OperationOptions {
|
266
|
+
}
|
267
|
+
|
268
|
+
// @public
|
269
|
+
export type ExtensionTypeListResponse = ExtensionTypeListResult;
|
270
|
+
|
271
|
+
// @public
|
272
|
+
export interface ExtensionTypeListResult {
|
273
|
+
nextLink?: string;
|
274
|
+
readonly value?: ExtensionType[];
|
275
|
+
}
|
276
|
+
|
277
|
+
// @public
|
278
|
+
export interface ExtensionTypeOperations {
|
279
|
+
list(location: string, publisher: string, options?: ExtensionTypeListOptionalParams): PagedAsyncIterableIterator<ExtensionType>;
|
280
|
+
}
|
281
|
+
|
282
|
+
// @public
|
283
|
+
export interface ExtensionValue extends ProxyResource {
|
284
|
+
readonly extensionType?: string;
|
285
|
+
readonly publisher?: string;
|
286
|
+
readonly version?: string;
|
287
|
+
}
|
288
|
+
|
289
|
+
// @public
|
290
|
+
export interface ExtensionValueListResult {
|
291
|
+
readonly value?: ExtensionValue[];
|
292
|
+
}
|
293
|
+
|
294
|
+
// @public
|
295
|
+
export interface ExtensionValueListResultV2 {
|
296
|
+
nextLink?: string;
|
297
|
+
readonly value?: ExtensionValueV2[];
|
298
|
+
}
|
299
|
+
|
300
|
+
// @public
|
301
|
+
export interface ExtensionValueProperties {
|
302
|
+
readonly extensionType?: string;
|
303
|
+
readonly publisher?: string;
|
304
|
+
readonly version?: string;
|
305
|
+
}
|
306
|
+
|
307
|
+
// @public
|
308
|
+
export interface ExtensionValueV2 extends ProxyResourceAutoGenerated {
|
309
|
+
readonly architecture?: string[];
|
310
|
+
readonly extensionSignatureUri?: string;
|
311
|
+
readonly extensionType?: string;
|
312
|
+
readonly extensionUris?: string[];
|
313
|
+
readonly operatingSystem?: string;
|
314
|
+
readonly publisher?: string;
|
315
|
+
readonly version?: string;
|
316
|
+
}
|
317
|
+
|
318
|
+
// @public
|
319
|
+
export interface ExtensionValueV2Properties extends ExtensionValueProperties {
|
320
|
+
readonly architecture?: string[];
|
321
|
+
readonly extensionSignatureUri?: string;
|
322
|
+
readonly extensionUris?: string[];
|
323
|
+
readonly operatingSystem?: string;
|
324
|
+
}
|
325
|
+
|
326
|
+
// @public
|
327
|
+
export interface FirmwareProfile {
|
328
|
+
readonly serialNumber?: string;
|
329
|
+
readonly type?: string;
|
330
|
+
}
|
331
|
+
|
332
|
+
// @public
|
333
|
+
export interface Gateway extends TrackedResource {
|
334
|
+
allowedFeatures?: string[];
|
335
|
+
readonly gatewayEndpoint?: string;
|
336
|
+
readonly gatewayId?: string;
|
337
|
+
gatewayType?: GatewayType;
|
338
|
+
readonly provisioningState?: ProvisioningState;
|
339
|
+
}
|
340
|
+
|
341
|
+
// @public
|
342
|
+
export interface Gateways {
|
343
|
+
beginCreateOrUpdate(resourceGroupName: string, gatewayName: string, parameters: Gateway, options?: GatewaysCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GatewaysCreateOrUpdateResponse>, GatewaysCreateOrUpdateResponse>>;
|
344
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, gatewayName: string, parameters: Gateway, options?: GatewaysCreateOrUpdateOptionalParams): Promise<GatewaysCreateOrUpdateResponse>;
|
345
|
+
beginDelete(resourceGroupName: string, gatewayName: string, options?: GatewaysDeleteOptionalParams): Promise<SimplePollerLike<OperationState<GatewaysDeleteResponse>, GatewaysDeleteResponse>>;
|
346
|
+
beginDeleteAndWait(resourceGroupName: string, gatewayName: string, options?: GatewaysDeleteOptionalParams): Promise<GatewaysDeleteResponse>;
|
347
|
+
get(resourceGroupName: string, gatewayName: string, options?: GatewaysGetOptionalParams): Promise<GatewaysGetResponse>;
|
348
|
+
listByResourceGroup(resourceGroupName: string, options?: GatewaysListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Gateway>;
|
349
|
+
listBySubscription(options?: GatewaysListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Gateway>;
|
350
|
+
update(resourceGroupName: string, gatewayName: string, parameters: GatewayUpdate, options?: GatewaysUpdateOptionalParams): Promise<GatewaysUpdateResponse>;
|
351
|
+
}
|
352
|
+
|
353
|
+
// @public
|
354
|
+
export interface GatewaysCreateOrUpdateHeaders {
|
355
|
+
azureAsyncOperation?: string;
|
356
|
+
location?: string;
|
357
|
+
retryAfter?: number;
|
358
|
+
}
|
359
|
+
|
360
|
+
// @public
|
361
|
+
export interface GatewaysCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
362
|
+
resumeFrom?: string;
|
363
|
+
updateIntervalInMs?: number;
|
364
|
+
}
|
365
|
+
|
366
|
+
// @public
|
367
|
+
export type GatewaysCreateOrUpdateResponse = Gateway;
|
368
|
+
|
369
|
+
// @public
|
370
|
+
export interface GatewaysDeleteHeaders {
|
371
|
+
azureAsyncOperation?: string;
|
372
|
+
location?: string;
|
373
|
+
retryAfter?: number;
|
374
|
+
}
|
375
|
+
|
376
|
+
// @public
|
377
|
+
export interface GatewaysDeleteOptionalParams extends coreClient.OperationOptions {
|
378
|
+
resumeFrom?: string;
|
379
|
+
updateIntervalInMs?: number;
|
380
|
+
}
|
381
|
+
|
382
|
+
// @public
|
383
|
+
export type GatewaysDeleteResponse = GatewaysDeleteHeaders;
|
384
|
+
|
385
|
+
// @public
|
386
|
+
export interface GatewaysGetOptionalParams extends coreClient.OperationOptions {
|
387
|
+
}
|
388
|
+
|
389
|
+
// @public
|
390
|
+
export type GatewaysGetResponse = Gateway;
|
391
|
+
|
392
|
+
// @public
|
393
|
+
export interface GatewaysListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
394
|
+
}
|
395
|
+
|
396
|
+
// @public
|
397
|
+
export type GatewaysListByResourceGroupNextResponse = GatewaysListResult;
|
398
|
+
|
399
|
+
// @public
|
400
|
+
export interface GatewaysListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
401
|
+
}
|
402
|
+
|
403
|
+
// @public
|
404
|
+
export type GatewaysListByResourceGroupResponse = GatewaysListResult;
|
405
|
+
|
406
|
+
// @public
|
407
|
+
export interface GatewaysListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
408
|
+
}
|
409
|
+
|
410
|
+
// @public
|
411
|
+
export type GatewaysListBySubscriptionNextResponse = GatewaysListResult;
|
412
|
+
|
413
|
+
// @public
|
414
|
+
export interface GatewaysListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
415
|
+
}
|
416
|
+
|
417
|
+
// @public
|
418
|
+
export type GatewaysListBySubscriptionResponse = GatewaysListResult;
|
419
|
+
|
420
|
+
// @public
|
421
|
+
export interface GatewaysListResult {
|
422
|
+
nextLink?: string;
|
423
|
+
value: Gateway[];
|
424
|
+
}
|
425
|
+
|
426
|
+
// @public
|
427
|
+
export interface GatewaysUpdateOptionalParams extends coreClient.OperationOptions {
|
428
|
+
}
|
429
|
+
|
430
|
+
// @public
|
431
|
+
export type GatewaysUpdateResponse = Gateway;
|
432
|
+
|
433
|
+
// @public
|
434
|
+
export type GatewayType = string;
|
435
|
+
|
436
|
+
// @public
|
437
|
+
export interface GatewayUpdate extends ResourceUpdate {
|
438
|
+
allowedFeatures?: string[];
|
439
|
+
}
|
440
|
+
|
441
|
+
// @public
|
442
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
443
|
+
|
444
|
+
// @public
|
445
|
+
export interface HardwareProfile {
|
446
|
+
readonly numberOfCpuSockets?: number;
|
447
|
+
readonly processors?: Processor[];
|
448
|
+
readonly totalPhysicalMemoryInBytes?: number;
|
449
|
+
}
|
450
|
+
|
451
|
+
// @public
|
452
|
+
export type HotpatchEnablementStatus = string;
|
453
|
+
|
454
|
+
// @public (undocumented)
|
455
|
+
export class HybridComputeManagementClient extends coreClient.ServiceClient {
|
456
|
+
// (undocumented)
|
457
|
+
$host: string;
|
458
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: HybridComputeManagementClientOptionalParams);
|
459
|
+
constructor(credentials: coreAuth.TokenCredential, options?: HybridComputeManagementClientOptionalParams);
|
460
|
+
// (undocumented)
|
461
|
+
apiVersion: string;
|
462
|
+
beginSetupExtensions(resourceGroupName: string, machineName: string, extensions: SetupExtensionRequest, options?: SetupExtensionsOptionalParams): Promise<SimplePollerLike<OperationState<SetupExtensionsResponse>, SetupExtensionsResponse>>;
|
463
|
+
beginSetupExtensionsAndWait(resourceGroupName: string, machineName: string, extensions: SetupExtensionRequest, options?: SetupExtensionsOptionalParams): Promise<SetupExtensionsResponse>;
|
464
|
+
beginUpgradeExtensions(resourceGroupName: string, machineName: string, extensionUpgradeParameters: MachineExtensionUpgrade, options?: UpgradeExtensionsOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
465
|
+
beginUpgradeExtensionsAndWait(resourceGroupName: string, machineName: string, extensionUpgradeParameters: MachineExtensionUpgrade, options?: UpgradeExtensionsOptionalParams): Promise<void>;
|
466
|
+
// (undocumented)
|
467
|
+
extensionMetadata: ExtensionMetadata;
|
468
|
+
// (undocumented)
|
469
|
+
extensionMetadataV2: ExtensionMetadataV2;
|
470
|
+
// (undocumented)
|
471
|
+
extensionPublisherOperations: ExtensionPublisherOperations;
|
472
|
+
// (undocumented)
|
473
|
+
extensionTypeOperations: ExtensionTypeOperations;
|
474
|
+
// (undocumented)
|
475
|
+
gateways: Gateways;
|
476
|
+
// (undocumented)
|
477
|
+
licenseProfiles: LicenseProfiles;
|
478
|
+
// (undocumented)
|
479
|
+
licenses: Licenses;
|
480
|
+
// (undocumented)
|
481
|
+
machineExtensions: MachineExtensions;
|
482
|
+
// (undocumented)
|
483
|
+
machineRunCommands: MachineRunCommands;
|
484
|
+
// (undocumented)
|
485
|
+
machines: Machines;
|
486
|
+
// (undocumented)
|
487
|
+
networkProfileOperations: NetworkProfileOperations;
|
488
|
+
// (undocumented)
|
489
|
+
networkSecurityPerimeterConfigurations: NetworkSecurityPerimeterConfigurations;
|
490
|
+
// (undocumented)
|
491
|
+
operations: Operations;
|
492
|
+
// (undocumented)
|
493
|
+
privateEndpointConnections: PrivateEndpointConnections;
|
494
|
+
// (undocumented)
|
495
|
+
privateLinkResources: PrivateLinkResources;
|
496
|
+
// (undocumented)
|
497
|
+
privateLinkScopes: PrivateLinkScopes;
|
498
|
+
// (undocumented)
|
499
|
+
settingsOperations: SettingsOperations;
|
500
|
+
// (undocumented)
|
501
|
+
subscriptionId?: string;
|
502
|
+
}
|
503
|
+
|
504
|
+
// @public
|
505
|
+
export interface HybridComputeManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
506
|
+
$host?: string;
|
507
|
+
apiVersion?: string;
|
508
|
+
endpoint?: string;
|
509
|
+
}
|
510
|
+
|
511
|
+
// @public
|
512
|
+
export interface HybridComputeManagementClientSetupExtensionsHeaders {
|
513
|
+
azureAsyncOperation?: string;
|
514
|
+
location?: string;
|
515
|
+
retryAfter?: number;
|
516
|
+
}
|
517
|
+
|
518
|
+
// @public
|
519
|
+
export interface HybridComputeManagementClientUpgradeExtensionsHeaders {
|
520
|
+
azureAsyncOperation?: string;
|
521
|
+
location?: string;
|
522
|
+
retryAfter?: number;
|
523
|
+
}
|
524
|
+
|
525
|
+
// @public
|
526
|
+
export interface HybridComputePrivateLinkScope extends PrivateLinkScopesResource {
|
527
|
+
properties?: HybridComputePrivateLinkScopeProperties;
|
528
|
+
readonly systemData?: SystemData;
|
529
|
+
}
|
530
|
+
|
531
|
+
// @public
|
532
|
+
export interface HybridComputePrivateLinkScopeListResult {
|
533
|
+
nextLink?: string;
|
534
|
+
value: HybridComputePrivateLinkScope[];
|
535
|
+
}
|
536
|
+
|
537
|
+
// @public
|
538
|
+
export interface HybridComputePrivateLinkScopeProperties {
|
539
|
+
readonly privateEndpointConnections?: PrivateEndpointConnectionDataModel[];
|
540
|
+
readonly privateLinkScopeId?: string;
|
541
|
+
readonly provisioningState?: string;
|
542
|
+
publicNetworkAccess?: PublicNetworkAccessType;
|
543
|
+
}
|
544
|
+
|
545
|
+
// @public
|
546
|
+
export interface HybridIdentityMetadata extends ProxyResource {
|
547
|
+
readonly identity?: Identity;
|
548
|
+
publicKey?: string;
|
549
|
+
vmId?: string;
|
550
|
+
}
|
551
|
+
|
552
|
+
// @public
|
553
|
+
export interface HybridIdentityMetadataList {
|
554
|
+
nextLink?: string;
|
555
|
+
value: HybridIdentityMetadata[];
|
556
|
+
}
|
557
|
+
|
558
|
+
// @public
|
559
|
+
export interface Identity {
|
560
|
+
readonly principalId?: string;
|
561
|
+
readonly tenantId?: string;
|
562
|
+
type?: "SystemAssigned";
|
563
|
+
}
|
564
|
+
|
565
|
+
// @public
|
566
|
+
export type IdentityKeyStore = string;
|
567
|
+
|
568
|
+
// @public
|
569
|
+
export type InstanceViewTypes = string;
|
570
|
+
|
571
|
+
// @public
|
572
|
+
export interface IpAddress {
|
573
|
+
address?: string;
|
574
|
+
ipAddressVersion?: string;
|
575
|
+
readonly subnet?: Subnet;
|
576
|
+
}
|
577
|
+
|
578
|
+
// @public
|
579
|
+
export interface KeyDetails {
|
580
|
+
readonly notAfter?: Date;
|
581
|
+
readonly publicKey?: string;
|
582
|
+
readonly renewAfter?: Date;
|
583
|
+
}
|
584
|
+
|
585
|
+
// @public
|
586
|
+
export interface KeyProperties {
|
587
|
+
readonly candidatePublicKey?: KeyDetails;
|
588
|
+
readonly clientPublicKey?: KeyDetails;
|
589
|
+
}
|
590
|
+
|
591
|
+
// @public
|
592
|
+
export enum KnownAccessMode {
|
593
|
+
Audit = "audit",
|
594
|
+
Enforced = "enforced",
|
595
|
+
Learning = "learning"
|
596
|
+
}
|
597
|
+
|
598
|
+
// @public
|
599
|
+
export enum KnownAccessRuleDirection {
|
600
|
+
Inbound = "Inbound",
|
601
|
+
Outbound = "Outbound"
|
602
|
+
}
|
603
|
+
|
604
|
+
// @public
|
605
|
+
export enum KnownAgentConfigurationMode {
|
606
|
+
Full = "full",
|
607
|
+
Monitor = "monitor"
|
608
|
+
}
|
609
|
+
|
610
|
+
// @public
|
611
|
+
export enum KnownArcKindEnum {
|
612
|
+
AVS = "AVS",
|
613
|
+
AWS = "AWS",
|
614
|
+
EPS = "EPS",
|
615
|
+
GCP = "GCP",
|
616
|
+
HCI = "HCI",
|
617
|
+
Scvmm = "SCVMM",
|
618
|
+
VMware = "VMware"
|
619
|
+
}
|
620
|
+
|
621
|
+
// @public
|
622
|
+
export enum KnownAssessmentModeTypes {
|
623
|
+
AutomaticByPlatform = "AutomaticByPlatform",
|
624
|
+
ImageDefault = "ImageDefault"
|
625
|
+
}
|
626
|
+
|
627
|
+
// @public
|
628
|
+
export enum KnownCreatedByType {
|
629
|
+
Application = "Application",
|
630
|
+
Key = "Key",
|
631
|
+
ManagedIdentity = "ManagedIdentity",
|
632
|
+
User = "User"
|
633
|
+
}
|
634
|
+
|
635
|
+
// @public
|
636
|
+
export enum KnownEsuEligibility {
|
637
|
+
Eligible = "Eligible",
|
638
|
+
Ineligible = "Ineligible",
|
639
|
+
Unknown = "Unknown"
|
640
|
+
}
|
641
|
+
|
642
|
+
// @public
|
643
|
+
export enum KnownEsuKeyState {
|
644
|
+
Active = "Active",
|
645
|
+
Inactive = "Inactive"
|
646
|
+
}
|
647
|
+
|
648
|
+
// @public
|
649
|
+
export enum KnownEsuServerType {
|
650
|
+
Datacenter = "Datacenter",
|
651
|
+
Standard = "Standard"
|
652
|
+
}
|
653
|
+
|
654
|
+
// @public
|
655
|
+
export enum KnownExecutionState {
|
656
|
+
Canceled = "Canceled",
|
657
|
+
Failed = "Failed",
|
658
|
+
Pending = "Pending",
|
659
|
+
Running = "Running",
|
660
|
+
Succeeded = "Succeeded",
|
661
|
+
TimedOut = "TimedOut",
|
662
|
+
Unknown = "Unknown"
|
663
|
+
}
|
664
|
+
|
665
|
+
// @public
|
666
|
+
export enum KnownGatewayType {
|
667
|
+
Public = "Public"
|
668
|
+
}
|
669
|
+
|
670
|
+
// @public
|
671
|
+
export enum KnownHotpatchEnablementStatus {
|
672
|
+
ActionRequired = "ActionRequired",
|
673
|
+
Disabled = "Disabled",
|
674
|
+
Enabled = "Enabled",
|
675
|
+
PendingEvaluation = "PendingEvaluation",
|
676
|
+
Unknown = "Unknown"
|
677
|
+
}
|
678
|
+
|
679
|
+
// @public
|
680
|
+
export enum KnownIdentityKeyStore {
|
681
|
+
Default = "Default",
|
682
|
+
TPM = "TPM"
|
683
|
+
}
|
684
|
+
|
685
|
+
// @public
|
686
|
+
export enum KnownInstanceViewTypes {
|
687
|
+
InstanceView = "instanceView"
|
688
|
+
}
|
689
|
+
|
690
|
+
// @public
|
691
|
+
export enum KnownLastAttemptStatusEnum {
|
692
|
+
Failed = "Failed",
|
693
|
+
Success = "Success"
|
694
|
+
}
|
695
|
+
|
696
|
+
// @public
|
697
|
+
export enum KnownLicenseAssignmentState {
|
698
|
+
Assigned = "Assigned",
|
699
|
+
NotAssigned = "NotAssigned"
|
700
|
+
}
|
701
|
+
|
702
|
+
// @public
|
703
|
+
export enum KnownLicenseCoreType {
|
704
|
+
PCore = "pCore",
|
705
|
+
VCore = "vCore"
|
706
|
+
}
|
707
|
+
|
708
|
+
// @public
|
709
|
+
export enum KnownLicenseEdition {
|
710
|
+
Datacenter = "Datacenter",
|
711
|
+
Standard = "Standard"
|
712
|
+
}
|
713
|
+
|
714
|
+
// @public
|
715
|
+
export enum KnownLicenseProfileProductType {
|
716
|
+
WindowsIoTEnterprise = "WindowsIoTEnterprise",
|
717
|
+
WindowsServer = "WindowsServer"
|
718
|
+
}
|
719
|
+
|
720
|
+
// @public
|
721
|
+
export enum KnownLicenseProfileSubscriptionStatus {
|
722
|
+
Disabled = "Disabled",
|
723
|
+
Disabling = "Disabling",
|
724
|
+
Enabled = "Enabled",
|
725
|
+
Enabling = "Enabling",
|
726
|
+
Failed = "Failed",
|
727
|
+
Unknown = "Unknown"
|
728
|
+
}
|
729
|
+
|
730
|
+
// @public
|
731
|
+
export enum KnownLicenseProfileSubscriptionStatusUpdate {
|
732
|
+
Disable = "Disable",
|
733
|
+
Enable = "Enable"
|
734
|
+
}
|
735
|
+
|
736
|
+
// @public
|
737
|
+
export enum KnownLicenseState {
|
738
|
+
Activated = "Activated",
|
739
|
+
Deactivated = "Deactivated"
|
740
|
+
}
|
741
|
+
|
742
|
+
// @public
|
743
|
+
export enum KnownLicenseStatus {
|
744
|
+
ExtendedGrace = "ExtendedGrace",
|
745
|
+
Licensed = "Licensed",
|
746
|
+
NonGenuineGrace = "NonGenuineGrace",
|
747
|
+
Notification = "Notification",
|
748
|
+
OOBGrace = "OOBGrace",
|
749
|
+
OOTGrace = "OOTGrace",
|
750
|
+
Unlicensed = "Unlicensed"
|
751
|
+
}
|
752
|
+
|
753
|
+
// @public
|
754
|
+
export enum KnownLicenseTarget {
|
755
|
+
WindowsServer2012 = "Windows Server 2012",
|
756
|
+
WindowsServer2012R2 = "Windows Server 2012 R2"
|
757
|
+
}
|
758
|
+
|
759
|
+
// @public
|
760
|
+
export enum KnownLicenseType {
|
761
|
+
ESU = "ESU"
|
762
|
+
}
|
763
|
+
|
764
|
+
// @public
|
765
|
+
export enum KnownOsType {
|
766
|
+
Linux = "Linux",
|
767
|
+
Windows = "Windows"
|
768
|
+
}
|
769
|
+
|
770
|
+
// @public
|
771
|
+
export enum KnownPatchModeTypes {
|
772
|
+
AutomaticByOS = "AutomaticByOS",
|
773
|
+
AutomaticByPlatform = "AutomaticByPlatform",
|
774
|
+
ImageDefault = "ImageDefault",
|
775
|
+
Manual = "Manual"
|
776
|
+
}
|
777
|
+
|
778
|
+
// @public
|
779
|
+
export enum KnownPatchOperationStartedBy {
|
780
|
+
Platform = "Platform",
|
781
|
+
User = "User"
|
782
|
+
}
|
783
|
+
|
784
|
+
// @public
|
785
|
+
export enum KnownPatchOperationStatus {
|
786
|
+
CompletedWithWarnings = "CompletedWithWarnings",
|
787
|
+
Failed = "Failed",
|
788
|
+
InProgress = "InProgress",
|
789
|
+
Succeeded = "Succeeded",
|
790
|
+
Unknown = "Unknown"
|
791
|
+
}
|
792
|
+
|
793
|
+
// @public
|
794
|
+
export enum KnownPatchServiceUsed {
|
795
|
+
APT = "APT",
|
796
|
+
Unknown = "Unknown",
|
797
|
+
WU = "WU",
|
798
|
+
WUWsus = "WU_WSUS",
|
799
|
+
YUM = "YUM",
|
800
|
+
Zypper = "Zypper"
|
801
|
+
}
|
802
|
+
|
803
|
+
// @public
|
804
|
+
export enum KnownProgramYear {
|
805
|
+
Year1 = "Year 1",
|
806
|
+
Year2 = "Year 2",
|
807
|
+
Year3 = "Year 3"
|
808
|
+
}
|
809
|
+
|
810
|
+
// @public
|
811
|
+
export enum KnownProvisioningIssueSeverity {
|
812
|
+
Error = "Error",
|
813
|
+
Warning = "Warning"
|
814
|
+
}
|
815
|
+
|
816
|
+
// @public
|
817
|
+
export enum KnownProvisioningIssueType {
|
818
|
+
ConfigurationPropagationFailure = "ConfigurationPropagationFailure",
|
819
|
+
MissingIdentityConfiguration = "MissingIdentityConfiguration",
|
820
|
+
MissingPerimeterConfiguration = "MissingPerimeterConfiguration",
|
821
|
+
Other = "Other"
|
822
|
+
}
|
823
|
+
|
824
|
+
// @public
|
825
|
+
export enum KnownProvisioningState {
|
826
|
+
Accepted = "Accepted",
|
827
|
+
Canceled = "Canceled",
|
828
|
+
Creating = "Creating",
|
829
|
+
Deleted = "Deleted",
|
830
|
+
Deleting = "Deleting",
|
831
|
+
Failed = "Failed",
|
832
|
+
Succeeded = "Succeeded",
|
833
|
+
Updating = "Updating"
|
834
|
+
}
|
835
|
+
|
836
|
+
// @public
|
837
|
+
export enum KnownPublicNetworkAccessType {
|
838
|
+
Disabled = "Disabled",
|
839
|
+
Enabled = "Enabled",
|
840
|
+
SecuredByPerimeter = "SecuredByPerimeter"
|
841
|
+
}
|
842
|
+
|
843
|
+
// @public
|
844
|
+
export enum KnownStatusLevelTypes {
|
845
|
+
Error = "Error",
|
846
|
+
Info = "Info",
|
847
|
+
Warning = "Warning"
|
848
|
+
}
|
849
|
+
|
850
|
+
// @public
|
851
|
+
export enum KnownStatusTypes {
|
852
|
+
AwaitingConnection = "AwaitingConnection",
|
853
|
+
Connected = "Connected",
|
854
|
+
Disconnected = "Disconnected",
|
855
|
+
Error = "Error"
|
856
|
+
}
|
857
|
+
|
858
|
+
// @public
|
859
|
+
export enum KnownVMGuestPatchClassificationLinux {
|
860
|
+
Critical = "Critical",
|
861
|
+
Other = "Other",
|
862
|
+
Security = "Security"
|
863
|
+
}
|
864
|
+
|
865
|
+
// @public
|
866
|
+
export enum KnownVMGuestPatchClassificationWindows {
|
867
|
+
Critical = "Critical",
|
868
|
+
Definition = "Definition",
|
869
|
+
FeaturePack = "FeaturePack",
|
870
|
+
Security = "Security",
|
871
|
+
ServicePack = "ServicePack",
|
872
|
+
Tools = "Tools",
|
873
|
+
UpdateRollUp = "UpdateRollUp",
|
874
|
+
Updates = "Updates"
|
875
|
+
}
|
876
|
+
|
877
|
+
// @public
|
878
|
+
export enum KnownVMGuestPatchRebootSetting {
|
879
|
+
Always = "Always",
|
880
|
+
IfRequired = "IfRequired",
|
881
|
+
Never = "Never"
|
882
|
+
}
|
883
|
+
|
884
|
+
// @public
|
885
|
+
export enum KnownVMGuestPatchRebootStatus {
|
886
|
+
Completed = "Completed",
|
887
|
+
Failed = "Failed",
|
888
|
+
NotNeeded = "NotNeeded",
|
889
|
+
Required = "Required",
|
890
|
+
Started = "Started",
|
891
|
+
Unknown = "Unknown"
|
892
|
+
}
|
893
|
+
|
894
|
+
// @public
|
895
|
+
export type LastAttemptStatusEnum = string;
|
896
|
+
|
897
|
+
// @public
|
898
|
+
export interface License extends TrackedResource {
|
899
|
+
licenseDetails?: LicenseDetails;
|
900
|
+
licenseType?: LicenseType;
|
901
|
+
readonly provisioningState?: ProvisioningState;
|
902
|
+
tenantId?: string;
|
903
|
+
}
|
904
|
+
|
905
|
+
// @public
|
906
|
+
export type LicenseAssignmentState = string;
|
907
|
+
|
908
|
+
// @public
|
909
|
+
export type LicenseCoreType = string;
|
910
|
+
|
911
|
+
// @public
|
912
|
+
export interface LicenseDetails {
|
913
|
+
readonly assignedLicenses?: number;
|
914
|
+
edition?: LicenseEdition;
|
915
|
+
readonly immutableId?: string;
|
916
|
+
processors?: number;
|
917
|
+
state?: LicenseState;
|
918
|
+
target?: LicenseTarget;
|
919
|
+
type?: LicenseCoreType;
|
920
|
+
volumeLicenseDetails?: VolumeLicenseDetails[];
|
921
|
+
}
|
922
|
+
|
923
|
+
// @public
|
924
|
+
export type LicenseEdition = string;
|
925
|
+
|
926
|
+
// @public
|
927
|
+
export interface LicenseProfile extends TrackedResource {
|
928
|
+
assignedLicense?: string;
|
929
|
+
readonly assignedLicenseImmutableId?: string;
|
930
|
+
readonly billingEndDate?: Date;
|
931
|
+
readonly billingStartDate?: Date;
|
932
|
+
readonly disenrollmentDate?: Date;
|
933
|
+
readonly enrollmentDate?: Date;
|
934
|
+
readonly error?: ErrorDetail;
|
935
|
+
readonly esuEligibility?: EsuEligibility;
|
936
|
+
readonly esuKeys?: EsuKey[];
|
937
|
+
readonly esuKeyState?: EsuKeyState;
|
938
|
+
productFeatures?: ProductFeature[];
|
939
|
+
productType?: LicenseProfileProductType;
|
940
|
+
readonly provisioningState?: ProvisioningState;
|
941
|
+
readonly serverType?: EsuServerType;
|
942
|
+
softwareAssuranceCustomer?: boolean;
|
943
|
+
subscriptionStatus?: LicenseProfileSubscriptionStatus;
|
944
|
+
}
|
945
|
+
|
946
|
+
// @public
|
947
|
+
export interface LicenseProfileArmEsuProperties extends LicenseProfileArmEsuPropertiesWithoutAssignedLicense {
|
948
|
+
assignedLicense?: string;
|
949
|
+
}
|
950
|
+
|
951
|
+
// @public
|
952
|
+
export interface LicenseProfileArmEsuPropertiesWithoutAssignedLicense extends LicenseProfileStorageModelEsuProperties {
|
953
|
+
readonly esuEligibility?: EsuEligibility;
|
954
|
+
readonly esuKeyState?: EsuKeyState;
|
955
|
+
readonly serverType?: EsuServerType;
|
956
|
+
}
|
957
|
+
|
958
|
+
// @public
|
959
|
+
export interface LicenseProfileMachineInstanceView {
|
960
|
+
readonly billingEndDate?: Date;
|
961
|
+
readonly billingStartDate?: Date;
|
962
|
+
readonly disenrollmentDate?: Date;
|
963
|
+
readonly enrollmentDate?: Date;
|
964
|
+
readonly error?: ErrorDetail;
|
965
|
+
esuProfile?: LicenseProfileMachineInstanceViewEsuProperties;
|
966
|
+
readonly licenseChannel?: string;
|
967
|
+
readonly licenseStatus?: LicenseStatus;
|
968
|
+
productFeatures?: ProductFeature[];
|
969
|
+
productType?: LicenseProfileProductType;
|
970
|
+
softwareAssuranceCustomer?: boolean;
|
971
|
+
subscriptionStatus?: LicenseProfileSubscriptionStatus;
|
972
|
+
}
|
973
|
+
|
974
|
+
// @public
|
975
|
+
export interface LicenseProfileMachineInstanceViewEsuProperties extends LicenseProfileArmEsuPropertiesWithoutAssignedLicense {
|
976
|
+
assignedLicense?: License;
|
977
|
+
licenseAssignmentState?: LicenseAssignmentState;
|
978
|
+
}
|
979
|
+
|
980
|
+
// @public
|
981
|
+
export type LicenseProfileProductType = string;
|
982
|
+
|
983
|
+
// @public
|
984
|
+
export interface LicenseProfiles {
|
985
|
+
beginCreateOrUpdate(resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LicenseProfilesCreateOrUpdateResponse>, LicenseProfilesCreateOrUpdateResponse>>;
|
986
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, machineName: string, parameters: LicenseProfile, options?: LicenseProfilesCreateOrUpdateOptionalParams): Promise<LicenseProfilesCreateOrUpdateResponse>;
|
987
|
+
beginDelete(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<LicenseProfilesDeleteResponse>, LicenseProfilesDeleteResponse>>;
|
988
|
+
beginDeleteAndWait(resourceGroupName: string, machineName: string, options?: LicenseProfilesDeleteOptionalParams): Promise<LicenseProfilesDeleteResponse>;
|
989
|
+
beginUpdate(resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LicenseProfilesUpdateResponse>, LicenseProfilesUpdateResponse>>;
|
990
|
+
beginUpdateAndWait(resourceGroupName: string, machineName: string, parameters: LicenseProfileUpdate, options?: LicenseProfilesUpdateOptionalParams): Promise<LicenseProfilesUpdateResponse>;
|
991
|
+
get(resourceGroupName: string, machineName: string, options?: LicenseProfilesGetOptionalParams): Promise<LicenseProfilesGetResponse>;
|
992
|
+
list(resourceGroupName: string, machineName: string, options?: LicenseProfilesListOptionalParams): PagedAsyncIterableIterator<LicenseProfile>;
|
993
|
+
}
|
994
|
+
|
995
|
+
// @public
|
996
|
+
export interface LicenseProfilesCreateOrUpdateHeaders {
|
997
|
+
azureAsyncOperation?: string;
|
998
|
+
location?: string;
|
999
|
+
retryAfter?: number;
|
1000
|
+
}
|
1001
|
+
|
1002
|
+
// @public
|
1003
|
+
export interface LicenseProfilesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
1004
|
+
resumeFrom?: string;
|
1005
|
+
updateIntervalInMs?: number;
|
1006
|
+
}
|
1007
|
+
|
1008
|
+
// @public
|
1009
|
+
export type LicenseProfilesCreateOrUpdateResponse = LicenseProfile;
|
1010
|
+
|
1011
|
+
// @public
|
1012
|
+
export interface LicenseProfilesDeleteHeaders {
|
1013
|
+
azureAsyncOperation?: string;
|
1014
|
+
location?: string;
|
1015
|
+
retryAfter?: number;
|
1016
|
+
}
|
1017
|
+
|
1018
|
+
// @public
|
1019
|
+
export interface LicenseProfilesDeleteOptionalParams extends coreClient.OperationOptions {
|
1020
|
+
resumeFrom?: string;
|
1021
|
+
updateIntervalInMs?: number;
|
1022
|
+
}
|
1023
|
+
|
1024
|
+
// @public
|
1025
|
+
export type LicenseProfilesDeleteResponse = LicenseProfilesDeleteHeaders;
|
1026
|
+
|
1027
|
+
// @public
|
1028
|
+
export interface LicenseProfilesGetOptionalParams extends coreClient.OperationOptions {
|
1029
|
+
}
|
1030
|
+
|
1031
|
+
// @public
|
1032
|
+
export type LicenseProfilesGetResponse = LicenseProfile;
|
1033
|
+
|
1034
|
+
// @public
|
1035
|
+
export interface LicenseProfilesListNextOptionalParams extends coreClient.OperationOptions {
|
1036
|
+
}
|
1037
|
+
|
1038
|
+
// @public
|
1039
|
+
export type LicenseProfilesListNextResponse = LicenseProfilesListResult;
|
1040
|
+
|
1041
|
+
// @public
|
1042
|
+
export interface LicenseProfilesListOptionalParams extends coreClient.OperationOptions {
|
1043
|
+
}
|
1044
|
+
|
1045
|
+
// @public
|
1046
|
+
export type LicenseProfilesListResponse = LicenseProfilesListResult;
|
1047
|
+
|
1048
|
+
// @public
|
1049
|
+
export interface LicenseProfilesListResult {
|
1050
|
+
nextLink?: string;
|
1051
|
+
value: LicenseProfile[];
|
1052
|
+
}
|
1053
|
+
|
1054
|
+
// @public
|
1055
|
+
export interface LicenseProfileStorageModelEsuProperties {
|
1056
|
+
readonly assignedLicenseImmutableId?: string;
|
1057
|
+
readonly esuKeys?: EsuKey[];
|
1058
|
+
}
|
1059
|
+
|
1060
|
+
// @public
|
1061
|
+
export type LicenseProfileSubscriptionStatus = string;
|
1062
|
+
|
1063
|
+
// @public
|
1064
|
+
export type LicenseProfileSubscriptionStatusUpdate = string;
|
1065
|
+
|
1066
|
+
// @public
|
1067
|
+
export interface LicenseProfilesUpdateHeaders {
|
1068
|
+
azureAsyncOperation?: string;
|
1069
|
+
location?: string;
|
1070
|
+
retryAfter?: number;
|
1071
|
+
}
|
1072
|
+
|
1073
|
+
// @public
|
1074
|
+
export interface LicenseProfilesUpdateOptionalParams extends coreClient.OperationOptions {
|
1075
|
+
resumeFrom?: string;
|
1076
|
+
updateIntervalInMs?: number;
|
1077
|
+
}
|
1078
|
+
|
1079
|
+
// @public
|
1080
|
+
export type LicenseProfilesUpdateResponse = LicenseProfile;
|
1081
|
+
|
1082
|
+
// @public
|
1083
|
+
export interface LicenseProfileUpdate extends ResourceUpdate {
|
1084
|
+
assignedLicense?: string;
|
1085
|
+
productFeatures?: ProductFeatureUpdate[];
|
1086
|
+
productType?: LicenseProfileProductType;
|
1087
|
+
softwareAssuranceCustomer?: boolean;
|
1088
|
+
subscriptionStatus?: LicenseProfileSubscriptionStatusUpdate;
|
1089
|
+
}
|
1090
|
+
|
1091
|
+
// @public
|
1092
|
+
export interface Licenses {
|
1093
|
+
beginCreateOrUpdate(resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LicensesCreateOrUpdateResponse>, LicensesCreateOrUpdateResponse>>;
|
1094
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, licenseName: string, parameters: License, options?: LicensesCreateOrUpdateOptionalParams): Promise<LicensesCreateOrUpdateResponse>;
|
1095
|
+
beginDelete(resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
1096
|
+
beginDeleteAndWait(resourceGroupName: string, licenseName: string, options?: LicensesDeleteOptionalParams): Promise<void>;
|
1097
|
+
beginUpdate(resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<LicensesUpdateResponse>, LicensesUpdateResponse>>;
|
1098
|
+
beginUpdateAndWait(resourceGroupName: string, licenseName: string, parameters: LicenseUpdate, options?: LicensesUpdateOptionalParams): Promise<LicensesUpdateResponse>;
|
1099
|
+
beginValidateLicense(parameters: License, options?: LicensesValidateLicenseOptionalParams): Promise<SimplePollerLike<OperationState<LicensesValidateLicenseResponse>, LicensesValidateLicenseResponse>>;
|
1100
|
+
beginValidateLicenseAndWait(parameters: License, options?: LicensesValidateLicenseOptionalParams): Promise<LicensesValidateLicenseResponse>;
|
1101
|
+
get(resourceGroupName: string, licenseName: string, options?: LicensesGetOptionalParams): Promise<LicensesGetResponse>;
|
1102
|
+
listByResourceGroup(resourceGroupName: string, options?: LicensesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<License>;
|
1103
|
+
listBySubscription(options?: LicensesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<License>;
|
1104
|
+
}
|
1105
|
+
|
1106
|
+
// @public
|
1107
|
+
export interface LicensesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
1108
|
+
resumeFrom?: string;
|
1109
|
+
updateIntervalInMs?: number;
|
1110
|
+
}
|
1111
|
+
|
1112
|
+
// @public
|
1113
|
+
export type LicensesCreateOrUpdateResponse = License;
|
1114
|
+
|
1115
|
+
// @public
|
1116
|
+
export interface LicensesDeleteOptionalParams extends coreClient.OperationOptions {
|
1117
|
+
resumeFrom?: string;
|
1118
|
+
updateIntervalInMs?: number;
|
1119
|
+
}
|
1120
|
+
|
1121
|
+
// @public
|
1122
|
+
export interface LicensesGetOptionalParams extends coreClient.OperationOptions {
|
1123
|
+
}
|
1124
|
+
|
1125
|
+
// @public
|
1126
|
+
export type LicensesGetResponse = License;
|
1127
|
+
|
1128
|
+
// @public
|
1129
|
+
export interface LicensesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
1130
|
+
}
|
1131
|
+
|
1132
|
+
// @public
|
1133
|
+
export type LicensesListByResourceGroupNextResponse = LicensesListResult;
|
1134
|
+
|
1135
|
+
// @public
|
1136
|
+
export interface LicensesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
1137
|
+
}
|
1138
|
+
|
1139
|
+
// @public
|
1140
|
+
export type LicensesListByResourceGroupResponse = LicensesListResult;
|
1141
|
+
|
1142
|
+
// @public
|
1143
|
+
export interface LicensesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
1144
|
+
}
|
1145
|
+
|
1146
|
+
// @public
|
1147
|
+
export type LicensesListBySubscriptionNextResponse = LicensesListResult;
|
1148
|
+
|
1149
|
+
// @public
|
1150
|
+
export interface LicensesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
1151
|
+
}
|
1152
|
+
|
1153
|
+
// @public
|
1154
|
+
export type LicensesListBySubscriptionResponse = LicensesListResult;
|
1155
|
+
|
1156
|
+
// @public
|
1157
|
+
export interface LicensesListResult {
|
1158
|
+
nextLink?: string;
|
1159
|
+
value: License[];
|
1160
|
+
}
|
1161
|
+
|
1162
|
+
// @public
|
1163
|
+
export type LicenseState = string;
|
1164
|
+
|
1165
|
+
// @public
|
1166
|
+
export type LicenseStatus = string;
|
1167
|
+
|
1168
|
+
// @public
|
1169
|
+
export interface LicensesUpdateOptionalParams extends coreClient.OperationOptions {
|
1170
|
+
resumeFrom?: string;
|
1171
|
+
updateIntervalInMs?: number;
|
1172
|
+
}
|
1173
|
+
|
1174
|
+
// @public
|
1175
|
+
export type LicensesUpdateResponse = License;
|
1176
|
+
|
1177
|
+
// @public
|
1178
|
+
export interface LicensesValidateLicenseOptionalParams extends coreClient.OperationOptions {
|
1179
|
+
resumeFrom?: string;
|
1180
|
+
updateIntervalInMs?: number;
|
1181
|
+
}
|
1182
|
+
|
1183
|
+
// @public
|
1184
|
+
export type LicensesValidateLicenseResponse = License;
|
1185
|
+
|
1186
|
+
// @public
|
1187
|
+
export type LicenseTarget = string;
|
1188
|
+
|
1189
|
+
// @public
|
1190
|
+
export type LicenseType = string;
|
1191
|
+
|
1192
|
+
// @public
|
1193
|
+
export interface LicenseUpdate extends ResourceUpdate {
|
1194
|
+
edition?: LicenseEdition;
|
1195
|
+
licenseType?: LicenseType;
|
1196
|
+
processors?: number;
|
1197
|
+
state?: LicenseState;
|
1198
|
+
target?: LicenseTarget;
|
1199
|
+
type?: LicenseCoreType;
|
1200
|
+
}
|
1201
|
+
|
1202
|
+
// @public
|
1203
|
+
export interface LinuxParameters {
|
1204
|
+
classificationsToInclude?: VMGuestPatchClassificationLinux[];
|
1205
|
+
packageNameMasksToExclude?: string[];
|
1206
|
+
packageNameMasksToInclude?: string[];
|
1207
|
+
}
|
1208
|
+
|
1209
|
+
// @public
|
1210
|
+
export interface LocationData {
|
1211
|
+
city?: string;
|
1212
|
+
countryOrRegion?: string;
|
1213
|
+
district?: string;
|
1214
|
+
name: string;
|
1215
|
+
}
|
1216
|
+
|
1217
|
+
// @public
|
1218
|
+
export interface Machine extends TrackedResource {
|
1219
|
+
readonly adFqdn?: string;
|
1220
|
+
readonly agentConfiguration?: AgentConfiguration;
|
1221
|
+
agentUpgrade?: AgentUpgrade;
|
1222
|
+
readonly agentVersion?: string;
|
1223
|
+
clientPublicKey?: string;
|
1224
|
+
cloudMetadata?: CloudMetadata;
|
1225
|
+
readonly detectedProperties?: {
|
1226
|
+
[propertyName: string]: string;
|
1227
|
+
};
|
1228
|
+
readonly displayName?: string;
|
1229
|
+
readonly dnsFqdn?: string;
|
1230
|
+
readonly domainName?: string;
|
1231
|
+
readonly errorDetails?: ErrorDetail[];
|
1232
|
+
extensions?: MachineExtensionInstanceView[];
|
1233
|
+
readonly firmwareProfile?: FirmwareProfile;
|
1234
|
+
readonly hardwareProfile?: HardwareProfile;
|
1235
|
+
hardwareResourceId?: string;
|
1236
|
+
identity?: Identity;
|
1237
|
+
identityKeyStore?: IdentityKeyStore;
|
1238
|
+
kind?: ArcKindEnum;
|
1239
|
+
readonly lastStatusChange?: Date;
|
1240
|
+
licenseProfile?: LicenseProfileMachineInstanceView;
|
1241
|
+
locationData?: LocationData;
|
1242
|
+
readonly machineFqdn?: string;
|
1243
|
+
mssqlDiscovered?: string;
|
1244
|
+
readonly networkProfile?: NetworkProfile;
|
1245
|
+
readonly osEdition?: string;
|
1246
|
+
readonly osName?: string;
|
1247
|
+
osProfile?: OSProfile;
|
1248
|
+
readonly osSku?: string;
|
1249
|
+
osType?: string;
|
1250
|
+
readonly osVersion?: string;
|
1251
|
+
parentClusterResourceId?: string;
|
1252
|
+
privateLinkScopeResourceId?: string;
|
1253
|
+
readonly provisioningState?: string;
|
1254
|
+
readonly resources?: MachineExtension[];
|
1255
|
+
serviceStatuses?: ServiceStatuses;
|
1256
|
+
readonly status?: StatusTypes;
|
1257
|
+
readonly storageProfile?: StorageProfile;
|
1258
|
+
tpmEkCertificate?: string;
|
1259
|
+
vmId?: string;
|
1260
|
+
readonly vmUuid?: string;
|
1261
|
+
}
|
1262
|
+
|
1263
|
+
// @public
|
1264
|
+
export interface MachineAssessPatchesResult {
|
1265
|
+
readonly assessmentActivityId?: string;
|
1266
|
+
availablePatchCountByClassification?: AvailablePatchCountByClassification;
|
1267
|
+
readonly errorDetails?: ErrorDetail;
|
1268
|
+
readonly lastModifiedDateTime?: Date;
|
1269
|
+
readonly osType?: OsType;
|
1270
|
+
readonly patchServiceUsed?: PatchServiceUsed;
|
1271
|
+
readonly rebootPending?: boolean;
|
1272
|
+
readonly startDateTime?: Date;
|
1273
|
+
readonly startedBy?: PatchOperationStartedBy;
|
1274
|
+
readonly status?: PatchOperationStatus;
|
1275
|
+
}
|
1276
|
+
|
1277
|
+
// @public
|
1278
|
+
export interface MachineExtension extends TrackedResource {
|
1279
|
+
properties?: MachineExtensionProperties;
|
1280
|
+
}
|
1281
|
+
|
1282
|
+
// @public
|
1283
|
+
export interface MachineExtensionInstanceView {
|
1284
|
+
name?: string;
|
1285
|
+
status?: MachineExtensionInstanceViewStatus;
|
1286
|
+
type?: string;
|
1287
|
+
typeHandlerVersion?: string;
|
1288
|
+
}
|
1289
|
+
|
1290
|
+
// @public
|
1291
|
+
export interface MachineExtensionInstanceViewStatus {
|
1292
|
+
code?: string;
|
1293
|
+
displayStatus?: string;
|
1294
|
+
level?: StatusLevelTypes;
|
1295
|
+
message?: string;
|
1296
|
+
time?: Date;
|
1297
|
+
}
|
1298
|
+
|
1299
|
+
// @public
|
1300
|
+
export interface MachineExtensionProperties {
|
1301
|
+
autoUpgradeMinorVersion?: boolean;
|
1302
|
+
enableAutomaticUpgrade?: boolean;
|
1303
|
+
forceUpdateTag?: string;
|
1304
|
+
instanceView?: MachineExtensionInstanceView;
|
1305
|
+
protectedSettings?: {
|
1306
|
+
[propertyName: string]: any;
|
1307
|
+
};
|
1308
|
+
readonly provisioningState?: string;
|
1309
|
+
publisher?: string;
|
1310
|
+
settings?: {
|
1311
|
+
[propertyName: string]: any;
|
1312
|
+
};
|
1313
|
+
type?: string;
|
1314
|
+
typeHandlerVersion?: string;
|
1315
|
+
}
|
1316
|
+
|
1317
|
+
// @public
|
1318
|
+
export interface MachineExtensions {
|
1319
|
+
beginCreateOrUpdate(resourceGroupName: string, machineName: string, extensionName: string, extensionParameters: MachineExtension, options?: MachineExtensionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MachineExtensionsCreateOrUpdateResponse>, MachineExtensionsCreateOrUpdateResponse>>;
|
1320
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, machineName: string, extensionName: string, extensionParameters: MachineExtension, options?: MachineExtensionsCreateOrUpdateOptionalParams): Promise<MachineExtensionsCreateOrUpdateResponse>;
|
1321
|
+
beginDelete(resourceGroupName: string, machineName: string, extensionName: string, options?: MachineExtensionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
1322
|
+
beginDeleteAndWait(resourceGroupName: string, machineName: string, extensionName: string, options?: MachineExtensionsDeleteOptionalParams): Promise<void>;
|
1323
|
+
beginUpdate(resourceGroupName: string, machineName: string, extensionName: string, extensionParameters: MachineExtensionUpdate, options?: MachineExtensionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MachineExtensionsUpdateResponse>, MachineExtensionsUpdateResponse>>;
|
1324
|
+
beginUpdateAndWait(resourceGroupName: string, machineName: string, extensionName: string, extensionParameters: MachineExtensionUpdate, options?: MachineExtensionsUpdateOptionalParams): Promise<MachineExtensionsUpdateResponse>;
|
1325
|
+
get(resourceGroupName: string, machineName: string, extensionName: string, options?: MachineExtensionsGetOptionalParams): Promise<MachineExtensionsGetResponse>;
|
1326
|
+
list(resourceGroupName: string, machineName: string, options?: MachineExtensionsListOptionalParams): PagedAsyncIterableIterator<MachineExtension>;
|
1327
|
+
}
|
1328
|
+
|
1329
|
+
// @public
|
1330
|
+
export interface MachineExtensionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
1331
|
+
resumeFrom?: string;
|
1332
|
+
updateIntervalInMs?: number;
|
1333
|
+
}
|
1334
|
+
|
1335
|
+
// @public
|
1336
|
+
export type MachineExtensionsCreateOrUpdateResponse = MachineExtension;
|
1337
|
+
|
1338
|
+
// @public
|
1339
|
+
export interface MachineExtensionsDeleteHeaders {
|
1340
|
+
azureAsyncOperation?: string;
|
1341
|
+
location?: string;
|
1342
|
+
retryAfter?: number;
|
1343
|
+
}
|
1344
|
+
|
1345
|
+
// @public
|
1346
|
+
export interface MachineExtensionsDeleteOptionalParams extends coreClient.OperationOptions {
|
1347
|
+
resumeFrom?: string;
|
1348
|
+
updateIntervalInMs?: number;
|
1349
|
+
}
|
1350
|
+
|
1351
|
+
// @public
|
1352
|
+
export interface MachineExtensionsGetOptionalParams extends coreClient.OperationOptions {
|
1353
|
+
}
|
1354
|
+
|
1355
|
+
// @public
|
1356
|
+
export type MachineExtensionsGetResponse = MachineExtension;
|
1357
|
+
|
1358
|
+
// @public
|
1359
|
+
export interface MachineExtensionsListNextOptionalParams extends coreClient.OperationOptions {
|
1360
|
+
}
|
1361
|
+
|
1362
|
+
// @public
|
1363
|
+
export type MachineExtensionsListNextResponse = MachineExtensionsListResult;
|
1364
|
+
|
1365
|
+
// @public
|
1366
|
+
export interface MachineExtensionsListOptionalParams extends coreClient.OperationOptions {
|
1367
|
+
expand?: string;
|
1368
|
+
}
|
1369
|
+
|
1370
|
+
// @public
|
1371
|
+
export type MachineExtensionsListResponse = MachineExtensionsListResult;
|
1372
|
+
|
1373
|
+
// @public
|
1374
|
+
export interface MachineExtensionsListResult {
|
1375
|
+
nextLink?: string;
|
1376
|
+
value?: MachineExtension[];
|
1377
|
+
}
|
1378
|
+
|
1379
|
+
// @public
|
1380
|
+
export interface MachineExtensionsUpdateHeaders {
|
1381
|
+
azureAsyncOperation?: string;
|
1382
|
+
location?: string;
|
1383
|
+
retryAfter?: number;
|
1384
|
+
}
|
1385
|
+
|
1386
|
+
// @public
|
1387
|
+
export interface MachineExtensionsUpdateOptionalParams extends coreClient.OperationOptions {
|
1388
|
+
resumeFrom?: string;
|
1389
|
+
updateIntervalInMs?: number;
|
1390
|
+
}
|
1391
|
+
|
1392
|
+
// @public
|
1393
|
+
export type MachineExtensionsUpdateResponse = MachineExtension;
|
1394
|
+
|
1395
|
+
// @public
|
1396
|
+
export interface MachineExtensionUpdate extends ResourceUpdate {
|
1397
|
+
autoUpgradeMinorVersion?: boolean;
|
1398
|
+
enableAutomaticUpgrade?: boolean;
|
1399
|
+
forceUpdateTag?: string;
|
1400
|
+
protectedSettings?: {
|
1401
|
+
[propertyName: string]: any;
|
1402
|
+
};
|
1403
|
+
publisher?: string;
|
1404
|
+
settings?: {
|
1405
|
+
[propertyName: string]: any;
|
1406
|
+
};
|
1407
|
+
type?: string;
|
1408
|
+
typeHandlerVersion?: string;
|
1409
|
+
}
|
1410
|
+
|
1411
|
+
// @public
|
1412
|
+
export interface MachineExtensionUpgrade {
|
1413
|
+
extensionTargets?: {
|
1414
|
+
[propertyName: string]: ExtensionTargetProperties;
|
1415
|
+
};
|
1416
|
+
}
|
1417
|
+
|
1418
|
+
// @public
|
1419
|
+
export interface MachineInstallPatchesParameters {
|
1420
|
+
linuxParameters?: LinuxParameters;
|
1421
|
+
maximumDuration: string;
|
1422
|
+
rebootSetting: VMGuestPatchRebootSetting;
|
1423
|
+
windowsParameters?: WindowsParameters;
|
1424
|
+
}
|
1425
|
+
|
1426
|
+
// @public
|
1427
|
+
export interface MachineInstallPatchesResult {
|
1428
|
+
readonly errorDetails?: ErrorDetail;
|
1429
|
+
readonly excludedPatchCount?: number;
|
1430
|
+
readonly failedPatchCount?: number;
|
1431
|
+
readonly installationActivityId?: string;
|
1432
|
+
readonly installedPatchCount?: number;
|
1433
|
+
readonly lastModifiedDateTime?: Date;
|
1434
|
+
readonly maintenanceWindowExceeded?: boolean;
|
1435
|
+
readonly notSelectedPatchCount?: number;
|
1436
|
+
readonly osType?: OsType;
|
1437
|
+
readonly patchServiceUsed?: PatchServiceUsed;
|
1438
|
+
readonly pendingPatchCount?: number;
|
1439
|
+
readonly rebootStatus?: VMGuestPatchRebootStatus;
|
1440
|
+
readonly startDateTime?: Date;
|
1441
|
+
readonly startedBy?: PatchOperationStartedBy;
|
1442
|
+
readonly status?: PatchOperationStatus;
|
1443
|
+
}
|
1444
|
+
|
1445
|
+
// @public
|
1446
|
+
export interface MachineListResult {
|
1447
|
+
nextLink?: string;
|
1448
|
+
value: Machine[];
|
1449
|
+
}
|
1450
|
+
|
1451
|
+
// @public
|
1452
|
+
export interface MachineRunCommand extends TrackedResource {
|
1453
|
+
asyncExecution?: boolean;
|
1454
|
+
errorBlobManagedIdentity?: RunCommandManagedIdentity;
|
1455
|
+
errorBlobUri?: string;
|
1456
|
+
readonly instanceView?: MachineRunCommandInstanceView;
|
1457
|
+
outputBlobManagedIdentity?: RunCommandManagedIdentity;
|
1458
|
+
outputBlobUri?: string;
|
1459
|
+
parameters?: RunCommandInputParameter[];
|
1460
|
+
protectedParameters?: RunCommandInputParameter[];
|
1461
|
+
readonly provisioningState?: string;
|
1462
|
+
runAsPassword?: string;
|
1463
|
+
runAsUser?: string;
|
1464
|
+
source?: MachineRunCommandScriptSource;
|
1465
|
+
timeoutInSeconds?: number;
|
1466
|
+
}
|
1467
|
+
|
1468
|
+
// @public
|
1469
|
+
export interface MachineRunCommandInstanceView {
|
1470
|
+
endTime?: Date;
|
1471
|
+
error?: string;
|
1472
|
+
executionMessage?: string;
|
1473
|
+
executionState?: ExecutionState;
|
1474
|
+
exitCode?: number;
|
1475
|
+
output?: string;
|
1476
|
+
startTime?: Date;
|
1477
|
+
statuses?: ExtensionsResourceStatus[];
|
1478
|
+
}
|
1479
|
+
|
1480
|
+
// @public
|
1481
|
+
export interface MachineRunCommands {
|
1482
|
+
beginCreateOrUpdate(resourceGroupName: string, machineName: string, runCommandName: string, runCommandProperties: MachineRunCommand, options?: MachineRunCommandsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MachineRunCommandsCreateOrUpdateResponse>, MachineRunCommandsCreateOrUpdateResponse>>;
|
1483
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, machineName: string, runCommandName: string, runCommandProperties: MachineRunCommand, options?: MachineRunCommandsCreateOrUpdateOptionalParams): Promise<MachineRunCommandsCreateOrUpdateResponse>;
|
1484
|
+
beginDelete(resourceGroupName: string, machineName: string, runCommandName: string, options?: MachineRunCommandsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<MachineRunCommandsDeleteResponse>, MachineRunCommandsDeleteResponse>>;
|
1485
|
+
beginDeleteAndWait(resourceGroupName: string, machineName: string, runCommandName: string, options?: MachineRunCommandsDeleteOptionalParams): Promise<MachineRunCommandsDeleteResponse>;
|
1486
|
+
get(resourceGroupName: string, machineName: string, runCommandName: string, options?: MachineRunCommandsGetOptionalParams): Promise<MachineRunCommandsGetResponse>;
|
1487
|
+
list(resourceGroupName: string, machineName: string, options?: MachineRunCommandsListOptionalParams): PagedAsyncIterableIterator<MachineRunCommand>;
|
1488
|
+
}
|
1489
|
+
|
1490
|
+
// @public
|
1491
|
+
export interface MachineRunCommandsCreateOrUpdateHeaders {
|
1492
|
+
azureAsyncOperation?: string;
|
1493
|
+
location?: string;
|
1494
|
+
retryAfter?: number;
|
1495
|
+
}
|
1496
|
+
|
1497
|
+
// @public
|
1498
|
+
export interface MachineRunCommandsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
1499
|
+
resumeFrom?: string;
|
1500
|
+
updateIntervalInMs?: number;
|
1501
|
+
}
|
1502
|
+
|
1503
|
+
// @public
|
1504
|
+
export type MachineRunCommandsCreateOrUpdateResponse = MachineRunCommand;
|
1505
|
+
|
1506
|
+
// @public
|
1507
|
+
export interface MachineRunCommandScriptSource {
|
1508
|
+
commandId?: string;
|
1509
|
+
script?: string;
|
1510
|
+
scriptUri?: string;
|
1511
|
+
scriptUriManagedIdentity?: RunCommandManagedIdentity;
|
1512
|
+
}
|
1513
|
+
|
1514
|
+
// @public
|
1515
|
+
export interface MachineRunCommandsDeleteHeaders {
|
1516
|
+
azureAsyncOperation?: string;
|
1517
|
+
location?: string;
|
1518
|
+
retryAfter?: number;
|
1519
|
+
}
|
1520
|
+
|
1521
|
+
// @public
|
1522
|
+
export interface MachineRunCommandsDeleteOptionalParams extends coreClient.OperationOptions {
|
1523
|
+
resumeFrom?: string;
|
1524
|
+
updateIntervalInMs?: number;
|
1525
|
+
}
|
1526
|
+
|
1527
|
+
// @public
|
1528
|
+
export type MachineRunCommandsDeleteResponse = MachineRunCommandsDeleteHeaders;
|
1529
|
+
|
1530
|
+
// @public
|
1531
|
+
export interface MachineRunCommandsGetOptionalParams extends coreClient.OperationOptions {
|
1532
|
+
}
|
1533
|
+
|
1534
|
+
// @public
|
1535
|
+
export type MachineRunCommandsGetResponse = MachineRunCommand;
|
1536
|
+
|
1537
|
+
// @public
|
1538
|
+
export interface MachineRunCommandsListNextOptionalParams extends coreClient.OperationOptions {
|
1539
|
+
}
|
1540
|
+
|
1541
|
+
// @public
|
1542
|
+
export type MachineRunCommandsListNextResponse = MachineRunCommandsListResult;
|
1543
|
+
|
1544
|
+
// @public
|
1545
|
+
export interface MachineRunCommandsListOptionalParams extends coreClient.OperationOptions {
|
1546
|
+
expand?: string;
|
1547
|
+
}
|
1548
|
+
|
1549
|
+
// @public
|
1550
|
+
export type MachineRunCommandsListResponse = MachineRunCommandsListResult;
|
1551
|
+
|
1552
|
+
// @public
|
1553
|
+
export interface MachineRunCommandsListResult {
|
1554
|
+
nextLink?: string;
|
1555
|
+
value?: MachineRunCommand[];
|
1556
|
+
}
|
1557
|
+
|
1558
|
+
// @public
|
1559
|
+
export interface MachineRunCommandUpdate extends ResourceUpdate {
|
1560
|
+
}
|
1561
|
+
|
1562
|
+
// @public
|
1563
|
+
export interface Machines {
|
1564
|
+
beginAssessPatches(resourceGroupName: string, name: string, options?: MachinesAssessPatchesOptionalParams): Promise<SimplePollerLike<OperationState<MachinesAssessPatchesResponse>, MachinesAssessPatchesResponse>>;
|
1565
|
+
beginAssessPatchesAndWait(resourceGroupName: string, name: string, options?: MachinesAssessPatchesOptionalParams): Promise<MachinesAssessPatchesResponse>;
|
1566
|
+
beginDelete(resourceGroupName: string, machineName: string, options?: MachinesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<MachinesDeleteResponse>, MachinesDeleteResponse>>;
|
1567
|
+
beginDeleteAndWait(resourceGroupName: string, machineName: string, options?: MachinesDeleteOptionalParams): Promise<MachinesDeleteResponse>;
|
1568
|
+
beginInstallPatches(resourceGroupName: string, name: string, installPatchesInput: MachineInstallPatchesParameters, options?: MachinesInstallPatchesOptionalParams): Promise<SimplePollerLike<OperationState<MachinesInstallPatchesResponse>, MachinesInstallPatchesResponse>>;
|
1569
|
+
beginInstallPatchesAndWait(resourceGroupName: string, name: string, installPatchesInput: MachineInstallPatchesParameters, options?: MachinesInstallPatchesOptionalParams): Promise<MachinesInstallPatchesResponse>;
|
1570
|
+
get(resourceGroupName: string, machineName: string, options?: MachinesGetOptionalParams): Promise<MachinesGetResponse>;
|
1571
|
+
listByResourceGroup(resourceGroupName: string, options?: MachinesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Machine>;
|
1572
|
+
listBySubscription(options?: MachinesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Machine>;
|
1573
|
+
}
|
1574
|
+
|
1575
|
+
// @public
|
1576
|
+
export interface MachinesAssessPatchesHeaders {
|
1577
|
+
location?: string;
|
1578
|
+
}
|
1579
|
+
|
1580
|
+
// @public
|
1581
|
+
export interface MachinesAssessPatchesOptionalParams extends coreClient.OperationOptions {
|
1582
|
+
resumeFrom?: string;
|
1583
|
+
updateIntervalInMs?: number;
|
1584
|
+
}
|
1585
|
+
|
1586
|
+
// @public
|
1587
|
+
export type MachinesAssessPatchesResponse = MachineAssessPatchesResult;
|
1588
|
+
|
1589
|
+
// @public
|
1590
|
+
export interface MachinesDeleteHeaders {
|
1591
|
+
azureAsyncOperation?: string;
|
1592
|
+
location?: string;
|
1593
|
+
retryAfter?: number;
|
1594
|
+
}
|
1595
|
+
|
1596
|
+
// @public
|
1597
|
+
export interface MachinesDeleteOptionalParams extends coreClient.OperationOptions {
|
1598
|
+
resumeFrom?: string;
|
1599
|
+
updateIntervalInMs?: number;
|
1600
|
+
}
|
1601
|
+
|
1602
|
+
// @public
|
1603
|
+
export type MachinesDeleteResponse = MachinesDeleteHeaders;
|
1604
|
+
|
1605
|
+
// @public
|
1606
|
+
export interface MachinesGetOptionalParams extends coreClient.OperationOptions {
|
1607
|
+
expand?: InstanceViewTypes;
|
1608
|
+
}
|
1609
|
+
|
1610
|
+
// @public
|
1611
|
+
export type MachinesGetResponse = Machine;
|
1612
|
+
|
1613
|
+
// @public
|
1614
|
+
export interface MachinesInstallPatchesHeaders {
|
1615
|
+
location?: string;
|
1616
|
+
}
|
1617
|
+
|
1618
|
+
// @public
|
1619
|
+
export interface MachinesInstallPatchesOptionalParams extends coreClient.OperationOptions {
|
1620
|
+
resumeFrom?: string;
|
1621
|
+
updateIntervalInMs?: number;
|
1622
|
+
}
|
1623
|
+
|
1624
|
+
// @public
|
1625
|
+
export type MachinesInstallPatchesResponse = MachineInstallPatchesResult;
|
1626
|
+
|
1627
|
+
// @public
|
1628
|
+
export interface MachinesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
1629
|
+
}
|
1630
|
+
|
1631
|
+
// @public
|
1632
|
+
export type MachinesListByResourceGroupNextResponse = MachineListResult;
|
1633
|
+
|
1634
|
+
// @public
|
1635
|
+
export interface MachinesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
1636
|
+
expand?: string;
|
1637
|
+
}
|
1638
|
+
|
1639
|
+
// @public
|
1640
|
+
export type MachinesListByResourceGroupResponse = MachineListResult;
|
1641
|
+
|
1642
|
+
// @public
|
1643
|
+
export interface MachinesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
1644
|
+
}
|
1645
|
+
|
1646
|
+
// @public
|
1647
|
+
export type MachinesListBySubscriptionNextResponse = MachineListResult;
|
1648
|
+
|
1649
|
+
// @public
|
1650
|
+
export interface MachinesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
1651
|
+
}
|
1652
|
+
|
1653
|
+
// @public
|
1654
|
+
export type MachinesListBySubscriptionResponse = MachineListResult;
|
1655
|
+
|
1656
|
+
// @public
|
1657
|
+
export interface MachineUpdate extends ResourceUpdate {
|
1658
|
+
agentUpgrade?: AgentUpgrade;
|
1659
|
+
cloudMetadata?: CloudMetadata;
|
1660
|
+
identity?: Identity;
|
1661
|
+
identityKeyStore?: string;
|
1662
|
+
kind?: ArcKindEnum;
|
1663
|
+
locationData?: LocationData;
|
1664
|
+
osProfile?: OSProfile;
|
1665
|
+
parentClusterResourceId?: string;
|
1666
|
+
privateLinkScopeResourceId?: string;
|
1667
|
+
tpmEkCertificate?: string;
|
1668
|
+
}
|
1669
|
+
|
1670
|
+
// @public (undocumented)
|
1671
|
+
export interface NetworkConfiguration extends ProxyResource {
|
1672
|
+
readonly keyProperties?: KeyProperties;
|
1673
|
+
location?: string;
|
1674
|
+
networkConfigurationScopeId?: string;
|
1675
|
+
networkConfigurationScopeResourceId?: string;
|
1676
|
+
readonly tenantId?: string;
|
1677
|
+
}
|
1678
|
+
|
1679
|
+
// @public
|
1680
|
+
export interface NetworkInterface {
|
1681
|
+
id?: string;
|
1682
|
+
ipAddresses?: IpAddress[];
|
1683
|
+
macAddress?: string;
|
1684
|
+
name?: string;
|
1685
|
+
}
|
1686
|
+
|
1687
|
+
// @public
|
1688
|
+
export interface NetworkProfile {
|
1689
|
+
networkInterfaces?: NetworkInterface[];
|
1690
|
+
}
|
1691
|
+
|
1692
|
+
// @public
|
1693
|
+
export interface NetworkProfileGetOptionalParams extends coreClient.OperationOptions {
|
1694
|
+
}
|
1695
|
+
|
1696
|
+
// @public
|
1697
|
+
export type NetworkProfileGetResponse = NetworkProfile;
|
1698
|
+
|
1699
|
+
// @public
|
1700
|
+
export interface NetworkProfileOperations {
|
1701
|
+
get(resourceGroupName: string, machineName: string, options?: NetworkProfileGetOptionalParams): Promise<NetworkProfileGetResponse>;
|
1702
|
+
}
|
1703
|
+
|
1704
|
+
// @public
|
1705
|
+
export interface NetworkSecurityPerimeter {
|
1706
|
+
readonly id?: string;
|
1707
|
+
readonly location?: string;
|
1708
|
+
readonly perimeterGuid?: string;
|
1709
|
+
}
|
1710
|
+
|
1711
|
+
// @public
|
1712
|
+
export interface NetworkSecurityPerimeterConfiguration {
|
1713
|
+
readonly id?: string;
|
1714
|
+
readonly name?: string;
|
1715
|
+
networkSecurityPerimeter?: NetworkSecurityPerimeter;
|
1716
|
+
profile?: NetworkSecurityPerimeterProfile;
|
1717
|
+
readonly provisioningIssues?: ProvisioningIssue[];
|
1718
|
+
readonly provisioningState?: string;
|
1719
|
+
resourceAssociation?: ResourceAssociation;
|
1720
|
+
readonly type?: string;
|
1721
|
+
}
|
1722
|
+
|
1723
|
+
// @public
|
1724
|
+
export interface NetworkSecurityPerimeterConfigurationListResult {
|
1725
|
+
readonly nextLink?: string;
|
1726
|
+
readonly value?: NetworkSecurityPerimeterConfiguration[];
|
1727
|
+
}
|
1728
|
+
|
1729
|
+
// @public
|
1730
|
+
export interface NetworkSecurityPerimeterConfigurationReconcileResult {
|
1731
|
+
location?: string;
|
1732
|
+
}
|
1733
|
+
|
1734
|
+
// @public
|
1735
|
+
export interface NetworkSecurityPerimeterConfigurations {
|
1736
|
+
beginReconcileForPrivateLinkScope(resourceGroupName: string, scopeName: string, perimeterName: string, options?: NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeOptionalParams): Promise<SimplePollerLike<OperationState<NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeResponse>, NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeResponse>>;
|
1737
|
+
beginReconcileForPrivateLinkScopeAndWait(resourceGroupName: string, scopeName: string, perimeterName: string, options?: NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeOptionalParams): Promise<NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeResponse>;
|
1738
|
+
getByPrivateLinkScope(resourceGroupName: string, scopeName: string, perimeterName: string, options?: NetworkSecurityPerimeterConfigurationsGetByPrivateLinkScopeOptionalParams): Promise<NetworkSecurityPerimeterConfigurationsGetByPrivateLinkScopeResponse>;
|
1739
|
+
listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: NetworkSecurityPerimeterConfigurationsListByPrivateLinkScopeOptionalParams): PagedAsyncIterableIterator<NetworkSecurityPerimeterConfiguration>;
|
1740
|
+
}
|
1741
|
+
|
1742
|
+
// @public
|
1743
|
+
export interface NetworkSecurityPerimeterConfigurationsGetByPrivateLinkScopeOptionalParams extends coreClient.OperationOptions {
|
1744
|
+
}
|
1745
|
+
|
1746
|
+
// @public
|
1747
|
+
export type NetworkSecurityPerimeterConfigurationsGetByPrivateLinkScopeResponse = NetworkSecurityPerimeterConfiguration;
|
1748
|
+
|
1749
|
+
// @public
|
1750
|
+
export interface NetworkSecurityPerimeterConfigurationsListByPrivateLinkScopeNextOptionalParams extends coreClient.OperationOptions {
|
1751
|
+
}
|
1752
|
+
|
1753
|
+
// @public
|
1754
|
+
export type NetworkSecurityPerimeterConfigurationsListByPrivateLinkScopeNextResponse = NetworkSecurityPerimeterConfigurationListResult;
|
1755
|
+
|
1756
|
+
// @public
|
1757
|
+
export interface NetworkSecurityPerimeterConfigurationsListByPrivateLinkScopeOptionalParams extends coreClient.OperationOptions {
|
1758
|
+
}
|
1759
|
+
|
1760
|
+
// @public
|
1761
|
+
export type NetworkSecurityPerimeterConfigurationsListByPrivateLinkScopeResponse = NetworkSecurityPerimeterConfigurationListResult;
|
1762
|
+
|
1763
|
+
// @public
|
1764
|
+
export interface NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeHeaders {
|
1765
|
+
azureAsyncOperation?: string;
|
1766
|
+
location?: string;
|
1767
|
+
retryAfter?: number;
|
1768
|
+
}
|
1769
|
+
|
1770
|
+
// @public
|
1771
|
+
export interface NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeOptionalParams extends coreClient.OperationOptions {
|
1772
|
+
resumeFrom?: string;
|
1773
|
+
updateIntervalInMs?: number;
|
1774
|
+
}
|
1775
|
+
|
1776
|
+
// @public
|
1777
|
+
export type NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeResponse = NetworkSecurityPerimeterConfigurationReconcileResult;
|
1778
|
+
|
1779
|
+
// @public
|
1780
|
+
export interface NetworkSecurityPerimeterProfile {
|
1781
|
+
readonly accessRules?: AccessRule[];
|
1782
|
+
readonly accessRulesVersion?: number;
|
1783
|
+
readonly diagnosticSettingsVersion?: number;
|
1784
|
+
readonly enabledLogCategories?: string[];
|
1785
|
+
readonly name?: string;
|
1786
|
+
}
|
1787
|
+
|
1788
|
+
// @public
|
1789
|
+
export interface OperationListResult {
|
1790
|
+
readonly value?: OperationValue[];
|
1791
|
+
}
|
1792
|
+
|
1793
|
+
// @public
|
1794
|
+
export interface Operations {
|
1795
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationValue>;
|
1796
|
+
}
|
1797
|
+
|
1798
|
+
// @public
|
1799
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
1800
|
+
}
|
1801
|
+
|
1802
|
+
// @public
|
1803
|
+
export type OperationsListResponse = OperationListResult;
|
1804
|
+
|
1805
|
+
// @public
|
1806
|
+
export interface OperationValue {
|
1807
|
+
display?: OperationValueDisplay;
|
1808
|
+
readonly isDataAction?: boolean;
|
1809
|
+
readonly name?: string;
|
1810
|
+
readonly origin?: string;
|
1811
|
+
}
|
1812
|
+
|
1813
|
+
// @public
|
1814
|
+
export interface OperationValueDisplay {
|
1815
|
+
readonly description?: string;
|
1816
|
+
readonly operation?: string;
|
1817
|
+
readonly provider?: string;
|
1818
|
+
readonly resource?: string;
|
1819
|
+
}
|
1820
|
+
|
1821
|
+
// @public
|
1822
|
+
export interface OSProfile {
|
1823
|
+
readonly computerName?: string;
|
1824
|
+
linuxConfiguration?: OSProfileLinuxConfiguration;
|
1825
|
+
windowsConfiguration?: OSProfileWindowsConfiguration;
|
1826
|
+
}
|
1827
|
+
|
1828
|
+
// @public
|
1829
|
+
export interface OSProfileLinuxConfiguration {
|
1830
|
+
assessmentMode?: AssessmentModeTypes;
|
1831
|
+
enableHotpatching?: boolean;
|
1832
|
+
patchMode?: PatchModeTypes;
|
1833
|
+
readonly status?: PatchSettingsStatus;
|
1834
|
+
}
|
1835
|
+
|
1836
|
+
// @public
|
1837
|
+
export interface OSProfileWindowsConfiguration {
|
1838
|
+
assessmentMode?: AssessmentModeTypes;
|
1839
|
+
enableHotpatching?: boolean;
|
1840
|
+
patchMode?: PatchModeTypes;
|
1841
|
+
readonly status?: PatchSettingsStatus;
|
1842
|
+
}
|
1843
|
+
|
1844
|
+
// @public
|
1845
|
+
export type OsType = string;
|
1846
|
+
|
1847
|
+
// @public
|
1848
|
+
export type PatchModeTypes = string;
|
1849
|
+
|
1850
|
+
// @public
|
1851
|
+
export type PatchOperationStartedBy = string;
|
1852
|
+
|
1853
|
+
// @public
|
1854
|
+
export type PatchOperationStatus = string;
|
1855
|
+
|
1856
|
+
// @public
|
1857
|
+
export type PatchServiceUsed = string;
|
1858
|
+
|
1859
|
+
// @public
|
1860
|
+
export interface PatchSettingsStatus {
|
1861
|
+
readonly error?: ErrorDetail;
|
1862
|
+
hotpatchEnablementStatus?: HotpatchEnablementStatus;
|
1863
|
+
}
|
1864
|
+
|
1865
|
+
// @public
|
1866
|
+
export interface PrivateEndpointConnection extends ProxyResource {
|
1867
|
+
properties?: PrivateEndpointConnectionProperties;
|
1868
|
+
}
|
1869
|
+
|
1870
|
+
// @public
|
1871
|
+
export interface PrivateEndpointConnectionDataModel {
|
1872
|
+
readonly id?: string;
|
1873
|
+
readonly name?: string;
|
1874
|
+
properties?: PrivateEndpointConnectionProperties;
|
1875
|
+
readonly type?: string;
|
1876
|
+
}
|
1877
|
+
|
1878
|
+
// @public
|
1879
|
+
export interface PrivateEndpointConnectionListResult {
|
1880
|
+
readonly nextLink?: string;
|
1881
|
+
readonly value?: PrivateEndpointConnection[];
|
1882
|
+
}
|
1883
|
+
|
1884
|
+
// @public
|
1885
|
+
export interface PrivateEndpointConnectionProperties {
|
1886
|
+
readonly groupIds?: string[];
|
1887
|
+
privateEndpoint?: PrivateEndpointProperty;
|
1888
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateProperty;
|
1889
|
+
readonly provisioningState?: string;
|
1890
|
+
}
|
1891
|
+
|
1892
|
+
// @public
|
1893
|
+
export interface PrivateEndpointConnections {
|
1894
|
+
beginCreateOrUpdate(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
|
1895
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
|
1896
|
+
beginDelete(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
1897
|
+
beginDeleteAndWait(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
|
1898
|
+
get(resourceGroupName: string, scopeName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
1899
|
+
listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
1900
|
+
}
|
1901
|
+
|
1902
|
+
// @public
|
1903
|
+
export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
1904
|
+
resumeFrom?: string;
|
1905
|
+
updateIntervalInMs?: number;
|
1906
|
+
}
|
1907
|
+
|
1908
|
+
// @public
|
1909
|
+
export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
|
1910
|
+
|
1911
|
+
// @public
|
1912
|
+
export interface PrivateEndpointConnectionsDeleteHeaders {
|
1913
|
+
azureAsyncOperation?: string;
|
1914
|
+
location?: string;
|
1915
|
+
retryAfter?: number;
|
1916
|
+
}
|
1917
|
+
|
1918
|
+
// @public
|
1919
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
1920
|
+
resumeFrom?: string;
|
1921
|
+
updateIntervalInMs?: number;
|
1922
|
+
}
|
1923
|
+
|
1924
|
+
// @public
|
1925
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
1926
|
+
}
|
1927
|
+
|
1928
|
+
// @public
|
1929
|
+
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
1930
|
+
|
1931
|
+
// @public
|
1932
|
+
export interface PrivateEndpointConnectionsListByPrivateLinkScopeNextOptionalParams extends coreClient.OperationOptions {
|
1933
|
+
}
|
1934
|
+
|
1935
|
+
// @public
|
1936
|
+
export type PrivateEndpointConnectionsListByPrivateLinkScopeNextResponse = PrivateEndpointConnectionListResult;
|
1937
|
+
|
1938
|
+
// @public
|
1939
|
+
export interface PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams extends coreClient.OperationOptions {
|
1940
|
+
}
|
1941
|
+
|
1942
|
+
// @public
|
1943
|
+
export type PrivateEndpointConnectionsListByPrivateLinkScopeResponse = PrivateEndpointConnectionListResult;
|
1944
|
+
|
1945
|
+
// @public
|
1946
|
+
export interface PrivateEndpointProperty {
|
1947
|
+
id?: string;
|
1948
|
+
}
|
1949
|
+
|
1950
|
+
// @public
|
1951
|
+
export interface PrivateLinkResource extends ProxyResource {
|
1952
|
+
properties?: PrivateLinkResourceProperties;
|
1953
|
+
}
|
1954
|
+
|
1955
|
+
// @public
|
1956
|
+
export interface PrivateLinkResourceListResult {
|
1957
|
+
readonly nextLink?: string;
|
1958
|
+
readonly value?: PrivateLinkResource[];
|
1959
|
+
}
|
1960
|
+
|
1961
|
+
// @public
|
1962
|
+
export interface PrivateLinkResourceProperties {
|
1963
|
+
readonly groupId?: string;
|
1964
|
+
readonly requiredMembers?: string[];
|
1965
|
+
readonly requiredZoneNames?: string[];
|
1966
|
+
}
|
1967
|
+
|
1968
|
+
// @public
|
1969
|
+
export interface PrivateLinkResources {
|
1970
|
+
get(resourceGroupName: string, scopeName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
|
1971
|
+
listByPrivateLinkScope(resourceGroupName: string, scopeName: string, options?: PrivateLinkResourcesListByPrivateLinkScopeOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
1972
|
+
}
|
1973
|
+
|
1974
|
+
// @public
|
1975
|
+
export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
1976
|
+
}
|
1977
|
+
|
1978
|
+
// @public
|
1979
|
+
export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
|
1980
|
+
|
1981
|
+
// @public
|
1982
|
+
export interface PrivateLinkResourcesListByPrivateLinkScopeNextOptionalParams extends coreClient.OperationOptions {
|
1983
|
+
}
|
1984
|
+
|
1985
|
+
// @public
|
1986
|
+
export type PrivateLinkResourcesListByPrivateLinkScopeNextResponse = PrivateLinkResourceListResult;
|
1987
|
+
|
1988
|
+
// @public
|
1989
|
+
export interface PrivateLinkResourcesListByPrivateLinkScopeOptionalParams extends coreClient.OperationOptions {
|
1990
|
+
}
|
1991
|
+
|
1992
|
+
// @public
|
1993
|
+
export type PrivateLinkResourcesListByPrivateLinkScopeResponse = PrivateLinkResourceListResult;
|
1994
|
+
|
1995
|
+
// @public
|
1996
|
+
export interface PrivateLinkScopes {
|
1997
|
+
beginDelete(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
1998
|
+
beginDeleteAndWait(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesDeleteOptionalParams): Promise<void>;
|
1999
|
+
createOrUpdate(resourceGroupName: string, scopeName: string, parameters: HybridComputePrivateLinkScope, options?: PrivateLinkScopesCreateOrUpdateOptionalParams): Promise<PrivateLinkScopesCreateOrUpdateResponse>;
|
2000
|
+
get(resourceGroupName: string, scopeName: string, options?: PrivateLinkScopesGetOptionalParams): Promise<PrivateLinkScopesGetResponse>;
|
2001
|
+
getValidationDetails(location: string, privateLinkScopeId: string, options?: PrivateLinkScopesGetValidationDetailsOptionalParams): Promise<PrivateLinkScopesGetValidationDetailsResponse>;
|
2002
|
+
getValidationDetailsForMachine(resourceGroupName: string, machineName: string, options?: PrivateLinkScopesGetValidationDetailsForMachineOptionalParams): Promise<PrivateLinkScopesGetValidationDetailsForMachineResponse>;
|
2003
|
+
list(options?: PrivateLinkScopesListOptionalParams): PagedAsyncIterableIterator<HybridComputePrivateLinkScope>;
|
2004
|
+
listByResourceGroup(resourceGroupName: string, options?: PrivateLinkScopesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<HybridComputePrivateLinkScope>;
|
2005
|
+
updateTags(resourceGroupName: string, scopeName: string, privateLinkScopeTags: TagsResource, options?: PrivateLinkScopesUpdateTagsOptionalParams): Promise<PrivateLinkScopesUpdateTagsResponse>;
|
2006
|
+
}
|
2007
|
+
|
2008
|
+
// @public
|
2009
|
+
export interface PrivateLinkScopesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
2010
|
+
}
|
2011
|
+
|
2012
|
+
// @public
|
2013
|
+
export type PrivateLinkScopesCreateOrUpdateResponse = HybridComputePrivateLinkScope;
|
2014
|
+
|
2015
|
+
// @public
|
2016
|
+
export interface PrivateLinkScopesDeleteHeaders {
|
2017
|
+
azureAsyncOperation?: string;
|
2018
|
+
location?: string;
|
2019
|
+
retryAfter?: number;
|
2020
|
+
}
|
2021
|
+
|
2022
|
+
// @public
|
2023
|
+
export interface PrivateLinkScopesDeleteOptionalParams extends coreClient.OperationOptions {
|
2024
|
+
resumeFrom?: string;
|
2025
|
+
updateIntervalInMs?: number;
|
2026
|
+
}
|
2027
|
+
|
2028
|
+
// @public
|
2029
|
+
export interface PrivateLinkScopesGetOptionalParams extends coreClient.OperationOptions {
|
2030
|
+
}
|
2031
|
+
|
2032
|
+
// @public
|
2033
|
+
export type PrivateLinkScopesGetResponse = HybridComputePrivateLinkScope;
|
2034
|
+
|
2035
|
+
// @public
|
2036
|
+
export interface PrivateLinkScopesGetValidationDetailsForMachineOptionalParams extends coreClient.OperationOptions {
|
2037
|
+
}
|
2038
|
+
|
2039
|
+
// @public
|
2040
|
+
export type PrivateLinkScopesGetValidationDetailsForMachineResponse = PrivateLinkScopeValidationDetails;
|
2041
|
+
|
2042
|
+
// @public
|
2043
|
+
export interface PrivateLinkScopesGetValidationDetailsOptionalParams extends coreClient.OperationOptions {
|
2044
|
+
}
|
2045
|
+
|
2046
|
+
// @public
|
2047
|
+
export type PrivateLinkScopesGetValidationDetailsResponse = PrivateLinkScopeValidationDetails;
|
2048
|
+
|
2049
|
+
// @public
|
2050
|
+
export interface PrivateLinkScopesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
2051
|
+
}
|
2052
|
+
|
2053
|
+
// @public
|
2054
|
+
export type PrivateLinkScopesListByResourceGroupNextResponse = HybridComputePrivateLinkScopeListResult;
|
2055
|
+
|
2056
|
+
// @public
|
2057
|
+
export interface PrivateLinkScopesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
2058
|
+
}
|
2059
|
+
|
2060
|
+
// @public
|
2061
|
+
export type PrivateLinkScopesListByResourceGroupResponse = HybridComputePrivateLinkScopeListResult;
|
2062
|
+
|
2063
|
+
// @public
|
2064
|
+
export interface PrivateLinkScopesListNextOptionalParams extends coreClient.OperationOptions {
|
2065
|
+
}
|
2066
|
+
|
2067
|
+
// @public
|
2068
|
+
export type PrivateLinkScopesListNextResponse = HybridComputePrivateLinkScopeListResult;
|
2069
|
+
|
2070
|
+
// @public
|
2071
|
+
export interface PrivateLinkScopesListOptionalParams extends coreClient.OperationOptions {
|
2072
|
+
}
|
2073
|
+
|
2074
|
+
// @public
|
2075
|
+
export type PrivateLinkScopesListResponse = HybridComputePrivateLinkScopeListResult;
|
2076
|
+
|
2077
|
+
// @public
|
2078
|
+
export interface PrivateLinkScopesResource {
|
2079
|
+
readonly id?: string;
|
2080
|
+
location: string;
|
2081
|
+
readonly name?: string;
|
2082
|
+
tags?: {
|
2083
|
+
[propertyName: string]: string;
|
2084
|
+
};
|
2085
|
+
readonly type?: string;
|
2086
|
+
}
|
2087
|
+
|
2088
|
+
// @public
|
2089
|
+
export interface PrivateLinkScopesUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
2090
|
+
}
|
2091
|
+
|
2092
|
+
// @public
|
2093
|
+
export type PrivateLinkScopesUpdateTagsResponse = HybridComputePrivateLinkScope;
|
2094
|
+
|
2095
|
+
// @public (undocumented)
|
2096
|
+
export interface PrivateLinkScopeValidationDetails {
|
2097
|
+
connectionDetails?: ConnectionDetail[];
|
2098
|
+
readonly id?: string;
|
2099
|
+
publicNetworkAccess?: PublicNetworkAccessType;
|
2100
|
+
}
|
2101
|
+
|
2102
|
+
// @public
|
2103
|
+
export interface PrivateLinkServiceConnectionStateProperty {
|
2104
|
+
readonly actionsRequired?: string;
|
2105
|
+
description: string;
|
2106
|
+
status: string;
|
2107
|
+
}
|
2108
|
+
|
2109
|
+
// @public
|
2110
|
+
export interface Processor {
|
2111
|
+
readonly name?: string;
|
2112
|
+
readonly numberOfCores?: number;
|
2113
|
+
}
|
2114
|
+
|
2115
|
+
// @public
|
2116
|
+
export interface ProductFeature {
|
2117
|
+
readonly billingEndDate?: Date;
|
2118
|
+
readonly billingStartDate?: Date;
|
2119
|
+
readonly disenrollmentDate?: Date;
|
2120
|
+
readonly enrollmentDate?: Date;
|
2121
|
+
readonly error?: ErrorDetail;
|
2122
|
+
name?: string;
|
2123
|
+
subscriptionStatus?: LicenseProfileSubscriptionStatus;
|
2124
|
+
}
|
2125
|
+
|
2126
|
+
// @public
|
2127
|
+
export interface ProductFeatureUpdate {
|
2128
|
+
name?: string;
|
2129
|
+
subscriptionStatus?: LicenseProfileSubscriptionStatusUpdate;
|
2130
|
+
}
|
2131
|
+
|
2132
|
+
// @public
|
2133
|
+
export type ProgramYear = string;
|
2134
|
+
|
2135
|
+
// @public
|
2136
|
+
export interface ProvisioningIssue {
|
2137
|
+
readonly description?: string;
|
2138
|
+
readonly issueType?: ProvisioningIssueType;
|
2139
|
+
readonly name?: string;
|
2140
|
+
readonly severity?: ProvisioningIssueSeverity;
|
2141
|
+
readonly suggestedAccessRules?: AccessRule[];
|
2142
|
+
readonly suggestedResourceIds?: string[];
|
2143
|
+
}
|
2144
|
+
|
2145
|
+
// @public
|
2146
|
+
export type ProvisioningIssueSeverity = string;
|
2147
|
+
|
2148
|
+
// @public
|
2149
|
+
export type ProvisioningIssueType = string;
|
2150
|
+
|
2151
|
+
// @public
|
2152
|
+
export type ProvisioningState = string;
|
2153
|
+
|
2154
|
+
// @public
|
2155
|
+
export interface ProxyResource extends Resource {
|
2156
|
+
}
|
2157
|
+
|
2158
|
+
// @public
|
2159
|
+
export interface ProxyResourceAutoGenerated extends ResourceAutoGenerated {
|
2160
|
+
}
|
2161
|
+
|
2162
|
+
// @public
|
2163
|
+
export type PublicNetworkAccessType = string;
|
2164
|
+
|
2165
|
+
// @public
|
2166
|
+
export interface Resource {
|
2167
|
+
readonly id?: string;
|
2168
|
+
readonly name?: string;
|
2169
|
+
readonly systemData?: SystemData;
|
2170
|
+
readonly type?: string;
|
2171
|
+
}
|
2172
|
+
|
2173
|
+
// @public
|
2174
|
+
export interface ResourceAssociation {
|
2175
|
+
readonly accessMode?: AccessMode;
|
2176
|
+
readonly name?: string;
|
2177
|
+
}
|
2178
|
+
|
2179
|
+
// @public
|
2180
|
+
export interface ResourceAutoGenerated {
|
2181
|
+
readonly id?: string;
|
2182
|
+
readonly name?: string;
|
2183
|
+
readonly systemData?: SystemData;
|
2184
|
+
readonly type?: string;
|
2185
|
+
}
|
2186
|
+
|
2187
|
+
// @public
|
2188
|
+
export interface ResourceUpdate {
|
2189
|
+
tags?: {
|
2190
|
+
[propertyName: string]: string;
|
2191
|
+
};
|
2192
|
+
}
|
2193
|
+
|
2194
|
+
// @public
|
2195
|
+
export interface RunCommandInputParameter {
|
2196
|
+
name: string;
|
2197
|
+
value: string;
|
2198
|
+
}
|
2199
|
+
|
2200
|
+
// @public
|
2201
|
+
export interface RunCommandManagedIdentity {
|
2202
|
+
clientId?: string;
|
2203
|
+
objectId?: string;
|
2204
|
+
}
|
2205
|
+
|
2206
|
+
// @public
|
2207
|
+
export interface ServiceStatus {
|
2208
|
+
startupType?: string;
|
2209
|
+
status?: string;
|
2210
|
+
}
|
2211
|
+
|
2212
|
+
// @public
|
2213
|
+
export interface ServiceStatuses {
|
2214
|
+
extensionService?: ServiceStatus;
|
2215
|
+
guestConfigurationService?: ServiceStatus;
|
2216
|
+
}
|
2217
|
+
|
2218
|
+
// @public (undocumented)
|
2219
|
+
export interface Settings extends ProxyResource {
|
2220
|
+
gatewayResourceId?: string;
|
2221
|
+
readonly tenantId?: string;
|
2222
|
+
}
|
2223
|
+
|
2224
|
+
// @public
|
2225
|
+
export interface SettingsGetOptionalParams extends coreClient.OperationOptions {
|
2226
|
+
}
|
2227
|
+
|
2228
|
+
// @public
|
2229
|
+
export type SettingsGetResponse = Settings;
|
2230
|
+
|
2231
|
+
// @public
|
2232
|
+
export interface SettingsOperations {
|
2233
|
+
get(resourceGroupName: string, baseProvider: string, baseResourceType: string, baseResourceName: string, settingsResourceName: string, options?: SettingsGetOptionalParams): Promise<SettingsGetResponse>;
|
2234
|
+
patch(resourceGroupName: string, baseProvider: string, baseResourceType: string, baseResourceName: string, settingsResourceName: string, parameters: Settings, options?: SettingsPatchOptionalParams): Promise<SettingsPatchResponse>;
|
2235
|
+
update(resourceGroupName: string, baseProvider: string, baseResourceType: string, baseResourceName: string, settingsResourceName: string, parameters: Settings, options?: SettingsUpdateOptionalParams): Promise<SettingsUpdateResponse>;
|
2236
|
+
}
|
2237
|
+
|
2238
|
+
// @public
|
2239
|
+
export interface SettingsPatchOptionalParams extends coreClient.OperationOptions {
|
2240
|
+
}
|
2241
|
+
|
2242
|
+
// @public
|
2243
|
+
export type SettingsPatchResponse = Settings;
|
2244
|
+
|
2245
|
+
// @public
|
2246
|
+
export interface SettingsUpdateOptionalParams extends coreClient.OperationOptions {
|
2247
|
+
}
|
2248
|
+
|
2249
|
+
// @public
|
2250
|
+
export type SettingsUpdateResponse = Settings;
|
2251
|
+
|
2252
|
+
// @public (undocumented)
|
2253
|
+
export interface SetupExtensionRequest {
|
2254
|
+
extensions?: MachineExtensionProperties[];
|
2255
|
+
}
|
2256
|
+
|
2257
|
+
// @public
|
2258
|
+
export interface SetupExtensionsOptionalParams extends coreClient.OperationOptions {
|
2259
|
+
resumeFrom?: string;
|
2260
|
+
updateIntervalInMs?: number;
|
2261
|
+
}
|
2262
|
+
|
2263
|
+
// @public
|
2264
|
+
export type SetupExtensionsResponse = SetupExtensionRequest;
|
2265
|
+
|
2266
|
+
// @public
|
2267
|
+
export type StatusLevelTypes = string;
|
2268
|
+
|
2269
|
+
// @public
|
2270
|
+
export type StatusTypes = string;
|
2271
|
+
|
2272
|
+
// @public
|
2273
|
+
export interface StorageProfile {
|
2274
|
+
disks?: Disk[];
|
2275
|
+
}
|
2276
|
+
|
2277
|
+
// @public
|
2278
|
+
export interface Subnet {
|
2279
|
+
addressPrefix?: string;
|
2280
|
+
}
|
2281
|
+
|
2282
|
+
// @public
|
2283
|
+
export interface SystemData {
|
2284
|
+
createdAt?: Date;
|
2285
|
+
createdBy?: string;
|
2286
|
+
createdByType?: CreatedByType;
|
2287
|
+
lastModifiedAt?: Date;
|
2288
|
+
lastModifiedBy?: string;
|
2289
|
+
lastModifiedByType?: CreatedByType;
|
2290
|
+
}
|
2291
|
+
|
2292
|
+
// @public
|
2293
|
+
export interface TagsResource {
|
2294
|
+
tags?: {
|
2295
|
+
[propertyName: string]: string;
|
2296
|
+
};
|
2297
|
+
}
|
2298
|
+
|
2299
|
+
// @public
|
2300
|
+
export interface TrackedResource extends Resource {
|
2301
|
+
location: string;
|
2302
|
+
tags?: {
|
2303
|
+
[propertyName: string]: string;
|
2304
|
+
};
|
2305
|
+
}
|
2306
|
+
|
2307
|
+
// @public
|
2308
|
+
export interface UpgradeExtensionsOptionalParams extends coreClient.OperationOptions {
|
2309
|
+
resumeFrom?: string;
|
2310
|
+
updateIntervalInMs?: number;
|
2311
|
+
}
|
2312
|
+
|
2313
|
+
// @public
|
2314
|
+
export type VMGuestPatchClassificationLinux = string;
|
2315
|
+
|
2316
|
+
// @public
|
2317
|
+
export type VMGuestPatchClassificationWindows = string;
|
2318
|
+
|
2319
|
+
// @public
|
2320
|
+
export type VMGuestPatchRebootSetting = string;
|
2321
|
+
|
2322
|
+
// @public
|
2323
|
+
export type VMGuestPatchRebootStatus = string;
|
2324
|
+
|
2325
|
+
// @public (undocumented)
|
2326
|
+
export interface VolumeLicenseDetails {
|
2327
|
+
invoiceId?: string;
|
2328
|
+
programYear?: ProgramYear;
|
2329
|
+
}
|
2330
|
+
|
2331
|
+
// @public
|
2332
|
+
export interface WindowsParameters {
|
2333
|
+
classificationsToInclude?: VMGuestPatchClassificationWindows[];
|
2334
|
+
excludeKbsRequiringReboot?: boolean;
|
2335
|
+
kbNumbersToExclude?: string[];
|
2336
|
+
kbNumbersToInclude?: string[];
|
2337
|
+
maxPatchPublishDate?: Date;
|
2338
|
+
patchNameMasksToExclude?: string[];
|
2339
|
+
patchNameMasksToInclude?: string[];
|
2340
|
+
}
|
2341
|
+
|
2342
|
+
// (No @packageDocumentation comment for this package)
|
2343
|
+
|
2344
|
+
```
|