@azure/arm-hybridcompute 4.1.0-alpha.20250205.1 → 4.1.0-alpha.20250207.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/README.md +21 -14
- package/dist/browser/hybridComputeManagementClient.d.ts +50 -0
- package/dist/browser/hybridComputeManagementClient.d.ts.map +1 -0
- package/dist/browser/hybridComputeManagementClient.js +199 -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.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +452 -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/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 +15 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +22 -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 +102 -0
- package/dist/browser/operations/machines.d.ts.map +1 -0
- package/dist/browser/operations/machines.js +489 -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/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 +15 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +22 -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 +64 -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 +50 -0
- package/dist/commonjs/hybridComputeManagementClient.d.ts.map +1 -0
- package/dist/commonjs/hybridComputeManagementClient.js +204 -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 +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +3296 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +443 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +132 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +4476 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +50 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +455 -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/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 +15 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +25 -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 +102 -0
- package/dist/commonjs/operations/machines.d.ts.map +1 -0
- package/dist/commonjs/operations/machines.js +493 -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/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 +15 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +25 -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 +64 -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/esm/hybridComputeManagementClient.d.ts +50 -0
- package/dist/esm/hybridComputeManagementClient.d.ts.map +1 -0
- package/dist/esm/hybridComputeManagementClient.js +199 -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 +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +3296 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +440 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +132 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +4471 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +50 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +452 -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/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 +15 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +22 -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 +102 -0
- package/dist/esm/operations/machines.d.ts.map +1 -0
- package/dist/esm/operations/machines.js +489 -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/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 +15 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +22 -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 +64 -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 +50 -0
- package/dist/react-native/hybridComputeManagementClient.d.ts.map +1 -0
- package/dist/react-native/hybridComputeManagementClient.js +199 -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 +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +3296 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +440 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +132 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +4471 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +50 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +452 -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/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 +15 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +22 -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 +102 -0
- package/dist/react-native/operations/machines.d.ts.map +1 -0
- package/dist/react-native/operations/machines.js +489 -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/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 +15 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +22 -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 +64 -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 +82 -54
- package/dist/index.js +0 -10360
- 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 -38
- 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 -53
- 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 -34
- 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 -36
- 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 -36
- 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 -51
- 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 -50
- 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 -30
- 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 -37
- 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 -36
- 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 -36
- 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 -52
- 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 -36
- 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 -40
- 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 -36
- 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 -36
- 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 -51
- 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 -50
- 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 -37
- 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 -38
- 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 -41
- 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 -37
- 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 -37
- 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 -52
- 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 -39
- 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 -44
- 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 -37
- 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 -37
- 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 -52
- 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 -36
- 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 -36
- 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 -49
- 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 -37
- 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 -51
- 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 -50
- 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 -36
- 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 -37
- 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 -52
- 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 -37
- 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 -50
- 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 -38
- 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 -37
- 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 -37
- 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 -52
- 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 -37
- 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 -52
- 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 -52
- 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 -36
- 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 -36
- 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 -36
- 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 -36
- 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 -51
- 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 -50
- 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 -32
- 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 -39
- 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 -35
- 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 -35
- 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 -35
- 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.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.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/src/hybridComputeManagementClient.ts +0 -328
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -38
- 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/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +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
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1,3296 @@
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
2
|
+
/** Describes the properties of a License. */
|
3
|
+
export interface LicenseDetails {
|
4
|
+
/** Describes the state of the license. */
|
5
|
+
state?: LicenseState;
|
6
|
+
/** Describes the license target server. */
|
7
|
+
target?: LicenseTarget;
|
8
|
+
/** Describes the edition of the license. The values are either Standard or Datacenter. */
|
9
|
+
edition?: LicenseEdition;
|
10
|
+
/** Describes the license core type (pCore or vCore). */
|
11
|
+
type?: LicenseCoreType;
|
12
|
+
/** Describes the number of processors. */
|
13
|
+
processors?: number;
|
14
|
+
/**
|
15
|
+
* Describes the number of assigned licenses.
|
16
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
17
|
+
*/
|
18
|
+
readonly assignedLicenses?: number;
|
19
|
+
/**
|
20
|
+
* Describes the immutable id.
|
21
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
22
|
+
*/
|
23
|
+
readonly immutableId?: string;
|
24
|
+
/** A list of volume license details. */
|
25
|
+
volumeLicenseDetails?: VolumeLicenseDetails[];
|
26
|
+
}
|
27
|
+
export interface VolumeLicenseDetails {
|
28
|
+
/** Describes the program year the volume license is for. */
|
29
|
+
programYear?: ProgramYear;
|
30
|
+
/** The invoice id for the volume license. */
|
31
|
+
invoiceId?: string;
|
32
|
+
}
|
33
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
34
|
+
export interface Resource {
|
35
|
+
/**
|
36
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
37
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
38
|
+
*/
|
39
|
+
readonly id?: string;
|
40
|
+
/**
|
41
|
+
* The name of the resource
|
42
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
43
|
+
*/
|
44
|
+
readonly name?: string;
|
45
|
+
/**
|
46
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
47
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
48
|
+
*/
|
49
|
+
readonly type?: string;
|
50
|
+
/**
|
51
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
52
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
53
|
+
*/
|
54
|
+
readonly systemData?: SystemData;
|
55
|
+
}
|
56
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
57
|
+
export interface SystemData {
|
58
|
+
/** The identity that created the resource. */
|
59
|
+
createdBy?: string;
|
60
|
+
/** The type of identity that created the resource. */
|
61
|
+
createdByType?: CreatedByType;
|
62
|
+
/** The timestamp of resource creation (UTC). */
|
63
|
+
createdAt?: Date;
|
64
|
+
/** The identity that last modified the resource. */
|
65
|
+
lastModifiedBy?: string;
|
66
|
+
/** The type of identity that last modified the resource. */
|
67
|
+
lastModifiedByType?: CreatedByType;
|
68
|
+
/** The timestamp of resource last modification (UTC) */
|
69
|
+
lastModifiedAt?: Date;
|
70
|
+
}
|
71
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
72
|
+
export interface ErrorResponse {
|
73
|
+
/** The error object. */
|
74
|
+
error?: ErrorDetail;
|
75
|
+
}
|
76
|
+
/** The error detail. */
|
77
|
+
export interface ErrorDetail {
|
78
|
+
/**
|
79
|
+
* The error code.
|
80
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
81
|
+
*/
|
82
|
+
readonly code?: string;
|
83
|
+
/**
|
84
|
+
* The error message.
|
85
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
86
|
+
*/
|
87
|
+
readonly message?: string;
|
88
|
+
/**
|
89
|
+
* The error target.
|
90
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
91
|
+
*/
|
92
|
+
readonly target?: string;
|
93
|
+
/**
|
94
|
+
* The error details.
|
95
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
96
|
+
*/
|
97
|
+
readonly details?: ErrorDetail[];
|
98
|
+
/**
|
99
|
+
* The error additional info.
|
100
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
101
|
+
*/
|
102
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
103
|
+
}
|
104
|
+
/** The resource management error additional info. */
|
105
|
+
export interface ErrorAdditionalInfo {
|
106
|
+
/**
|
107
|
+
* The additional info type.
|
108
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
109
|
+
*/
|
110
|
+
readonly type?: string;
|
111
|
+
/**
|
112
|
+
* The additional info.
|
113
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
114
|
+
*/
|
115
|
+
readonly info?: Record<string, unknown>;
|
116
|
+
}
|
117
|
+
/** The Update Resource model definition. */
|
118
|
+
export interface ResourceUpdate {
|
119
|
+
/** Resource tags */
|
120
|
+
tags?: {
|
121
|
+
[propertyName: string]: string;
|
122
|
+
};
|
123
|
+
}
|
124
|
+
/** The List license operation response. */
|
125
|
+
export interface LicensesListResult {
|
126
|
+
/** The list of licenses. */
|
127
|
+
value: License[];
|
128
|
+
/** The URI to fetch the next page of Machines. Call ListNext() with this URI to fetch the next page of license profile. */
|
129
|
+
nextLink?: string;
|
130
|
+
}
|
131
|
+
/** Metadata pertaining to the geographic location of the resource. */
|
132
|
+
export interface LocationData {
|
133
|
+
/** A canonical name for the geographic or physical location. */
|
134
|
+
name: string;
|
135
|
+
/** The city or locality where the resource is located. */
|
136
|
+
city?: string;
|
137
|
+
/** The district, state, or province where the resource is located. */
|
138
|
+
district?: string;
|
139
|
+
/** The country or region where the resource is located */
|
140
|
+
countryOrRegion?: string;
|
141
|
+
}
|
142
|
+
/** Configurable properties that the user can set locally via the azcmagent config command, or remotely via ARM. */
|
143
|
+
export interface AgentConfiguration {
|
144
|
+
/**
|
145
|
+
* Specifies the URL of the proxy to be used.
|
146
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
147
|
+
*/
|
148
|
+
readonly proxyUrl?: string;
|
149
|
+
/**
|
150
|
+
* Specifies the list of ports that the agent will be able to listen on.
|
151
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
152
|
+
*/
|
153
|
+
readonly incomingConnectionsPorts?: string[];
|
154
|
+
/**
|
155
|
+
* Array of extensions that are allowed to be installed or updated.
|
156
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
157
|
+
*/
|
158
|
+
readonly extensionsAllowList?: ConfigurationExtension[];
|
159
|
+
/**
|
160
|
+
* Array of extensions that are blocked (cannot be installed or updated)
|
161
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
162
|
+
*/
|
163
|
+
readonly extensionsBlockList?: ConfigurationExtension[];
|
164
|
+
/**
|
165
|
+
* List of service names which should not use the specified proxy server.
|
166
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
167
|
+
*/
|
168
|
+
readonly proxyBypass?: string[];
|
169
|
+
/**
|
170
|
+
* Specifies whether the extension service is enabled or disabled.
|
171
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
172
|
+
*/
|
173
|
+
readonly extensionsEnabled?: string;
|
174
|
+
/**
|
175
|
+
* Specified whether the guest configuration service is enabled or disabled.
|
176
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
177
|
+
*/
|
178
|
+
readonly guestConfigurationEnabled?: string;
|
179
|
+
/**
|
180
|
+
* Name of configuration mode to use. Modes are pre-defined configurations of security controls, extension allowlists and guest configuration, maintained by Microsoft.
|
181
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
182
|
+
*/
|
183
|
+
readonly configMode?: AgentConfigurationMode;
|
184
|
+
}
|
185
|
+
/** Describes properties that can identify extensions. */
|
186
|
+
export interface ConfigurationExtension {
|
187
|
+
/**
|
188
|
+
* Publisher of the extension.
|
189
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
190
|
+
*/
|
191
|
+
readonly publisher?: string;
|
192
|
+
/**
|
193
|
+
* Type of the extension.
|
194
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
195
|
+
*/
|
196
|
+
readonly type?: string;
|
197
|
+
}
|
198
|
+
/** Reports the state and behavior of dependent services. */
|
199
|
+
export interface ServiceStatuses {
|
200
|
+
/** The state of the extension service on the Arc-enabled machine. */
|
201
|
+
extensionService?: ServiceStatus;
|
202
|
+
/** The state of the guest configuration service on the Arc-enabled machine. */
|
203
|
+
guestConfigurationService?: ServiceStatus;
|
204
|
+
}
|
205
|
+
/** Describes the status and behavior of a service. */
|
206
|
+
export interface ServiceStatus {
|
207
|
+
/** The current status of the service. */
|
208
|
+
status?: string;
|
209
|
+
/** The behavior of the service when the Arc-enabled machine starts up. */
|
210
|
+
startupType?: string;
|
211
|
+
}
|
212
|
+
/** Describes the hardware of the machine */
|
213
|
+
export interface HardwareProfile {
|
214
|
+
/**
|
215
|
+
* The total physical memory on the machine
|
216
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
217
|
+
*/
|
218
|
+
readonly totalPhysicalMemoryInBytes?: number;
|
219
|
+
/**
|
220
|
+
* The total number of CPU sockets available on the machine
|
221
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
222
|
+
*/
|
223
|
+
readonly numberOfCpuSockets?: number;
|
224
|
+
/**
|
225
|
+
* The physical processors of the machine.
|
226
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
227
|
+
*/
|
228
|
+
readonly processors?: Processor[];
|
229
|
+
}
|
230
|
+
/** Describes the firmware of the machine */
|
231
|
+
export interface Processor {
|
232
|
+
/**
|
233
|
+
* The name of the processor.
|
234
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
235
|
+
*/
|
236
|
+
readonly name?: string;
|
237
|
+
/**
|
238
|
+
* The total number of physical cores on the processor.
|
239
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
240
|
+
*/
|
241
|
+
readonly numberOfCores?: number;
|
242
|
+
}
|
243
|
+
/** Describes the storage configuration of the machine */
|
244
|
+
export interface StorageProfile {
|
245
|
+
/** The disks on the machine. */
|
246
|
+
disks?: Disk[];
|
247
|
+
}
|
248
|
+
/** Describes a disk on the machine */
|
249
|
+
export interface Disk {
|
250
|
+
/** The path of the disk. */
|
251
|
+
path?: string;
|
252
|
+
/** The type of the disk. */
|
253
|
+
diskType?: string;
|
254
|
+
/** The generated ID of the disk. */
|
255
|
+
generatedId?: string;
|
256
|
+
/** The ID of the disk. */
|
257
|
+
id?: string;
|
258
|
+
/** The name of the disk. */
|
259
|
+
name?: string;
|
260
|
+
/** The size of the disk, in bytes */
|
261
|
+
maxSizeInBytes?: number;
|
262
|
+
/** The amount of space used on the disk, in bytes */
|
263
|
+
usedSpaceInBytes?: number;
|
264
|
+
}
|
265
|
+
/** Describes the firmware of the machine */
|
266
|
+
export interface FirmwareProfile {
|
267
|
+
/**
|
268
|
+
* The serial number of the firmware
|
269
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
270
|
+
*/
|
271
|
+
readonly serialNumber?: string;
|
272
|
+
/**
|
273
|
+
* The type of the firmware
|
274
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
275
|
+
*/
|
276
|
+
readonly type?: string;
|
277
|
+
}
|
278
|
+
/** The metadata of the cloud environment (Azure/GCP/AWS/OCI...). */
|
279
|
+
export interface CloudMetadata {
|
280
|
+
/**
|
281
|
+
* Specifies the cloud provider (Azure/AWS/GCP...).
|
282
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
283
|
+
*/
|
284
|
+
readonly provider?: string;
|
285
|
+
}
|
286
|
+
/** The info w.r.t Agent Upgrade. */
|
287
|
+
export interface AgentUpgrade {
|
288
|
+
/** Specifies the version info w.r.t AgentUpgrade for the machine. */
|
289
|
+
desiredVersion?: string;
|
290
|
+
/** The correlation ID associated with an agent upgrade operation. */
|
291
|
+
correlationId?: string;
|
292
|
+
/** Specifies if the machine's agent should be upgraded */
|
293
|
+
enableAutomaticUpgrade?: boolean;
|
294
|
+
/**
|
295
|
+
* Specifies the version of the last attempt
|
296
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
297
|
+
*/
|
298
|
+
readonly lastAttemptDesiredVersion?: string;
|
299
|
+
/**
|
300
|
+
* Timestamp of last upgrade attempt
|
301
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
302
|
+
*/
|
303
|
+
readonly lastAttemptTimestamp?: Date;
|
304
|
+
/**
|
305
|
+
* Specifies the status of Agent Upgrade.
|
306
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
307
|
+
*/
|
308
|
+
readonly lastAttemptStatus?: LastAttemptStatusEnum;
|
309
|
+
/**
|
310
|
+
* Failure message of last upgrade attempt if any.
|
311
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
312
|
+
*/
|
313
|
+
readonly lastAttemptMessage?: string;
|
314
|
+
}
|
315
|
+
/** Specifies the operating system settings for the hybrid machine. */
|
316
|
+
export interface OSProfile {
|
317
|
+
/**
|
318
|
+
* Specifies the host OS name of the hybrid machine.
|
319
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
320
|
+
*/
|
321
|
+
readonly computerName?: string;
|
322
|
+
/** Specifies the windows configuration for update management. */
|
323
|
+
windowsConfiguration?: OSProfileWindowsConfiguration;
|
324
|
+
/** Specifies the linux configuration for update management. */
|
325
|
+
linuxConfiguration?: OSProfileLinuxConfiguration;
|
326
|
+
}
|
327
|
+
/** Specifies the windows configuration for update management. */
|
328
|
+
export interface OSProfileWindowsConfiguration {
|
329
|
+
/** Specifies the assessment mode. */
|
330
|
+
assessmentMode?: AssessmentModeTypes;
|
331
|
+
/** Specifies the patch mode. */
|
332
|
+
patchMode?: PatchModeTypes;
|
333
|
+
/** Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot. */
|
334
|
+
enableHotpatching?: boolean;
|
335
|
+
/**
|
336
|
+
* Status of the hotpatch capability enrollment or disenrollment.
|
337
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
338
|
+
*/
|
339
|
+
readonly status?: PatchSettingsStatus;
|
340
|
+
}
|
341
|
+
/** Status of the hotpatch capability enrollment or disenrollment. */
|
342
|
+
export interface PatchSettingsStatus {
|
343
|
+
/** Indicates the current status of the hotpatch being enabled or disabled. */
|
344
|
+
hotpatchEnablementStatus?: HotpatchEnablementStatus;
|
345
|
+
/**
|
346
|
+
* The errors that were encountered during the hotpatch capability enrollment or disenrollment.
|
347
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
348
|
+
*/
|
349
|
+
readonly error?: ErrorDetail;
|
350
|
+
}
|
351
|
+
/** Specifies the linux configuration for update management. */
|
352
|
+
export interface OSProfileLinuxConfiguration {
|
353
|
+
/** Specifies the assessment mode. */
|
354
|
+
assessmentMode?: AssessmentModeTypes;
|
355
|
+
/** Specifies the patch mode. */
|
356
|
+
patchMode?: PatchModeTypes;
|
357
|
+
/** Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot. */
|
358
|
+
enableHotpatching?: boolean;
|
359
|
+
/**
|
360
|
+
* Status of the hotpatch capability enrollment or disenrollment.
|
361
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
362
|
+
*/
|
363
|
+
readonly status?: PatchSettingsStatus;
|
364
|
+
}
|
365
|
+
/** License Profile Instance View in Machine Properties. */
|
366
|
+
export interface LicenseProfileMachineInstanceView {
|
367
|
+
/**
|
368
|
+
* Indicates the license status of the OS.
|
369
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
370
|
+
*/
|
371
|
+
readonly licenseStatus?: LicenseStatus;
|
372
|
+
/**
|
373
|
+
* Indicates the license channel.
|
374
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
375
|
+
*/
|
376
|
+
readonly licenseChannel?: string;
|
377
|
+
/** Properties for the Machine ESU profile. */
|
378
|
+
esuProfile?: LicenseProfileMachineInstanceViewEsuProperties;
|
379
|
+
/** Indicates the subscription status of the product. */
|
380
|
+
subscriptionStatus?: LicenseProfileSubscriptionStatus;
|
381
|
+
/** Indicates the product type of the license. */
|
382
|
+
productType?: LicenseProfileProductType;
|
383
|
+
/**
|
384
|
+
* The timestamp in UTC when the user enrolls the feature.
|
385
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
386
|
+
*/
|
387
|
+
readonly enrollmentDate?: Date;
|
388
|
+
/**
|
389
|
+
* The timestamp in UTC when the billing starts.
|
390
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
391
|
+
*/
|
392
|
+
readonly billingStartDate?: Date;
|
393
|
+
/**
|
394
|
+
* The timestamp in UTC when the user disenrolled the feature.
|
395
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
396
|
+
*/
|
397
|
+
readonly disenrollmentDate?: Date;
|
398
|
+
/**
|
399
|
+
* The timestamp in UTC when the billing ends.
|
400
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
401
|
+
*/
|
402
|
+
readonly billingEndDate?: Date;
|
403
|
+
/**
|
404
|
+
* The errors that were encountered during the feature enrollment or disenrollment.
|
405
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
406
|
+
*/
|
407
|
+
readonly error?: ErrorDetail;
|
408
|
+
/** The list of product features. */
|
409
|
+
productFeatures?: ProductFeature[];
|
410
|
+
/** Specifies if this machine is licensed as part of a Software Assurance agreement. */
|
411
|
+
softwareAssuranceCustomer?: boolean;
|
412
|
+
}
|
413
|
+
/** License profile storage model for ESU properties. */
|
414
|
+
export interface LicenseProfileStorageModelEsuProperties {
|
415
|
+
/**
|
416
|
+
* The guid id of the license.
|
417
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
418
|
+
*/
|
419
|
+
readonly assignedLicenseImmutableId?: string;
|
420
|
+
/**
|
421
|
+
* The list of ESU keys.
|
422
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
423
|
+
*/
|
424
|
+
readonly esuKeys?: EsuKey[];
|
425
|
+
}
|
426
|
+
/** ESU key */
|
427
|
+
export interface EsuKey {
|
428
|
+
/** SKU number. */
|
429
|
+
sku?: string;
|
430
|
+
/** The current status of the license profile key. Represented by the same integer value that is presented on the machine itself when querying the license key status. */
|
431
|
+
licenseStatus?: number;
|
432
|
+
}
|
433
|
+
/** Product Feature */
|
434
|
+
export interface ProductFeature {
|
435
|
+
/** Product feature name. */
|
436
|
+
name?: string;
|
437
|
+
/** Indicates the current status of the product features. */
|
438
|
+
subscriptionStatus?: LicenseProfileSubscriptionStatus;
|
439
|
+
/**
|
440
|
+
* The timestamp in UTC when the user enrolls the feature.
|
441
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
442
|
+
*/
|
443
|
+
readonly enrollmentDate?: Date;
|
444
|
+
/**
|
445
|
+
* The timestamp in UTC when the billing starts.
|
446
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
447
|
+
*/
|
448
|
+
readonly billingStartDate?: Date;
|
449
|
+
/**
|
450
|
+
* The timestamp in UTC when the user disenrolled the feature.
|
451
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
452
|
+
*/
|
453
|
+
readonly disenrollmentDate?: Date;
|
454
|
+
/**
|
455
|
+
* The timestamp in UTC when the billing ends.
|
456
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
457
|
+
*/
|
458
|
+
readonly billingEndDate?: Date;
|
459
|
+
/**
|
460
|
+
* The errors that were encountered during the feature enrollment or disenrollment.
|
461
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
462
|
+
*/
|
463
|
+
readonly error?: ErrorDetail;
|
464
|
+
}
|
465
|
+
/** Describes the Machine Extension Instance View. */
|
466
|
+
export interface MachineExtensionInstanceView {
|
467
|
+
/** The machine extension name. */
|
468
|
+
name?: string;
|
469
|
+
/** Specifies the type of the extension; an example is "CustomScriptExtension". */
|
470
|
+
type?: string;
|
471
|
+
/** Specifies the version of the script handler. */
|
472
|
+
typeHandlerVersion?: string;
|
473
|
+
/** Instance view status. */
|
474
|
+
status?: MachineExtensionInstanceViewStatus;
|
475
|
+
}
|
476
|
+
/** Instance view status. */
|
477
|
+
export interface MachineExtensionInstanceViewStatus {
|
478
|
+
/** The status code. */
|
479
|
+
code?: string;
|
480
|
+
/** The level code. */
|
481
|
+
level?: StatusLevelTypes;
|
482
|
+
/** The short localizable label for the status. */
|
483
|
+
displayStatus?: string;
|
484
|
+
/** The detailed status message, including for alerts and error messages. */
|
485
|
+
message?: string;
|
486
|
+
/** The time of the status. */
|
487
|
+
time?: Date;
|
488
|
+
}
|
489
|
+
/** Describes the network information on this machine. */
|
490
|
+
export interface NetworkProfile {
|
491
|
+
/** The list of network interfaces. */
|
492
|
+
networkInterfaces?: NetworkInterface[];
|
493
|
+
}
|
494
|
+
/** Describes a network interface. */
|
495
|
+
export interface NetworkInterface {
|
496
|
+
/** Represents MAC address of the network interface. */
|
497
|
+
macAddress?: string;
|
498
|
+
/** Represents the ID of the network interface. */
|
499
|
+
id?: string;
|
500
|
+
/** Represents the name of the network interface. */
|
501
|
+
name?: string;
|
502
|
+
/** The list of IP addresses in this interface. */
|
503
|
+
ipAddresses?: IpAddress[];
|
504
|
+
}
|
505
|
+
/** Describes properties of the IP address. */
|
506
|
+
export interface IpAddress {
|
507
|
+
/** Represents the IP Address. */
|
508
|
+
address?: string;
|
509
|
+
/** Represents the Ip Address Version. */
|
510
|
+
ipAddressVersion?: string;
|
511
|
+
/**
|
512
|
+
* The subnet to which this IP address belongs.
|
513
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
514
|
+
*/
|
515
|
+
readonly subnet?: Subnet;
|
516
|
+
}
|
517
|
+
/** Describes the subnet. */
|
518
|
+
export interface Subnet {
|
519
|
+
/** Represents address prefix. */
|
520
|
+
addressPrefix?: string;
|
521
|
+
}
|
522
|
+
/** Describes the properties of a Machine Extension. */
|
523
|
+
export interface MachineExtensionProperties {
|
524
|
+
/** How the extension handler should be forced to update even if the extension configuration has not changed. */
|
525
|
+
forceUpdateTag?: string;
|
526
|
+
/** The name of the extension handler publisher. */
|
527
|
+
publisher?: string;
|
528
|
+
/** Specifies the type of the extension; an example is "CustomScriptExtension". */
|
529
|
+
type?: string;
|
530
|
+
/** Specifies the version of the script handler. */
|
531
|
+
typeHandlerVersion?: string;
|
532
|
+
/** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. */
|
533
|
+
enableAutomaticUpgrade?: boolean;
|
534
|
+
/** Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. */
|
535
|
+
autoUpgradeMinorVersion?: boolean;
|
536
|
+
/** Json formatted public settings for the extension. */
|
537
|
+
settings?: {
|
538
|
+
[propertyName: string]: any;
|
539
|
+
};
|
540
|
+
/** The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. */
|
541
|
+
protectedSettings?: {
|
542
|
+
[propertyName: string]: any;
|
543
|
+
};
|
544
|
+
/**
|
545
|
+
* The provisioning state, which only appears in the response.
|
546
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
547
|
+
*/
|
548
|
+
readonly provisioningState?: string;
|
549
|
+
/** The machine extension instance view. */
|
550
|
+
instanceView?: MachineExtensionInstanceView;
|
551
|
+
}
|
552
|
+
/** Identity for the resource. */
|
553
|
+
export interface Identity {
|
554
|
+
/**
|
555
|
+
* The principal ID of resource identity.
|
556
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
557
|
+
*/
|
558
|
+
readonly principalId?: string;
|
559
|
+
/**
|
560
|
+
* The tenant ID of resource.
|
561
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
562
|
+
*/
|
563
|
+
readonly tenantId?: string;
|
564
|
+
/** The identity type. */
|
565
|
+
type?: "SystemAssigned";
|
566
|
+
}
|
567
|
+
/** Product Feature */
|
568
|
+
export interface ProductFeatureUpdate {
|
569
|
+
/** Product feature name. */
|
570
|
+
name?: string;
|
571
|
+
/** Indicates the new status of the product feature. */
|
572
|
+
subscriptionStatus?: LicenseProfileSubscriptionStatusUpdate;
|
573
|
+
}
|
574
|
+
/** The List hybrid machine license profile operation response. */
|
575
|
+
export interface LicenseProfilesListResult {
|
576
|
+
/** The list of license profiles. */
|
577
|
+
value: LicenseProfile[];
|
578
|
+
/** The URI to fetch the next page of Machines. Call ListNext() with this URI to fetch the next page of license profile. */
|
579
|
+
nextLink?: string;
|
580
|
+
}
|
581
|
+
/** Describes the properties of an AssessPatches result. */
|
582
|
+
export interface MachineAssessPatchesResult {
|
583
|
+
/**
|
584
|
+
* The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or "CompletedWithWarnings."
|
585
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
586
|
+
*/
|
587
|
+
readonly status?: PatchOperationStatus;
|
588
|
+
/**
|
589
|
+
* The activity ID of the operation that produced this result.
|
590
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
591
|
+
*/
|
592
|
+
readonly assessmentActivityId?: string;
|
593
|
+
/**
|
594
|
+
* The overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred.
|
595
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
596
|
+
*/
|
597
|
+
readonly rebootPending?: boolean;
|
598
|
+
/** Summarization of patches available for installation on the machine by classification. */
|
599
|
+
availablePatchCountByClassification?: AvailablePatchCountByClassification;
|
600
|
+
/**
|
601
|
+
* The UTC timestamp when the operation began.
|
602
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
603
|
+
*/
|
604
|
+
readonly startDateTime?: Date;
|
605
|
+
/**
|
606
|
+
* The UTC timestamp when the operation finished.
|
607
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
608
|
+
*/
|
609
|
+
readonly lastModifiedDateTime?: Date;
|
610
|
+
/**
|
611
|
+
* Indicates if operation was triggered by user or by platform.
|
612
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
613
|
+
*/
|
614
|
+
readonly startedBy?: PatchOperationStartedBy;
|
615
|
+
/**
|
616
|
+
* Specifies the patch service used for the operation.
|
617
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
618
|
+
*/
|
619
|
+
readonly patchServiceUsed?: PatchServiceUsed;
|
620
|
+
/**
|
621
|
+
* The operating system type of the machine.
|
622
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
623
|
+
*/
|
624
|
+
readonly osType?: OsType;
|
625
|
+
/**
|
626
|
+
* The errors that were encountered during execution of the operation. The details array contains the list of them.
|
627
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
628
|
+
*/
|
629
|
+
readonly errorDetails?: ErrorDetail;
|
630
|
+
}
|
631
|
+
/** Summarization of patches available for installation on the machine by classification. */
|
632
|
+
export interface AvailablePatchCountByClassification {
|
633
|
+
/**
|
634
|
+
* Number of security patches available for installation.
|
635
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
636
|
+
*/
|
637
|
+
readonly security?: number;
|
638
|
+
/**
|
639
|
+
* Number of critical patches available for installation.
|
640
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
641
|
+
*/
|
642
|
+
readonly critical?: number;
|
643
|
+
/**
|
644
|
+
* Number of definition patches available for installation.
|
645
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
646
|
+
*/
|
647
|
+
readonly definition?: number;
|
648
|
+
/**
|
649
|
+
* Number of update Rollup patches available for installation.
|
650
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
651
|
+
*/
|
652
|
+
readonly updateRollup?: number;
|
653
|
+
/**
|
654
|
+
* Number of feature pack patches available for installation.
|
655
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
656
|
+
*/
|
657
|
+
readonly featurePack?: number;
|
658
|
+
/**
|
659
|
+
* Number of service pack patches available for installation.
|
660
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
661
|
+
*/
|
662
|
+
readonly servicePack?: number;
|
663
|
+
/**
|
664
|
+
* Number of tools patches available for installation.
|
665
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
666
|
+
*/
|
667
|
+
readonly tools?: number;
|
668
|
+
/**
|
669
|
+
* Number of updates category patches available for installation.
|
670
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
671
|
+
*/
|
672
|
+
readonly updates?: number;
|
673
|
+
/**
|
674
|
+
* Number of other patches available for installation.
|
675
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
676
|
+
*/
|
677
|
+
readonly other?: number;
|
678
|
+
}
|
679
|
+
/** Input for InstallPatches as directly received by the API */
|
680
|
+
export interface MachineInstallPatchesParameters {
|
681
|
+
/** Specifies the maximum amount of time that the operation will run. It must be an ISO 8601-compliant duration string such as PT4H (4 hours) */
|
682
|
+
maximumDuration: string;
|
683
|
+
/** Defines when it is acceptable to reboot a VM during a software update operation. */
|
684
|
+
rebootSetting: VMGuestPatchRebootSetting;
|
685
|
+
/** Input for InstallPatches on a Windows VM, as directly received by the API */
|
686
|
+
windowsParameters?: WindowsParameters;
|
687
|
+
/** Input for InstallPatches on a Linux VM, as directly received by the API */
|
688
|
+
linuxParameters?: LinuxParameters;
|
689
|
+
}
|
690
|
+
/** Input for InstallPatches on a Windows VM, as directly received by the API */
|
691
|
+
export interface WindowsParameters {
|
692
|
+
/** The update classifications to select when installing patches for Windows. */
|
693
|
+
classificationsToInclude?: VMGuestPatchClassificationWindows[];
|
694
|
+
/** Kbs to include in the patch operation */
|
695
|
+
kbNumbersToInclude?: string[];
|
696
|
+
/** Kbs to exclude in the patch operation */
|
697
|
+
kbNumbersToExclude?: string[];
|
698
|
+
/** Filters out Kbs that don't have an InstallationRebootBehavior of 'NeverReboots' when this is set to true. */
|
699
|
+
excludeKbsRequiringReboot?: boolean;
|
700
|
+
/** This is used to install patches that were published on or before this given max published date. */
|
701
|
+
maxPatchPublishDate?: Date;
|
702
|
+
}
|
703
|
+
/** Input for InstallPatches on a Linux VM, as directly received by the API */
|
704
|
+
export interface LinuxParameters {
|
705
|
+
/** The update classifications to select when installing patches for Linux. */
|
706
|
+
classificationsToInclude?: VMGuestPatchClassificationLinux[];
|
707
|
+
/** packages to include in the patch operation. Format: packageName_packageVersion */
|
708
|
+
packageNameMasksToInclude?: string[];
|
709
|
+
/** packages to exclude in the patch operation. Format: packageName_packageVersion */
|
710
|
+
packageNameMasksToExclude?: string[];
|
711
|
+
}
|
712
|
+
/** The result summary of an installation operation. */
|
713
|
+
export interface MachineInstallPatchesResult {
|
714
|
+
/**
|
715
|
+
* The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Failed", "Succeeded", "Unknown" or "CompletedWithWarnings."
|
716
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
717
|
+
*/
|
718
|
+
readonly status?: PatchOperationStatus;
|
719
|
+
/**
|
720
|
+
* The activity ID of the operation that produced this result.
|
721
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
722
|
+
*/
|
723
|
+
readonly installationActivityId?: string;
|
724
|
+
/**
|
725
|
+
* The reboot state of the VM following completion of the operation.
|
726
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
727
|
+
*/
|
728
|
+
readonly rebootStatus?: VMGuestPatchRebootStatus;
|
729
|
+
/**
|
730
|
+
* Whether the operation ran out of time before it completed all its intended actions.
|
731
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
732
|
+
*/
|
733
|
+
readonly maintenanceWindowExceeded?: boolean;
|
734
|
+
/**
|
735
|
+
* The number of patches that were not installed due to the user blocking their installation.
|
736
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
737
|
+
*/
|
738
|
+
readonly excludedPatchCount?: number;
|
739
|
+
/**
|
740
|
+
* The number of patches that were detected as available for install, but did not meet the operation's criteria.
|
741
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
742
|
+
*/
|
743
|
+
readonly notSelectedPatchCount?: number;
|
744
|
+
/**
|
745
|
+
* The number of patches that were identified as meeting the installation criteria, but were not able to be installed. Typically this happens when maintenanceWindowExceeded == true.
|
746
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
747
|
+
*/
|
748
|
+
readonly pendingPatchCount?: number;
|
749
|
+
/**
|
750
|
+
* The number of patches successfully installed.
|
751
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
752
|
+
*/
|
753
|
+
readonly installedPatchCount?: number;
|
754
|
+
/**
|
755
|
+
* The number of patches that could not be installed due to some issue. See errors for details.
|
756
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
757
|
+
*/
|
758
|
+
readonly failedPatchCount?: number;
|
759
|
+
/**
|
760
|
+
* The UTC timestamp when the operation began.
|
761
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
762
|
+
*/
|
763
|
+
readonly startDateTime?: Date;
|
764
|
+
/**
|
765
|
+
* The UTC timestamp when the operation finished.
|
766
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
767
|
+
*/
|
768
|
+
readonly lastModifiedDateTime?: Date;
|
769
|
+
/**
|
770
|
+
* Indicates if operation was triggered by user or by platform.
|
771
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
772
|
+
*/
|
773
|
+
readonly startedBy?: PatchOperationStartedBy;
|
774
|
+
/**
|
775
|
+
* Specifies the patch service used for the operation.
|
776
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
777
|
+
*/
|
778
|
+
readonly patchServiceUsed?: PatchServiceUsed;
|
779
|
+
/**
|
780
|
+
* The operating system type of the machine.
|
781
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
782
|
+
*/
|
783
|
+
readonly osType?: OsType;
|
784
|
+
/**
|
785
|
+
* The errors that were encountered during execution of the operation. The details array contains the list of them.
|
786
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
787
|
+
*/
|
788
|
+
readonly errorDetails?: ErrorDetail;
|
789
|
+
}
|
790
|
+
/** The List hybrid machine operation response. */
|
791
|
+
export interface MachineListResult {
|
792
|
+
/** The list of hybrid machines. */
|
793
|
+
value: Machine[];
|
794
|
+
/** The URI to fetch the next page of Machines. Call ListNext() with this URI to fetch the next page of hybrid machines. */
|
795
|
+
nextLink?: string;
|
796
|
+
}
|
797
|
+
/** Describes the Machine Extensions List Result. */
|
798
|
+
export interface MachineExtensionsListResult {
|
799
|
+
/** The list of extensions */
|
800
|
+
value?: MachineExtension[];
|
801
|
+
/** The uri to fetch the next page of machine extensions. Call ListNext() with this to fetch the next page of extensions. */
|
802
|
+
nextLink?: string;
|
803
|
+
}
|
804
|
+
/** Describes the Machine Extension Upgrade Properties. */
|
805
|
+
export interface MachineExtensionUpgrade {
|
806
|
+
/** Describes the Extension Target Properties. */
|
807
|
+
extensionTargets?: {
|
808
|
+
[propertyName: string]: ExtensionTargetProperties;
|
809
|
+
};
|
810
|
+
}
|
811
|
+
/** Describes the Machine Extension Target Version Properties */
|
812
|
+
export interface ExtensionTargetProperties {
|
813
|
+
/** Properties for the specified Extension to Upgrade. */
|
814
|
+
targetVersion?: string;
|
815
|
+
}
|
816
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
817
|
+
export interface ResourceAutoGenerated {
|
818
|
+
/**
|
819
|
+
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
820
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
821
|
+
*/
|
822
|
+
readonly id?: string;
|
823
|
+
/**
|
824
|
+
* The name of the resource
|
825
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
826
|
+
*/
|
827
|
+
readonly name?: string;
|
828
|
+
/**
|
829
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
830
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
831
|
+
*/
|
832
|
+
readonly type?: string;
|
833
|
+
/**
|
834
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
835
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
836
|
+
*/
|
837
|
+
readonly systemData?: SystemData;
|
838
|
+
}
|
839
|
+
/** The List Extension Metadata response. */
|
840
|
+
export interface ExtensionValueListResult {
|
841
|
+
/**
|
842
|
+
* The list of extension metadata
|
843
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
844
|
+
*/
|
845
|
+
readonly value?: ExtensionValue[];
|
846
|
+
}
|
847
|
+
/** The List Compute Operation operation response. */
|
848
|
+
export interface OperationListResult {
|
849
|
+
/**
|
850
|
+
* The list of compute operations
|
851
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
852
|
+
*/
|
853
|
+
readonly value?: OperationValue[];
|
854
|
+
}
|
855
|
+
/** Describes the properties of a Compute Operation value. */
|
856
|
+
export interface OperationValue {
|
857
|
+
/**
|
858
|
+
* The origin of the compute operation.
|
859
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
860
|
+
*/
|
861
|
+
readonly origin?: string;
|
862
|
+
/**
|
863
|
+
* The name of the compute operation.
|
864
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
865
|
+
*/
|
866
|
+
readonly name?: string;
|
867
|
+
/** Display properties */
|
868
|
+
display?: OperationValueDisplay;
|
869
|
+
/**
|
870
|
+
* This property indicates if the operation is an action or a data action
|
871
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
872
|
+
*/
|
873
|
+
readonly isDataAction?: boolean;
|
874
|
+
}
|
875
|
+
/** Describes the properties of a Hybrid Compute Operation Value Display. */
|
876
|
+
export interface OperationValueDisplay {
|
877
|
+
/**
|
878
|
+
* The display name of the compute operation.
|
879
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
880
|
+
*/
|
881
|
+
readonly operation?: string;
|
882
|
+
/**
|
883
|
+
* The display name of the resource the operation applies to.
|
884
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
885
|
+
*/
|
886
|
+
readonly resource?: string;
|
887
|
+
/**
|
888
|
+
* The description of the operation.
|
889
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
890
|
+
*/
|
891
|
+
readonly description?: string;
|
892
|
+
/**
|
893
|
+
* The resource provider for the operation.
|
894
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
895
|
+
*/
|
896
|
+
readonly provider?: string;
|
897
|
+
}
|
898
|
+
/** Describes the script sources for run command. Use only one of script, scriptUri, commandId. */
|
899
|
+
export interface MachineRunCommandScriptSource {
|
900
|
+
/** Specifies the script content to be executed on the machine. */
|
901
|
+
script?: string;
|
902
|
+
/** Specifies the script download location. It can be either SAS URI of an Azure storage blob with read access or public URI. */
|
903
|
+
scriptUri?: string;
|
904
|
+
/** Specifies the commandId of predefined built-in script. */
|
905
|
+
commandId?: string;
|
906
|
+
/** User-assigned managed identity that has access to scriptUri in case of Azure storage blob. Use an empty object in case of system-assigned identity. Make sure the Azure storage blob exists, and managed identity has been given access to blob's container with 'Storage Blob Data Reader' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged. */
|
907
|
+
scriptUriManagedIdentity?: RunCommandManagedIdentity;
|
908
|
+
}
|
909
|
+
/** Contains clientId or objectId (use only one, not both) of a user-assigned managed identity that has access to storage blob used in Run Command. Use an empty RunCommandManagedIdentity object in case of system-assigned identity. Make sure the Azure storage blob exists in case of scriptUri, and managed identity has been given access to blob's container with 'Storage Blob Data Reader' role assignment with scriptUri blob and 'Storage Blob Data Contributor' for Append blobs(outputBlobUri, errorBlobUri). In case of user assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged. */
|
910
|
+
export interface RunCommandManagedIdentity {
|
911
|
+
/** Client Id (GUID value) of the user-assigned managed identity. ObjectId should not be used if this is provided. */
|
912
|
+
clientId?: string;
|
913
|
+
/** Object Id (GUID value) of the user-assigned managed identity. ClientId should not be used if this is provided. */
|
914
|
+
objectId?: string;
|
915
|
+
}
|
916
|
+
/** Describes the properties of a run command parameter. */
|
917
|
+
export interface RunCommandInputParameter {
|
918
|
+
/** The run command parameter name. */
|
919
|
+
name: string;
|
920
|
+
/** The run command parameter value. */
|
921
|
+
value: string;
|
922
|
+
}
|
923
|
+
/** The instance view of a machine run command. */
|
924
|
+
export interface MachineRunCommandInstanceView {
|
925
|
+
/** Script execution status. */
|
926
|
+
executionState?: ExecutionState;
|
927
|
+
/** Communicate script configuration errors or execution messages. */
|
928
|
+
executionMessage?: string;
|
929
|
+
/** Exit code returned from script execution. */
|
930
|
+
exitCode?: number;
|
931
|
+
/** Script output stream. */
|
932
|
+
output?: string;
|
933
|
+
/** Script error stream. */
|
934
|
+
error?: string;
|
935
|
+
/** Script start time. */
|
936
|
+
startTime?: Date;
|
937
|
+
/** Script end time. */
|
938
|
+
endTime?: Date;
|
939
|
+
/** The status information. */
|
940
|
+
statuses?: ExtensionsResourceStatus[];
|
941
|
+
}
|
942
|
+
/** Instance view status. */
|
943
|
+
export interface ExtensionsResourceStatus {
|
944
|
+
/** The status code. */
|
945
|
+
code?: string;
|
946
|
+
/** The level code. */
|
947
|
+
level?: ExtensionsStatusLevelTypes;
|
948
|
+
/** The short localizable label for the status. */
|
949
|
+
displayStatus?: string;
|
950
|
+
/** The detailed status message, including for alerts and error messages. */
|
951
|
+
message?: string;
|
952
|
+
/** The time of the status. */
|
953
|
+
time?: Date;
|
954
|
+
}
|
955
|
+
/** Describes the Run Commands List Result. */
|
956
|
+
export interface MachineRunCommandsListResult {
|
957
|
+
/** The list of run commands */
|
958
|
+
value?: MachineRunCommand[];
|
959
|
+
/** The uri to fetch the next page of run commands. Call ListNext() with this to fetch the next page of run commands. */
|
960
|
+
nextLink?: string;
|
961
|
+
}
|
962
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
963
|
+
export interface ErrorResponseAutoGenerated {
|
964
|
+
/** The error object. */
|
965
|
+
error?: ErrorDetailAutoGenerated;
|
966
|
+
}
|
967
|
+
/** The error detail. */
|
968
|
+
export interface ErrorDetailAutoGenerated {
|
969
|
+
/**
|
970
|
+
* The error code.
|
971
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
972
|
+
*/
|
973
|
+
readonly code?: string;
|
974
|
+
/**
|
975
|
+
* The error message.
|
976
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
977
|
+
*/
|
978
|
+
readonly message?: string;
|
979
|
+
/**
|
980
|
+
* The error target.
|
981
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
982
|
+
*/
|
983
|
+
readonly target?: string;
|
984
|
+
/**
|
985
|
+
* The error details.
|
986
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
987
|
+
*/
|
988
|
+
readonly details?: ErrorDetailAutoGenerated[];
|
989
|
+
/**
|
990
|
+
* The error additional info.
|
991
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
992
|
+
*/
|
993
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
994
|
+
}
|
995
|
+
/** The List license operation response. */
|
996
|
+
export interface GatewaysListResult {
|
997
|
+
/** The list of Gateways. */
|
998
|
+
value: Gateway[];
|
999
|
+
/** The URI to fetch the next page of Gateways. Call ListNext() with this URI to fetch the next page of Gateways. */
|
1000
|
+
nextLink?: string;
|
1001
|
+
}
|
1002
|
+
/** Describes the list of Azure Arc PrivateLinkScope resources. */
|
1003
|
+
export interface HybridComputePrivateLinkScopeListResult {
|
1004
|
+
/** List of Azure Arc PrivateLinkScope definitions. */
|
1005
|
+
value: HybridComputePrivateLinkScope[];
|
1006
|
+
/** The URI to get the next set of Azure Arc PrivateLinkScope definitions if too many PrivateLinkScopes where returned in the result set. */
|
1007
|
+
nextLink?: string;
|
1008
|
+
}
|
1009
|
+
/** Properties that define a Azure Arc PrivateLinkScope resource. */
|
1010
|
+
export interface HybridComputePrivateLinkScopeProperties {
|
1011
|
+
/** Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints. */
|
1012
|
+
publicNetworkAccess?: PublicNetworkAccessType;
|
1013
|
+
/**
|
1014
|
+
* Current state of this PrivateLinkScope: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Provisioning ,Succeeded, Canceled and Failed.
|
1015
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1016
|
+
*/
|
1017
|
+
readonly provisioningState?: string;
|
1018
|
+
/**
|
1019
|
+
* The Guid id of the private link scope.
|
1020
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1021
|
+
*/
|
1022
|
+
readonly privateLinkScopeId?: string;
|
1023
|
+
/**
|
1024
|
+
* The collection of associated Private Endpoint Connections.
|
1025
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1026
|
+
*/
|
1027
|
+
readonly privateEndpointConnections?: PrivateEndpointConnectionDataModel[];
|
1028
|
+
}
|
1029
|
+
/** The Data Model for a Private Endpoint Connection associated with a Private Link Scope */
|
1030
|
+
export interface PrivateEndpointConnectionDataModel {
|
1031
|
+
/**
|
1032
|
+
* The ARM Resource Id of the Private Endpoint.
|
1033
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1034
|
+
*/
|
1035
|
+
readonly id?: string;
|
1036
|
+
/**
|
1037
|
+
* The Name of the Private Endpoint.
|
1038
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1039
|
+
*/
|
1040
|
+
readonly name?: string;
|
1041
|
+
/**
|
1042
|
+
* Azure resource type
|
1043
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1044
|
+
*/
|
1045
|
+
readonly type?: string;
|
1046
|
+
/** The Private Endpoint Connection properties. */
|
1047
|
+
properties?: PrivateEndpointConnectionProperties;
|
1048
|
+
}
|
1049
|
+
/** Properties of a private endpoint connection. */
|
1050
|
+
export interface PrivateEndpointConnectionProperties {
|
1051
|
+
/** Private endpoint which the connection belongs to. */
|
1052
|
+
privateEndpoint?: PrivateEndpointProperty;
|
1053
|
+
/** Connection state of the private endpoint connection. */
|
1054
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionStateProperty;
|
1055
|
+
/**
|
1056
|
+
* State of the private endpoint connection.
|
1057
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1058
|
+
*/
|
1059
|
+
readonly provisioningState?: string;
|
1060
|
+
/**
|
1061
|
+
* List of group IDs.
|
1062
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1063
|
+
*/
|
1064
|
+
readonly groupIds?: string[];
|
1065
|
+
}
|
1066
|
+
/** Private endpoint which the connection belongs to. */
|
1067
|
+
export interface PrivateEndpointProperty {
|
1068
|
+
/** Resource id of the private endpoint. */
|
1069
|
+
id?: string;
|
1070
|
+
}
|
1071
|
+
/** State of the private endpoint connection. */
|
1072
|
+
export interface PrivateLinkServiceConnectionStateProperty {
|
1073
|
+
/** The private link service connection status. */
|
1074
|
+
status: string;
|
1075
|
+
/** The private link service connection description. */
|
1076
|
+
description: string;
|
1077
|
+
/**
|
1078
|
+
* The actions required for private link service connection.
|
1079
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1080
|
+
*/
|
1081
|
+
readonly actionsRequired?: string;
|
1082
|
+
}
|
1083
|
+
/** An azure resource object */
|
1084
|
+
export interface PrivateLinkScopesResource {
|
1085
|
+
/**
|
1086
|
+
* Azure resource Id
|
1087
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1088
|
+
*/
|
1089
|
+
readonly id?: string;
|
1090
|
+
/**
|
1091
|
+
* Azure resource name
|
1092
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1093
|
+
*/
|
1094
|
+
readonly name?: string;
|
1095
|
+
/**
|
1096
|
+
* Azure resource type
|
1097
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1098
|
+
*/
|
1099
|
+
readonly type?: string;
|
1100
|
+
/** Resource location */
|
1101
|
+
location: string;
|
1102
|
+
/** Resource tags */
|
1103
|
+
tags?: {
|
1104
|
+
[propertyName: string]: string;
|
1105
|
+
};
|
1106
|
+
}
|
1107
|
+
/** A container holding only the Tags for a resource, allowing the user to update the tags on a PrivateLinkScope instance. */
|
1108
|
+
export interface TagsResource {
|
1109
|
+
/** Resource tags */
|
1110
|
+
tags?: {
|
1111
|
+
[propertyName: string]: string;
|
1112
|
+
};
|
1113
|
+
}
|
1114
|
+
/** A list of private link resources */
|
1115
|
+
export interface PrivateLinkResourceListResult {
|
1116
|
+
/**
|
1117
|
+
* Array of results.
|
1118
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1119
|
+
*/
|
1120
|
+
readonly value?: PrivateLinkResource[];
|
1121
|
+
/**
|
1122
|
+
* Link to retrieve next page of results.
|
1123
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1124
|
+
*/
|
1125
|
+
readonly nextLink?: string;
|
1126
|
+
}
|
1127
|
+
/** Properties of a private link resource. */
|
1128
|
+
export interface PrivateLinkResourceProperties {
|
1129
|
+
/**
|
1130
|
+
* The private link resource group id.
|
1131
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1132
|
+
*/
|
1133
|
+
readonly groupId?: string;
|
1134
|
+
/**
|
1135
|
+
* The private link resource required member names.
|
1136
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1137
|
+
*/
|
1138
|
+
readonly requiredMembers?: string[];
|
1139
|
+
/**
|
1140
|
+
* Required DNS zone names of the the private link resource.
|
1141
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1142
|
+
*/
|
1143
|
+
readonly requiredZoneNames?: string[];
|
1144
|
+
}
|
1145
|
+
/** A list of private endpoint connections. */
|
1146
|
+
export interface PrivateEndpointConnectionListResult {
|
1147
|
+
/**
|
1148
|
+
* Array of results.
|
1149
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1150
|
+
*/
|
1151
|
+
readonly value?: PrivateEndpointConnection[];
|
1152
|
+
/**
|
1153
|
+
* Link to retrieve next page of results.
|
1154
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1155
|
+
*/
|
1156
|
+
readonly nextLink?: string;
|
1157
|
+
}
|
1158
|
+
export interface PrivateLinkScopeValidationDetails {
|
1159
|
+
/**
|
1160
|
+
* Azure resource Id
|
1161
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1162
|
+
*/
|
1163
|
+
readonly id?: string;
|
1164
|
+
/** Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints. */
|
1165
|
+
publicNetworkAccess?: PublicNetworkAccessType;
|
1166
|
+
/** List of Private Endpoint Connection details. */
|
1167
|
+
connectionDetails?: ConnectionDetail[];
|
1168
|
+
}
|
1169
|
+
export interface ConnectionDetail {
|
1170
|
+
/**
|
1171
|
+
* Azure resource Id
|
1172
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1173
|
+
*/
|
1174
|
+
readonly id?: string;
|
1175
|
+
/**
|
1176
|
+
* The private endpoint connection private ip address
|
1177
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1178
|
+
*/
|
1179
|
+
readonly privateIpAddress?: string;
|
1180
|
+
/**
|
1181
|
+
* The private endpoint connection link identifier
|
1182
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1183
|
+
*/
|
1184
|
+
readonly linkIdentifier?: string;
|
1185
|
+
/**
|
1186
|
+
* The private endpoint connection group id
|
1187
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1188
|
+
*/
|
1189
|
+
readonly groupId?: string;
|
1190
|
+
/**
|
1191
|
+
* The private endpoint connection member name
|
1192
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1193
|
+
*/
|
1194
|
+
readonly memberName?: string;
|
1195
|
+
}
|
1196
|
+
/** Properties that define a Network Security Perimeter resource. */
|
1197
|
+
export interface NetworkSecurityPerimeterConfiguration {
|
1198
|
+
/**
|
1199
|
+
* Azure resource Id
|
1200
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1201
|
+
*/
|
1202
|
+
readonly id?: string;
|
1203
|
+
/**
|
1204
|
+
* Azure resource name
|
1205
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1206
|
+
*/
|
1207
|
+
readonly name?: string;
|
1208
|
+
/**
|
1209
|
+
* Azure resource type
|
1210
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1211
|
+
*/
|
1212
|
+
readonly type?: string;
|
1213
|
+
/**
|
1214
|
+
* Current state of this NetworkSecurityPerimeter: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Provisioning ,Succeeded, Canceled and Failed.
|
1215
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1216
|
+
*/
|
1217
|
+
readonly provisioningState?: string;
|
1218
|
+
/**
|
1219
|
+
* Provisioning issues.
|
1220
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1221
|
+
*/
|
1222
|
+
readonly provisioningIssues?: ProvisioningIssue[];
|
1223
|
+
/** The Network Security Perimeter associated with this configuration. */
|
1224
|
+
networkSecurityPerimeter?: NetworkSecurityPerimeter;
|
1225
|
+
/** The Resource Association. */
|
1226
|
+
resourceAssociation?: ResourceAssociation;
|
1227
|
+
/** Network Security Perimeter profile */
|
1228
|
+
profile?: NetworkSecurityPerimeterProfile;
|
1229
|
+
}
|
1230
|
+
/** Details on issues that occurred during provisioning. */
|
1231
|
+
export interface ProvisioningIssue {
|
1232
|
+
/**
|
1233
|
+
* Name of the provisioning issue.
|
1234
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1235
|
+
*/
|
1236
|
+
readonly name?: string;
|
1237
|
+
/**
|
1238
|
+
* Issue type
|
1239
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1240
|
+
*/
|
1241
|
+
readonly issueType?: ProvisioningIssueType;
|
1242
|
+
/**
|
1243
|
+
* Severity of the provisioning issue.
|
1244
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1245
|
+
*/
|
1246
|
+
readonly severity?: ProvisioningIssueSeverity;
|
1247
|
+
/**
|
1248
|
+
* Description of the provisioning issue.
|
1249
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1250
|
+
*/
|
1251
|
+
readonly description?: string;
|
1252
|
+
/**
|
1253
|
+
* ARM Ids of the resources that can be associated to the same perimeter to remediate the issue
|
1254
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1255
|
+
*/
|
1256
|
+
readonly suggestedResourceIds?: string[];
|
1257
|
+
/**
|
1258
|
+
* Access rules that can be added to the perimeter to remediate the issue
|
1259
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1260
|
+
*/
|
1261
|
+
readonly suggestedAccessRules?: AccessRule[];
|
1262
|
+
}
|
1263
|
+
/** Access rule. */
|
1264
|
+
export interface AccessRule {
|
1265
|
+
/**
|
1266
|
+
* Name of the access rule.
|
1267
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1268
|
+
*/
|
1269
|
+
readonly name?: string;
|
1270
|
+
/**
|
1271
|
+
* Direction of the access rule.
|
1272
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1273
|
+
*/
|
1274
|
+
readonly direction?: AccessRuleDirection;
|
1275
|
+
/**
|
1276
|
+
* Address prefixes that are allowed access.
|
1277
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1278
|
+
*/
|
1279
|
+
readonly addressPrefixes?: string[];
|
1280
|
+
}
|
1281
|
+
/** Properties that define a Network Security Perimeter resource. */
|
1282
|
+
export interface NetworkSecurityPerimeter {
|
1283
|
+
/**
|
1284
|
+
* Azure resource Id
|
1285
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1286
|
+
*/
|
1287
|
+
readonly id?: string;
|
1288
|
+
/**
|
1289
|
+
* Guid of the Network Security Perimeter
|
1290
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1291
|
+
*/
|
1292
|
+
readonly perimeterGuid?: string;
|
1293
|
+
/**
|
1294
|
+
* Regional location of the perimeter
|
1295
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1296
|
+
*/
|
1297
|
+
readonly location?: string;
|
1298
|
+
}
|
1299
|
+
/** Properties that define a Resource Association. */
|
1300
|
+
export interface ResourceAssociation {
|
1301
|
+
/**
|
1302
|
+
* Name of the Resource Association
|
1303
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1304
|
+
*/
|
1305
|
+
readonly name?: string;
|
1306
|
+
/**
|
1307
|
+
* The access mode
|
1308
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1309
|
+
*/
|
1310
|
+
readonly accessMode?: AccessMode;
|
1311
|
+
}
|
1312
|
+
/** Network Security Perimeter profile */
|
1313
|
+
export interface NetworkSecurityPerimeterProfile {
|
1314
|
+
/**
|
1315
|
+
* Name of the resource
|
1316
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1317
|
+
*/
|
1318
|
+
readonly name?: string;
|
1319
|
+
/**
|
1320
|
+
* Access rules version number
|
1321
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1322
|
+
*/
|
1323
|
+
readonly accessRulesVersion?: number;
|
1324
|
+
/**
|
1325
|
+
* Collection of access rules for the profile
|
1326
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1327
|
+
*/
|
1328
|
+
readonly accessRules?: AccessRule[];
|
1329
|
+
/**
|
1330
|
+
* Diagnostic settings version number
|
1331
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1332
|
+
*/
|
1333
|
+
readonly diagnosticSettingsVersion?: number;
|
1334
|
+
/**
|
1335
|
+
* Collection of enabled log categories for the profile
|
1336
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1337
|
+
*/
|
1338
|
+
readonly enabledLogCategories?: string[];
|
1339
|
+
}
|
1340
|
+
/** A list of network security perimeter configurations. */
|
1341
|
+
export interface NetworkSecurityPerimeterConfigurationListResult {
|
1342
|
+
/**
|
1343
|
+
* Array of results.
|
1344
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1345
|
+
*/
|
1346
|
+
readonly value?: NetworkSecurityPerimeterConfiguration[];
|
1347
|
+
/**
|
1348
|
+
* Link to retrieve next page of results.
|
1349
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1350
|
+
*/
|
1351
|
+
readonly nextLink?: string;
|
1352
|
+
}
|
1353
|
+
/** Result of network security perimeter configurations. */
|
1354
|
+
export interface NetworkSecurityPerimeterConfigurationReconcileResult {
|
1355
|
+
/** The URL of the resource used to check the status of the asynchronous operation. */
|
1356
|
+
location?: string;
|
1357
|
+
}
|
1358
|
+
/** List of HybridIdentityMetadata. */
|
1359
|
+
export interface HybridIdentityMetadataList {
|
1360
|
+
/** Url to follow for getting next page of HybridIdentityMetadata. */
|
1361
|
+
nextLink?: string;
|
1362
|
+
/** Array of HybridIdentityMetadata */
|
1363
|
+
value: HybridIdentityMetadata[];
|
1364
|
+
}
|
1365
|
+
/** Describes AgentVersions List. */
|
1366
|
+
export interface AgentVersionsList {
|
1367
|
+
/** The list of available Agent Versions. */
|
1368
|
+
value?: AgentVersion[];
|
1369
|
+
/** The URI to fetch the next 10 available Agent Versions. */
|
1370
|
+
nextLink?: string;
|
1371
|
+
}
|
1372
|
+
/** Describes properties of Agent Version. */
|
1373
|
+
export interface AgentVersion {
|
1374
|
+
/** Represents the agent version. */
|
1375
|
+
agentVersion?: string;
|
1376
|
+
/** Represents the download link of specific agent version. */
|
1377
|
+
downloadLink?: string;
|
1378
|
+
/** Defines the os type. */
|
1379
|
+
osType?: string;
|
1380
|
+
}
|
1381
|
+
/** Public key information for client authentication */
|
1382
|
+
export interface KeyProperties {
|
1383
|
+
/**
|
1384
|
+
* Current public key details
|
1385
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1386
|
+
*/
|
1387
|
+
readonly clientPublicKey?: KeyDetails;
|
1388
|
+
/**
|
1389
|
+
* Candidate public key details
|
1390
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1391
|
+
*/
|
1392
|
+
readonly candidatePublicKey?: KeyDetails;
|
1393
|
+
}
|
1394
|
+
/** Public key details */
|
1395
|
+
export interface KeyDetails {
|
1396
|
+
/**
|
1397
|
+
* Public key
|
1398
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1399
|
+
*/
|
1400
|
+
readonly publicKey?: string;
|
1401
|
+
/**
|
1402
|
+
* Key expiration date
|
1403
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1404
|
+
*/
|
1405
|
+
readonly notAfter?: Date;
|
1406
|
+
/**
|
1407
|
+
* Recommended key renewal date
|
1408
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1409
|
+
*/
|
1410
|
+
readonly renewAfter?: Date;
|
1411
|
+
}
|
1412
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
1413
|
+
export interface TrackedResource extends Resource {
|
1414
|
+
/** Resource tags. */
|
1415
|
+
tags?: {
|
1416
|
+
[propertyName: string]: string;
|
1417
|
+
};
|
1418
|
+
/** The geo-location where the resource lives */
|
1419
|
+
location: string;
|
1420
|
+
}
|
1421
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
1422
|
+
export interface ProxyResourceAutoGenerated extends Resource {
|
1423
|
+
}
|
1424
|
+
/** Describes a License Update. */
|
1425
|
+
export interface LicenseUpdate extends ResourceUpdate {
|
1426
|
+
/** The type of the license resource. */
|
1427
|
+
licenseType?: LicenseType;
|
1428
|
+
/** Describes the state of the license. */
|
1429
|
+
state?: LicenseState;
|
1430
|
+
/** Describes the license target server. */
|
1431
|
+
target?: LicenseTarget;
|
1432
|
+
/** Describes the edition of the license. The values are either Standard or Datacenter. */
|
1433
|
+
edition?: LicenseEdition;
|
1434
|
+
/** Describes the license core type (pCore or vCore). */
|
1435
|
+
type?: LicenseCoreType;
|
1436
|
+
/** Describes the number of processors. */
|
1437
|
+
processors?: number;
|
1438
|
+
}
|
1439
|
+
/** Describes a License Profile Update. */
|
1440
|
+
export interface LicenseProfileUpdate extends ResourceUpdate {
|
1441
|
+
/** Indicates the subscription status of the product. */
|
1442
|
+
subscriptionStatus?: LicenseProfileSubscriptionStatusUpdate;
|
1443
|
+
/** Indicates the product type of the license. */
|
1444
|
+
productType?: LicenseProfileProductType;
|
1445
|
+
/** The list of product feature updates. */
|
1446
|
+
productFeatures?: ProductFeatureUpdate[];
|
1447
|
+
/** The resource id of the license. */
|
1448
|
+
assignedLicense?: string;
|
1449
|
+
/** Specifies if this machine is licensed as part of a Software Assurance agreement. */
|
1450
|
+
softwareAssuranceCustomer?: boolean;
|
1451
|
+
}
|
1452
|
+
/** Describes a Machine Extension Update. */
|
1453
|
+
export interface MachineExtensionUpdate extends ResourceUpdate {
|
1454
|
+
/** How the extension handler should be forced to update even if the extension configuration has not changed. */
|
1455
|
+
forceUpdateTag?: string;
|
1456
|
+
/** The name of the extension handler publisher. */
|
1457
|
+
publisher?: string;
|
1458
|
+
/** Specifies the type of the extension; an example is "CustomScriptExtension". */
|
1459
|
+
type?: string;
|
1460
|
+
/** Specifies the version of the script handler. */
|
1461
|
+
typeHandlerVersion?: string;
|
1462
|
+
/** Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available. */
|
1463
|
+
enableAutomaticUpgrade?: boolean;
|
1464
|
+
/** Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. */
|
1465
|
+
autoUpgradeMinorVersion?: boolean;
|
1466
|
+
/** Json formatted public settings for the extension. */
|
1467
|
+
settings?: {
|
1468
|
+
[propertyName: string]: any;
|
1469
|
+
};
|
1470
|
+
/** The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. */
|
1471
|
+
protectedSettings?: {
|
1472
|
+
[propertyName: string]: any;
|
1473
|
+
};
|
1474
|
+
}
|
1475
|
+
/** Describes a License Update. */
|
1476
|
+
export interface GatewayUpdate extends ResourceUpdate {
|
1477
|
+
/** Specifies the list of features that are enabled for this Gateway. */
|
1478
|
+
allowedFeatures?: string[];
|
1479
|
+
}
|
1480
|
+
/** Describes a hybrid machine Update. */
|
1481
|
+
export interface MachineUpdate extends ResourceUpdate {
|
1482
|
+
/** Identity for the resource. */
|
1483
|
+
identity?: Identity;
|
1484
|
+
/** Indicates which kind of Arc machine placement on-premises, such as HCI, SCVMM or VMware etc. */
|
1485
|
+
kind?: ArcKindEnum;
|
1486
|
+
/** Metadata pertaining to the geographic location of the resource. */
|
1487
|
+
locationData?: LocationData;
|
1488
|
+
/** Specifies the operating system settings for the hybrid machine. */
|
1489
|
+
osProfile?: OSProfile;
|
1490
|
+
/** The metadata of the cloud environment (Azure/GCP/AWS/OCI...). */
|
1491
|
+
cloudMetadata?: CloudMetadata;
|
1492
|
+
/** The info of the machine w.r.t Agent Upgrade */
|
1493
|
+
agentUpgrade?: AgentUpgrade;
|
1494
|
+
/** The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any. */
|
1495
|
+
parentClusterResourceId?: string;
|
1496
|
+
/** The resource id of the private link scope this machine is assigned to, if any. */
|
1497
|
+
privateLinkScopeResourceId?: string;
|
1498
|
+
}
|
1499
|
+
/** Describes a Machine Extension Update. */
|
1500
|
+
export interface MachineRunCommandUpdate extends ResourceUpdate {
|
1501
|
+
}
|
1502
|
+
/** Describes the properties of a License Profile ARM model. */
|
1503
|
+
export interface LicenseProfileArmEsuPropertiesWithoutAssignedLicense extends LicenseProfileStorageModelEsuProperties {
|
1504
|
+
/**
|
1505
|
+
* The type of the Esu servers.
|
1506
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1507
|
+
*/
|
1508
|
+
readonly serverType?: EsuServerType;
|
1509
|
+
/**
|
1510
|
+
* Indicates the eligibility state of Esu.
|
1511
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1512
|
+
*/
|
1513
|
+
readonly esuEligibility?: EsuEligibility;
|
1514
|
+
/**
|
1515
|
+
* Indicates whether there is an ESU Key currently active for the machine.
|
1516
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1517
|
+
*/
|
1518
|
+
readonly esuKeyState?: EsuKeyState;
|
1519
|
+
}
|
1520
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
1521
|
+
export interface ProxyResource extends ResourceAutoGenerated {
|
1522
|
+
}
|
1523
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
1524
|
+
export interface TrackedResourceAutoGenerated extends ResourceAutoGenerated {
|
1525
|
+
/** Resource tags. */
|
1526
|
+
tags?: {
|
1527
|
+
[propertyName: string]: string;
|
1528
|
+
};
|
1529
|
+
/** The geo-location where the resource lives */
|
1530
|
+
location: string;
|
1531
|
+
}
|
1532
|
+
/** An Azure Arc PrivateLinkScope definition. */
|
1533
|
+
export interface HybridComputePrivateLinkScope extends PrivateLinkScopesResource {
|
1534
|
+
/** Properties that define a Azure Arc PrivateLinkScope resource. */
|
1535
|
+
properties?: HybridComputePrivateLinkScopeProperties;
|
1536
|
+
/**
|
1537
|
+
* The system meta data relating to this resource.
|
1538
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1539
|
+
*/
|
1540
|
+
readonly systemData?: SystemData;
|
1541
|
+
}
|
1542
|
+
/** Describes a license in a hybrid machine. */
|
1543
|
+
export interface License extends TrackedResource {
|
1544
|
+
/**
|
1545
|
+
* The provisioning state, which only appears in the response.
|
1546
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1547
|
+
*/
|
1548
|
+
readonly provisioningState?: ProvisioningState;
|
1549
|
+
/** Describes the tenant id. */
|
1550
|
+
tenantId?: string;
|
1551
|
+
/** The type of the license resource. */
|
1552
|
+
licenseType?: LicenseType;
|
1553
|
+
/** Describes the properties of a License. */
|
1554
|
+
licenseDetails?: LicenseDetails;
|
1555
|
+
}
|
1556
|
+
/** Describes a Machine Extension. */
|
1557
|
+
export interface MachineExtension extends TrackedResource {
|
1558
|
+
/** Describes Machine Extension Properties. */
|
1559
|
+
properties?: MachineExtensionProperties;
|
1560
|
+
}
|
1561
|
+
/** Describes a hybrid machine. */
|
1562
|
+
export interface Machine extends TrackedResource {
|
1563
|
+
/**
|
1564
|
+
* The list of extensions affiliated to the machine
|
1565
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1566
|
+
*/
|
1567
|
+
readonly resources?: MachineExtension[];
|
1568
|
+
/** Identity for the resource. */
|
1569
|
+
identity?: Identity;
|
1570
|
+
/** Indicates which kind of Arc machine placement on-premises, such as HCI, SCVMM or VMware etc. */
|
1571
|
+
kind?: ArcKindEnum;
|
1572
|
+
/** Metadata pertaining to the geographic location of the resource. */
|
1573
|
+
locationData?: LocationData;
|
1574
|
+
/**
|
1575
|
+
* Configurable properties that the user can set locally via the azcmagent config command, or remotely via ARM.
|
1576
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1577
|
+
*/
|
1578
|
+
readonly agentConfiguration?: AgentConfiguration;
|
1579
|
+
/** Statuses of dependent services that are reported back to ARM. */
|
1580
|
+
serviceStatuses?: ServiceStatuses;
|
1581
|
+
/**
|
1582
|
+
* Information about the machine's hardware
|
1583
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1584
|
+
*/
|
1585
|
+
readonly hardwareProfile?: HardwareProfile;
|
1586
|
+
/**
|
1587
|
+
* Information about the machine's storage
|
1588
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1589
|
+
*/
|
1590
|
+
readonly storageProfile?: StorageProfile;
|
1591
|
+
/**
|
1592
|
+
* Information about the machine's firmware
|
1593
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1594
|
+
*/
|
1595
|
+
readonly firmwareProfile?: FirmwareProfile;
|
1596
|
+
/** The metadata of the cloud environment (Azure/GCP/AWS/OCI...). */
|
1597
|
+
cloudMetadata?: CloudMetadata;
|
1598
|
+
/** The info of the machine w.r.t Agent Upgrade */
|
1599
|
+
agentUpgrade?: AgentUpgrade;
|
1600
|
+
/** Specifies the operating system settings for the hybrid machine. */
|
1601
|
+
osProfile?: OSProfile;
|
1602
|
+
/** Specifies the License related properties for a machine. */
|
1603
|
+
licenseProfile?: LicenseProfileMachineInstanceView;
|
1604
|
+
/**
|
1605
|
+
* The provisioning state, which only appears in the response.
|
1606
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1607
|
+
*/
|
1608
|
+
readonly provisioningState?: string;
|
1609
|
+
/**
|
1610
|
+
* The status of the hybrid machine agent.
|
1611
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1612
|
+
*/
|
1613
|
+
readonly status?: StatusTypes;
|
1614
|
+
/**
|
1615
|
+
* The time of the last status change.
|
1616
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1617
|
+
*/
|
1618
|
+
readonly lastStatusChange?: Date;
|
1619
|
+
/**
|
1620
|
+
* Details about the error state.
|
1621
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1622
|
+
*/
|
1623
|
+
readonly errorDetails?: ErrorDetail[];
|
1624
|
+
/**
|
1625
|
+
* The hybrid machine agent full version.
|
1626
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1627
|
+
*/
|
1628
|
+
readonly agentVersion?: string;
|
1629
|
+
/** Specifies the hybrid machine unique ID. */
|
1630
|
+
vmId?: string;
|
1631
|
+
/**
|
1632
|
+
* Specifies the hybrid machine display name.
|
1633
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1634
|
+
*/
|
1635
|
+
readonly displayName?: string;
|
1636
|
+
/**
|
1637
|
+
* Specifies the hybrid machine FQDN.
|
1638
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1639
|
+
*/
|
1640
|
+
readonly machineFqdn?: string;
|
1641
|
+
/** Public Key that the client provides to be used during initial resource onboarding */
|
1642
|
+
clientPublicKey?: string;
|
1643
|
+
/**
|
1644
|
+
* The Operating System running on the hybrid machine.
|
1645
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1646
|
+
*/
|
1647
|
+
readonly osName?: string;
|
1648
|
+
/**
|
1649
|
+
* The version of Operating System running on the hybrid machine.
|
1650
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1651
|
+
*/
|
1652
|
+
readonly osVersion?: string;
|
1653
|
+
/** The type of Operating System (windows/linux). */
|
1654
|
+
osType?: string;
|
1655
|
+
/**
|
1656
|
+
* Specifies the Arc Machine's unique SMBIOS ID
|
1657
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1658
|
+
*/
|
1659
|
+
readonly vmUuid?: string;
|
1660
|
+
/** Machine Extensions information (deprecated field) */
|
1661
|
+
extensions?: MachineExtensionInstanceView[];
|
1662
|
+
/**
|
1663
|
+
* Specifies the Operating System product SKU.
|
1664
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1665
|
+
*/
|
1666
|
+
readonly osSku?: string;
|
1667
|
+
/**
|
1668
|
+
* The edition of the Operating System.
|
1669
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1670
|
+
*/
|
1671
|
+
readonly osEdition?: string;
|
1672
|
+
/**
|
1673
|
+
* Specifies the Windows domain name.
|
1674
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1675
|
+
*/
|
1676
|
+
readonly domainName?: string;
|
1677
|
+
/**
|
1678
|
+
* Specifies the AD fully qualified display name.
|
1679
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1680
|
+
*/
|
1681
|
+
readonly adFqdn?: string;
|
1682
|
+
/**
|
1683
|
+
* Specifies the DNS fully qualified display name.
|
1684
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1685
|
+
*/
|
1686
|
+
readonly dnsFqdn?: string;
|
1687
|
+
/** The resource id of the private link scope this machine is assigned to, if any. */
|
1688
|
+
privateLinkScopeResourceId?: string;
|
1689
|
+
/** The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any. */
|
1690
|
+
parentClusterResourceId?: string;
|
1691
|
+
/** Specifies whether any MS SQL instance is discovered on the machine. */
|
1692
|
+
mssqlDiscovered?: string;
|
1693
|
+
/**
|
1694
|
+
* Detected properties from the machine.
|
1695
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1696
|
+
*/
|
1697
|
+
readonly detectedProperties?: {
|
1698
|
+
[propertyName: string]: string;
|
1699
|
+
};
|
1700
|
+
/**
|
1701
|
+
* Information about the network the machine is on.
|
1702
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1703
|
+
*/
|
1704
|
+
readonly networkProfile?: NetworkProfile;
|
1705
|
+
}
|
1706
|
+
/** Describes a license profile in a hybrid machine. */
|
1707
|
+
export interface LicenseProfile extends TrackedResource {
|
1708
|
+
/**
|
1709
|
+
* The provisioning state, which only appears in the response.
|
1710
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1711
|
+
*/
|
1712
|
+
readonly provisioningState?: ProvisioningState;
|
1713
|
+
/** Indicates the subscription status of the product. */
|
1714
|
+
subscriptionStatus?: LicenseProfileSubscriptionStatus;
|
1715
|
+
/** Indicates the product type of the license. */
|
1716
|
+
productType?: LicenseProfileProductType;
|
1717
|
+
/**
|
1718
|
+
* The timestamp in UTC when the user enrolls the feature.
|
1719
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1720
|
+
*/
|
1721
|
+
readonly enrollmentDate?: Date;
|
1722
|
+
/**
|
1723
|
+
* The timestamp in UTC when the billing starts.
|
1724
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1725
|
+
*/
|
1726
|
+
readonly billingStartDate?: Date;
|
1727
|
+
/**
|
1728
|
+
* The timestamp in UTC when the user disenrolled the feature.
|
1729
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1730
|
+
*/
|
1731
|
+
readonly disenrollmentDate?: Date;
|
1732
|
+
/**
|
1733
|
+
* The timestamp in UTC when the billing ends.
|
1734
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1735
|
+
*/
|
1736
|
+
readonly billingEndDate?: Date;
|
1737
|
+
/**
|
1738
|
+
* The errors that were encountered during the feature enrollment or disenrollment.
|
1739
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1740
|
+
*/
|
1741
|
+
readonly error?: ErrorDetail;
|
1742
|
+
/** The list of product features. */
|
1743
|
+
productFeatures?: ProductFeature[];
|
1744
|
+
/**
|
1745
|
+
* The guid id of the license.
|
1746
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1747
|
+
*/
|
1748
|
+
readonly assignedLicenseImmutableId?: string;
|
1749
|
+
/**
|
1750
|
+
* The list of ESU keys.
|
1751
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1752
|
+
*/
|
1753
|
+
readonly esuKeys?: EsuKey[];
|
1754
|
+
/**
|
1755
|
+
* The type of the Esu servers.
|
1756
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1757
|
+
*/
|
1758
|
+
readonly serverType?: EsuServerType;
|
1759
|
+
/**
|
1760
|
+
* Indicates the eligibility state of Esu.
|
1761
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1762
|
+
*/
|
1763
|
+
readonly esuEligibility?: EsuEligibility;
|
1764
|
+
/**
|
1765
|
+
* Indicates whether there is an ESU Key currently active for the machine.
|
1766
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1767
|
+
*/
|
1768
|
+
readonly esuKeyState?: EsuKeyState;
|
1769
|
+
/** The resource id of the license. */
|
1770
|
+
assignedLicense?: string;
|
1771
|
+
/** Specifies if this machine is licensed as part of a Software Assurance agreement. */
|
1772
|
+
softwareAssuranceCustomer?: boolean;
|
1773
|
+
}
|
1774
|
+
/** Describes a Run Command */
|
1775
|
+
export interface MachineRunCommand extends TrackedResource {
|
1776
|
+
/** The source of the run command script. */
|
1777
|
+
source?: MachineRunCommandScriptSource;
|
1778
|
+
/** The parameters used by the script. */
|
1779
|
+
parameters?: RunCommandInputParameter[];
|
1780
|
+
/** The parameters used by the script. */
|
1781
|
+
protectedParameters?: RunCommandInputParameter[];
|
1782
|
+
/** Optional. If set to true, provisioning will complete as soon as script starts and will not wait for script to complete. */
|
1783
|
+
asyncExecution?: boolean;
|
1784
|
+
/** Specifies the user account on the machine when executing the run command. */
|
1785
|
+
runAsUser?: string;
|
1786
|
+
/** Specifies the user account password on the machine when executing the run command. */
|
1787
|
+
runAsPassword?: string;
|
1788
|
+
/** The timeout in seconds to execute the run command. */
|
1789
|
+
timeoutInSeconds?: number;
|
1790
|
+
/** Specifies the Azure storage blob where script output stream will be uploaded. Use a SAS URI with read, append, create, write access OR use managed identity to provide the VM access to the blob. Refer outputBlobManagedIdentity parameter. */
|
1791
|
+
outputBlobUri?: string;
|
1792
|
+
/** Specifies the Azure storage blob where script error stream will be uploaded. Use a SAS URI with read, append, create, write access OR use managed identity to provide the VM access to the blob. Refer errorBlobManagedIdentity parameter. */
|
1793
|
+
errorBlobUri?: string;
|
1794
|
+
/** User-assigned managed identity that has access to outputBlobUri storage blob. Use an empty object in case of system-assigned identity. Make sure managed identity has been given access to blob's container with 'Storage Blob Data Contributor' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged */
|
1795
|
+
outputBlobManagedIdentity?: RunCommandManagedIdentity;
|
1796
|
+
/** User-assigned managed identity that has access to errorBlobUri storage blob. Use an empty object in case of system-assigned identity. Make sure managed identity has been given access to blob's container with 'Storage Blob Data Contributor' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged */
|
1797
|
+
errorBlobManagedIdentity?: RunCommandManagedIdentity;
|
1798
|
+
/**
|
1799
|
+
* The provisioning state, which only appears in the response.
|
1800
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1801
|
+
*/
|
1802
|
+
readonly provisioningState?: string;
|
1803
|
+
/**
|
1804
|
+
* The machine run command instance view.
|
1805
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1806
|
+
*/
|
1807
|
+
readonly instanceView?: MachineRunCommandInstanceView;
|
1808
|
+
}
|
1809
|
+
export interface Settings extends ProxyResourceAutoGenerated {
|
1810
|
+
/**
|
1811
|
+
* Azure resource tenant Id
|
1812
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1813
|
+
*/
|
1814
|
+
readonly tenantId?: string;
|
1815
|
+
/** Associated Gateway Resource Id */
|
1816
|
+
gatewayResourceId?: string;
|
1817
|
+
}
|
1818
|
+
/** A private link resource */
|
1819
|
+
export interface PrivateLinkResource extends ProxyResourceAutoGenerated {
|
1820
|
+
/** Resource properties. */
|
1821
|
+
properties?: PrivateLinkResourceProperties;
|
1822
|
+
}
|
1823
|
+
/** A private endpoint connection */
|
1824
|
+
export interface PrivateEndpointConnection extends ProxyResourceAutoGenerated {
|
1825
|
+
/** Resource properties. */
|
1826
|
+
properties?: PrivateEndpointConnectionProperties;
|
1827
|
+
}
|
1828
|
+
/** Defines the HybridIdentityMetadata. */
|
1829
|
+
export interface HybridIdentityMetadata extends ProxyResourceAutoGenerated {
|
1830
|
+
/** The unique identifier for the resource. */
|
1831
|
+
vmId?: string;
|
1832
|
+
/** The Public Key. */
|
1833
|
+
publicKey?: string;
|
1834
|
+
/**
|
1835
|
+
* Identity for the resource.
|
1836
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1837
|
+
*/
|
1838
|
+
readonly identity?: Identity;
|
1839
|
+
}
|
1840
|
+
export interface NetworkConfiguration extends ProxyResourceAutoGenerated {
|
1841
|
+
/** Resource location */
|
1842
|
+
location?: string;
|
1843
|
+
/**
|
1844
|
+
* Azure resource tenant Id
|
1845
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1846
|
+
*/
|
1847
|
+
readonly tenantId?: string;
|
1848
|
+
/** Associated Network Configuration Scope Id (GUID) */
|
1849
|
+
networkConfigurationScopeId?: string;
|
1850
|
+
/** Associated Network Configuration Scope Resource Id */
|
1851
|
+
networkConfigurationScopeResourceId?: string;
|
1852
|
+
/**
|
1853
|
+
* Public key information for client authentication
|
1854
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1855
|
+
*/
|
1856
|
+
readonly keyProperties?: KeyProperties;
|
1857
|
+
}
|
1858
|
+
/** Properties for the Machine ESU profile. */
|
1859
|
+
export interface LicenseProfileMachineInstanceViewEsuProperties extends LicenseProfileArmEsuPropertiesWithoutAssignedLicense {
|
1860
|
+
/** The assigned license resource. */
|
1861
|
+
assignedLicense?: License;
|
1862
|
+
/** Describes the license assignment state (Assigned or NotAssigned). */
|
1863
|
+
licenseAssignmentState?: LicenseAssignmentState;
|
1864
|
+
}
|
1865
|
+
/** Describes the properties of a License Profile ARM model. */
|
1866
|
+
export interface LicenseProfileArmEsuProperties extends LicenseProfileArmEsuPropertiesWithoutAssignedLicense {
|
1867
|
+
/** The resource id of the license. */
|
1868
|
+
assignedLicense?: string;
|
1869
|
+
}
|
1870
|
+
/** Describes a Extension Metadata */
|
1871
|
+
export interface ExtensionValue extends ProxyResource {
|
1872
|
+
/**
|
1873
|
+
* The version of the Extension being received.
|
1874
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1875
|
+
*/
|
1876
|
+
readonly version?: string;
|
1877
|
+
/**
|
1878
|
+
* The type of the Extension being received.
|
1879
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1880
|
+
*/
|
1881
|
+
readonly extensionType?: string;
|
1882
|
+
/**
|
1883
|
+
* The publisher of the Extension being received.
|
1884
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1885
|
+
*/
|
1886
|
+
readonly publisher?: string;
|
1887
|
+
}
|
1888
|
+
/** Describes an Arc Gateway. */
|
1889
|
+
export interface Gateway extends TrackedResourceAutoGenerated {
|
1890
|
+
/**
|
1891
|
+
* The provisioning state, which only appears in the response.
|
1892
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1893
|
+
*/
|
1894
|
+
readonly provisioningState?: ProvisioningState;
|
1895
|
+
/**
|
1896
|
+
* A unique, immutable, identifier for the Gateway.
|
1897
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1898
|
+
*/
|
1899
|
+
readonly gatewayId?: string;
|
1900
|
+
/** The type of the Gateway resource. */
|
1901
|
+
gatewayType?: GatewayType;
|
1902
|
+
/**
|
1903
|
+
* The endpoint fqdn for the Gateway.
|
1904
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1905
|
+
*/
|
1906
|
+
readonly gatewayEndpoint?: string;
|
1907
|
+
/** Specifies the list of features that are enabled for this Gateway. */
|
1908
|
+
allowedFeatures?: string[];
|
1909
|
+
}
|
1910
|
+
/** Defines headers for Machines_assessPatches operation. */
|
1911
|
+
export interface MachinesAssessPatchesHeaders {
|
1912
|
+
/** The URL of the resource used to check the status of the asynchronous operation. */
|
1913
|
+
location?: string;
|
1914
|
+
}
|
1915
|
+
/** Defines headers for Machines_installPatches operation. */
|
1916
|
+
export interface MachinesInstallPatchesHeaders {
|
1917
|
+
/** The URL of the resource used to check the status of the asynchronous operation. */
|
1918
|
+
location?: string;
|
1919
|
+
}
|
1920
|
+
/** Defines headers for LicenseProfiles_createOrUpdate operation. */
|
1921
|
+
export interface LicenseProfilesCreateOrUpdateHeaders {
|
1922
|
+
/** The URL of the resource used to check the status of the asynchronous operation. */
|
1923
|
+
location?: string;
|
1924
|
+
/** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
1925
|
+
retryAfter?: number;
|
1926
|
+
/** The URI to poll for completion status. */
|
1927
|
+
azureAsyncOperation?: string;
|
1928
|
+
}
|
1929
|
+
/** Defines headers for LicenseProfiles_update operation. */
|
1930
|
+
export interface LicenseProfilesUpdateHeaders {
|
1931
|
+
/** The URL of the resource used to check the status of the asynchronous operation. */
|
1932
|
+
location?: string;
|
1933
|
+
/** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
1934
|
+
retryAfter?: number;
|
1935
|
+
/** The URI to poll for completion status. */
|
1936
|
+
azureAsyncOperation?: string;
|
1937
|
+
}
|
1938
|
+
/** Defines headers for LicenseProfiles_delete operation. */
|
1939
|
+
export interface LicenseProfilesDeleteHeaders {
|
1940
|
+
/** The URL of the resource used to check the status of the asynchronous operation. */
|
1941
|
+
location?: string;
|
1942
|
+
/** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
1943
|
+
retryAfter?: number;
|
1944
|
+
/** The URI to poll for completion status. */
|
1945
|
+
azureAsyncOperation?: string;
|
1946
|
+
}
|
1947
|
+
/** Defines headers for MachineExtensions_update operation. */
|
1948
|
+
export interface MachineExtensionsUpdateHeaders {
|
1949
|
+
/** The URL of the resource used to check the status of the asynchronous operation. */
|
1950
|
+
location?: string;
|
1951
|
+
/** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
1952
|
+
retryAfter?: number;
|
1953
|
+
/** The URI to poll for completion status. */
|
1954
|
+
azureAsyncOperation?: string;
|
1955
|
+
}
|
1956
|
+
/** Defines headers for MachineExtensions_delete operation. */
|
1957
|
+
export interface MachineExtensionsDeleteHeaders {
|
1958
|
+
/** The URL of the resource used to check the status of the asynchronous operation. */
|
1959
|
+
location?: string;
|
1960
|
+
/** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
1961
|
+
retryAfter?: number;
|
1962
|
+
/** The URI to poll for completion status. */
|
1963
|
+
azureAsyncOperation?: string;
|
1964
|
+
}
|
1965
|
+
/** Defines headers for HybridComputeManagementClient_upgradeExtensions operation. */
|
1966
|
+
export interface HybridComputeManagementClientUpgradeExtensionsHeaders {
|
1967
|
+
/** The URL of the resource used to check the status of the asynchronous operation. */
|
1968
|
+
location?: string;
|
1969
|
+
/** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
1970
|
+
retryAfter?: number;
|
1971
|
+
/** The URI to poll for completion status. */
|
1972
|
+
azureAsyncOperation?: string;
|
1973
|
+
}
|
1974
|
+
/** Defines headers for MachineRunCommands_createOrUpdate operation. */
|
1975
|
+
export interface MachineRunCommandsCreateOrUpdateHeaders {
|
1976
|
+
/** The URL of the resource used to check the status of the asynchronous operation. */
|
1977
|
+
location?: string;
|
1978
|
+
/** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
1979
|
+
retryAfter?: number;
|
1980
|
+
/** The URI to poll for completion status. */
|
1981
|
+
azureAsyncOperation?: string;
|
1982
|
+
}
|
1983
|
+
/** Defines headers for MachineRunCommands_delete operation. */
|
1984
|
+
export interface MachineRunCommandsDeleteHeaders {
|
1985
|
+
/** The URL of the resource used to check the status of the asynchronous operation. */
|
1986
|
+
location?: string;
|
1987
|
+
/** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
1988
|
+
retryAfter?: number;
|
1989
|
+
/** The URI to poll for completion status. */
|
1990
|
+
azureAsyncOperation?: string;
|
1991
|
+
}
|
1992
|
+
/** Defines headers for Gateways_createOrUpdate operation. */
|
1993
|
+
export interface GatewaysCreateOrUpdateHeaders {
|
1994
|
+
/** The URL of the resource used to check the status of the asynchronous operation. */
|
1995
|
+
location?: string;
|
1996
|
+
/** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
1997
|
+
retryAfter?: number;
|
1998
|
+
/** The URI to poll for completion status. */
|
1999
|
+
azureAsyncOperation?: string;
|
2000
|
+
}
|
2001
|
+
/** Defines headers for Gateways_delete operation. */
|
2002
|
+
export interface GatewaysDeleteHeaders {
|
2003
|
+
/** The URL of the resource used to check the status of the asynchronous operation. */
|
2004
|
+
location?: string;
|
2005
|
+
/** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
2006
|
+
retryAfter?: number;
|
2007
|
+
/** The URI to poll for completion status. */
|
2008
|
+
azureAsyncOperation?: string;
|
2009
|
+
}
|
2010
|
+
/** Defines headers for PrivateLinkScopes_delete operation. */
|
2011
|
+
export interface PrivateLinkScopesDeleteHeaders {
|
2012
|
+
/** The URL of the resource used to check the status of the asynchronous operation. */
|
2013
|
+
location?: string;
|
2014
|
+
/** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
2015
|
+
retryAfter?: number;
|
2016
|
+
/** The URI to poll for completion status. */
|
2017
|
+
azureAsyncOperation?: string;
|
2018
|
+
}
|
2019
|
+
/** Defines headers for PrivateEndpointConnections_delete operation. */
|
2020
|
+
export interface PrivateEndpointConnectionsDeleteHeaders {
|
2021
|
+
/** The URL of the resource used to check the status of the asynchronous operation. */
|
2022
|
+
location?: string;
|
2023
|
+
/** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
2024
|
+
retryAfter?: number;
|
2025
|
+
/** The URI to poll for completion status. */
|
2026
|
+
azureAsyncOperation?: string;
|
2027
|
+
}
|
2028
|
+
/** Defines headers for NetworkSecurityPerimeterConfigurations_reconcileForPrivateLinkScope operation. */
|
2029
|
+
export interface NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeHeaders {
|
2030
|
+
/** The URL of the resource used to check the status of the asynchronous operation. */
|
2031
|
+
location?: string;
|
2032
|
+
/** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
2033
|
+
retryAfter?: number;
|
2034
|
+
/** The URI to poll for completion status. */
|
2035
|
+
azureAsyncOperation?: string;
|
2036
|
+
}
|
2037
|
+
/** Known values of {@link ProvisioningState} that the service accepts. */
|
2038
|
+
export declare enum KnownProvisioningState {
|
2039
|
+
/** Creating */
|
2040
|
+
Creating = "Creating",
|
2041
|
+
/** Updating */
|
2042
|
+
Updating = "Updating",
|
2043
|
+
/** Deleting */
|
2044
|
+
Deleting = "Deleting",
|
2045
|
+
/** Succeeded */
|
2046
|
+
Succeeded = "Succeeded",
|
2047
|
+
/** Failed */
|
2048
|
+
Failed = "Failed",
|
2049
|
+
/** Accepted */
|
2050
|
+
Accepted = "Accepted",
|
2051
|
+
/** Canceled */
|
2052
|
+
Canceled = "Canceled",
|
2053
|
+
/** Deleted */
|
2054
|
+
Deleted = "Deleted"
|
2055
|
+
}
|
2056
|
+
/**
|
2057
|
+
* Defines values for ProvisioningState. \
|
2058
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
2059
|
+
* this enum contains the known values that the service supports.
|
2060
|
+
* ### Known values supported by the service
|
2061
|
+
* **Creating** \
|
2062
|
+
* **Updating** \
|
2063
|
+
* **Deleting** \
|
2064
|
+
* **Succeeded** \
|
2065
|
+
* **Failed** \
|
2066
|
+
* **Accepted** \
|
2067
|
+
* **Canceled** \
|
2068
|
+
* **Deleted**
|
2069
|
+
*/
|
2070
|
+
export type ProvisioningState = string;
|
2071
|
+
/** Known values of {@link LicenseType} that the service accepts. */
|
2072
|
+
export declare enum KnownLicenseType {
|
2073
|
+
/** ESU */
|
2074
|
+
ESU = "ESU"
|
2075
|
+
}
|
2076
|
+
/**
|
2077
|
+
* Defines values for LicenseType. \
|
2078
|
+
* {@link KnownLicenseType} can be used interchangeably with LicenseType,
|
2079
|
+
* this enum contains the known values that the service supports.
|
2080
|
+
* ### Known values supported by the service
|
2081
|
+
* **ESU**
|
2082
|
+
*/
|
2083
|
+
export type LicenseType = string;
|
2084
|
+
/** Known values of {@link LicenseState} that the service accepts. */
|
2085
|
+
export declare enum KnownLicenseState {
|
2086
|
+
/** Activated */
|
2087
|
+
Activated = "Activated",
|
2088
|
+
/** Deactivated */
|
2089
|
+
Deactivated = "Deactivated"
|
2090
|
+
}
|
2091
|
+
/**
|
2092
|
+
* Defines values for LicenseState. \
|
2093
|
+
* {@link KnownLicenseState} can be used interchangeably with LicenseState,
|
2094
|
+
* this enum contains the known values that the service supports.
|
2095
|
+
* ### Known values supported by the service
|
2096
|
+
* **Activated** \
|
2097
|
+
* **Deactivated**
|
2098
|
+
*/
|
2099
|
+
export type LicenseState = string;
|
2100
|
+
/** Known values of {@link LicenseTarget} that the service accepts. */
|
2101
|
+
export declare enum KnownLicenseTarget {
|
2102
|
+
/** WindowsServer2012 */
|
2103
|
+
WindowsServer2012 = "Windows Server 2012",
|
2104
|
+
/** WindowsServer2012R2 */
|
2105
|
+
WindowsServer2012R2 = "Windows Server 2012 R2"
|
2106
|
+
}
|
2107
|
+
/**
|
2108
|
+
* Defines values for LicenseTarget. \
|
2109
|
+
* {@link KnownLicenseTarget} can be used interchangeably with LicenseTarget,
|
2110
|
+
* this enum contains the known values that the service supports.
|
2111
|
+
* ### Known values supported by the service
|
2112
|
+
* **Windows Server 2012** \
|
2113
|
+
* **Windows Server 2012 R2**
|
2114
|
+
*/
|
2115
|
+
export type LicenseTarget = string;
|
2116
|
+
/** Known values of {@link LicenseEdition} that the service accepts. */
|
2117
|
+
export declare enum KnownLicenseEdition {
|
2118
|
+
/** Standard */
|
2119
|
+
Standard = "Standard",
|
2120
|
+
/** Datacenter */
|
2121
|
+
Datacenter = "Datacenter"
|
2122
|
+
}
|
2123
|
+
/**
|
2124
|
+
* Defines values for LicenseEdition. \
|
2125
|
+
* {@link KnownLicenseEdition} can be used interchangeably with LicenseEdition,
|
2126
|
+
* this enum contains the known values that the service supports.
|
2127
|
+
* ### Known values supported by the service
|
2128
|
+
* **Standard** \
|
2129
|
+
* **Datacenter**
|
2130
|
+
*/
|
2131
|
+
export type LicenseEdition = string;
|
2132
|
+
/** Known values of {@link LicenseCoreType} that the service accepts. */
|
2133
|
+
export declare enum KnownLicenseCoreType {
|
2134
|
+
/** PCore */
|
2135
|
+
PCore = "pCore",
|
2136
|
+
/** VCore */
|
2137
|
+
VCore = "vCore"
|
2138
|
+
}
|
2139
|
+
/**
|
2140
|
+
* Defines values for LicenseCoreType. \
|
2141
|
+
* {@link KnownLicenseCoreType} can be used interchangeably with LicenseCoreType,
|
2142
|
+
* this enum contains the known values that the service supports.
|
2143
|
+
* ### Known values supported by the service
|
2144
|
+
* **pCore** \
|
2145
|
+
* **vCore**
|
2146
|
+
*/
|
2147
|
+
export type LicenseCoreType = string;
|
2148
|
+
/** Known values of {@link ProgramYear} that the service accepts. */
|
2149
|
+
export declare enum KnownProgramYear {
|
2150
|
+
/** Year1 */
|
2151
|
+
Year1 = "Year 1",
|
2152
|
+
/** Year2 */
|
2153
|
+
Year2 = "Year 2",
|
2154
|
+
/** Year3 */
|
2155
|
+
Year3 = "Year 3"
|
2156
|
+
}
|
2157
|
+
/**
|
2158
|
+
* Defines values for ProgramYear. \
|
2159
|
+
* {@link KnownProgramYear} can be used interchangeably with ProgramYear,
|
2160
|
+
* this enum contains the known values that the service supports.
|
2161
|
+
* ### Known values supported by the service
|
2162
|
+
* **Year 1** \
|
2163
|
+
* **Year 2** \
|
2164
|
+
* **Year 3**
|
2165
|
+
*/
|
2166
|
+
export type ProgramYear = string;
|
2167
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
2168
|
+
export declare enum KnownCreatedByType {
|
2169
|
+
/** User */
|
2170
|
+
User = "User",
|
2171
|
+
/** Application */
|
2172
|
+
Application = "Application",
|
2173
|
+
/** ManagedIdentity */
|
2174
|
+
ManagedIdentity = "ManagedIdentity",
|
2175
|
+
/** Key */
|
2176
|
+
Key = "Key"
|
2177
|
+
}
|
2178
|
+
/**
|
2179
|
+
* Defines values for CreatedByType. \
|
2180
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
2181
|
+
* this enum contains the known values that the service supports.
|
2182
|
+
* ### Known values supported by the service
|
2183
|
+
* **User** \
|
2184
|
+
* **Application** \
|
2185
|
+
* **ManagedIdentity** \
|
2186
|
+
* **Key**
|
2187
|
+
*/
|
2188
|
+
export type CreatedByType = string;
|
2189
|
+
/** Known values of {@link InstanceViewTypes} that the service accepts. */
|
2190
|
+
export declare enum KnownInstanceViewTypes {
|
2191
|
+
/** InstanceView */
|
2192
|
+
InstanceView = "instanceView"
|
2193
|
+
}
|
2194
|
+
/**
|
2195
|
+
* Defines values for InstanceViewTypes. \
|
2196
|
+
* {@link KnownInstanceViewTypes} can be used interchangeably with InstanceViewTypes,
|
2197
|
+
* this enum contains the known values that the service supports.
|
2198
|
+
* ### Known values supported by the service
|
2199
|
+
* **instanceView**
|
2200
|
+
*/
|
2201
|
+
export type InstanceViewTypes = string;
|
2202
|
+
/** Known values of {@link AgentConfigurationMode} that the service accepts. */
|
2203
|
+
export declare enum KnownAgentConfigurationMode {
|
2204
|
+
/** Full */
|
2205
|
+
Full = "full",
|
2206
|
+
/** Monitor */
|
2207
|
+
Monitor = "monitor"
|
2208
|
+
}
|
2209
|
+
/**
|
2210
|
+
* Defines values for AgentConfigurationMode. \
|
2211
|
+
* {@link KnownAgentConfigurationMode} can be used interchangeably with AgentConfigurationMode,
|
2212
|
+
* this enum contains the known values that the service supports.
|
2213
|
+
* ### Known values supported by the service
|
2214
|
+
* **full** \
|
2215
|
+
* **monitor**
|
2216
|
+
*/
|
2217
|
+
export type AgentConfigurationMode = string;
|
2218
|
+
/** Known values of {@link LastAttemptStatusEnum} that the service accepts. */
|
2219
|
+
export declare enum KnownLastAttemptStatusEnum {
|
2220
|
+
/** Success */
|
2221
|
+
Success = "Success",
|
2222
|
+
/** Failed */
|
2223
|
+
Failed = "Failed"
|
2224
|
+
}
|
2225
|
+
/**
|
2226
|
+
* Defines values for LastAttemptStatusEnum. \
|
2227
|
+
* {@link KnownLastAttemptStatusEnum} can be used interchangeably with LastAttemptStatusEnum,
|
2228
|
+
* this enum contains the known values that the service supports.
|
2229
|
+
* ### Known values supported by the service
|
2230
|
+
* **Success** \
|
2231
|
+
* **Failed**
|
2232
|
+
*/
|
2233
|
+
export type LastAttemptStatusEnum = string;
|
2234
|
+
/** Known values of {@link AssessmentModeTypes} that the service accepts. */
|
2235
|
+
export declare enum KnownAssessmentModeTypes {
|
2236
|
+
/** ImageDefault */
|
2237
|
+
ImageDefault = "ImageDefault",
|
2238
|
+
/** AutomaticByPlatform */
|
2239
|
+
AutomaticByPlatform = "AutomaticByPlatform"
|
2240
|
+
}
|
2241
|
+
/**
|
2242
|
+
* Defines values for AssessmentModeTypes. \
|
2243
|
+
* {@link KnownAssessmentModeTypes} can be used interchangeably with AssessmentModeTypes,
|
2244
|
+
* this enum contains the known values that the service supports.
|
2245
|
+
* ### Known values supported by the service
|
2246
|
+
* **ImageDefault** \
|
2247
|
+
* **AutomaticByPlatform**
|
2248
|
+
*/
|
2249
|
+
export type AssessmentModeTypes = string;
|
2250
|
+
/** Known values of {@link PatchModeTypes} that the service accepts. */
|
2251
|
+
export declare enum KnownPatchModeTypes {
|
2252
|
+
/** ImageDefault */
|
2253
|
+
ImageDefault = "ImageDefault",
|
2254
|
+
/** AutomaticByPlatform */
|
2255
|
+
AutomaticByPlatform = "AutomaticByPlatform",
|
2256
|
+
/** AutomaticByOS */
|
2257
|
+
AutomaticByOS = "AutomaticByOS",
|
2258
|
+
/** Manual */
|
2259
|
+
Manual = "Manual"
|
2260
|
+
}
|
2261
|
+
/**
|
2262
|
+
* Defines values for PatchModeTypes. \
|
2263
|
+
* {@link KnownPatchModeTypes} can be used interchangeably with PatchModeTypes,
|
2264
|
+
* this enum contains the known values that the service supports.
|
2265
|
+
* ### Known values supported by the service
|
2266
|
+
* **ImageDefault** \
|
2267
|
+
* **AutomaticByPlatform** \
|
2268
|
+
* **AutomaticByOS** \
|
2269
|
+
* **Manual**
|
2270
|
+
*/
|
2271
|
+
export type PatchModeTypes = string;
|
2272
|
+
/** Known values of {@link HotpatchEnablementStatus} that the service accepts. */
|
2273
|
+
export declare enum KnownHotpatchEnablementStatus {
|
2274
|
+
/** Unknown */
|
2275
|
+
Unknown = "Unknown",
|
2276
|
+
/** PendingEvaluation */
|
2277
|
+
PendingEvaluation = "PendingEvaluation",
|
2278
|
+
/** Disabled */
|
2279
|
+
Disabled = "Disabled",
|
2280
|
+
/** ActionRequired */
|
2281
|
+
ActionRequired = "ActionRequired",
|
2282
|
+
/** Enabled */
|
2283
|
+
Enabled = "Enabled"
|
2284
|
+
}
|
2285
|
+
/**
|
2286
|
+
* Defines values for HotpatchEnablementStatus. \
|
2287
|
+
* {@link KnownHotpatchEnablementStatus} can be used interchangeably with HotpatchEnablementStatus,
|
2288
|
+
* this enum contains the known values that the service supports.
|
2289
|
+
* ### Known values supported by the service
|
2290
|
+
* **Unknown** \
|
2291
|
+
* **PendingEvaluation** \
|
2292
|
+
* **Disabled** \
|
2293
|
+
* **ActionRequired** \
|
2294
|
+
* **Enabled**
|
2295
|
+
*/
|
2296
|
+
export type HotpatchEnablementStatus = string;
|
2297
|
+
/** Known values of {@link LicenseStatus} that the service accepts. */
|
2298
|
+
export declare enum KnownLicenseStatus {
|
2299
|
+
/** Unlicensed */
|
2300
|
+
Unlicensed = "Unlicensed",
|
2301
|
+
/** Licensed */
|
2302
|
+
Licensed = "Licensed",
|
2303
|
+
/** OOBGrace */
|
2304
|
+
OOBGrace = "OOBGrace",
|
2305
|
+
/** OOTGrace */
|
2306
|
+
OOTGrace = "OOTGrace",
|
2307
|
+
/** NonGenuineGrace */
|
2308
|
+
NonGenuineGrace = "NonGenuineGrace",
|
2309
|
+
/** Notification */
|
2310
|
+
Notification = "Notification",
|
2311
|
+
/** ExtendedGrace */
|
2312
|
+
ExtendedGrace = "ExtendedGrace"
|
2313
|
+
}
|
2314
|
+
/**
|
2315
|
+
* Defines values for LicenseStatus. \
|
2316
|
+
* {@link KnownLicenseStatus} can be used interchangeably with LicenseStatus,
|
2317
|
+
* this enum contains the known values that the service supports.
|
2318
|
+
* ### Known values supported by the service
|
2319
|
+
* **Unlicensed** \
|
2320
|
+
* **Licensed** \
|
2321
|
+
* **OOBGrace** \
|
2322
|
+
* **OOTGrace** \
|
2323
|
+
* **NonGenuineGrace** \
|
2324
|
+
* **Notification** \
|
2325
|
+
* **ExtendedGrace**
|
2326
|
+
*/
|
2327
|
+
export type LicenseStatus = string;
|
2328
|
+
/** Known values of {@link LicenseAssignmentState} that the service accepts. */
|
2329
|
+
export declare enum KnownLicenseAssignmentState {
|
2330
|
+
/** Assigned */
|
2331
|
+
Assigned = "Assigned",
|
2332
|
+
/** NotAssigned */
|
2333
|
+
NotAssigned = "NotAssigned"
|
2334
|
+
}
|
2335
|
+
/**
|
2336
|
+
* Defines values for LicenseAssignmentState. \
|
2337
|
+
* {@link KnownLicenseAssignmentState} can be used interchangeably with LicenseAssignmentState,
|
2338
|
+
* this enum contains the known values that the service supports.
|
2339
|
+
* ### Known values supported by the service
|
2340
|
+
* **Assigned** \
|
2341
|
+
* **NotAssigned**
|
2342
|
+
*/
|
2343
|
+
export type LicenseAssignmentState = string;
|
2344
|
+
/** Known values of {@link EsuServerType} that the service accepts. */
|
2345
|
+
export declare enum KnownEsuServerType {
|
2346
|
+
/** Standard */
|
2347
|
+
Standard = "Standard",
|
2348
|
+
/** Datacenter */
|
2349
|
+
Datacenter = "Datacenter"
|
2350
|
+
}
|
2351
|
+
/**
|
2352
|
+
* Defines values for EsuServerType. \
|
2353
|
+
* {@link KnownEsuServerType} can be used interchangeably with EsuServerType,
|
2354
|
+
* this enum contains the known values that the service supports.
|
2355
|
+
* ### Known values supported by the service
|
2356
|
+
* **Standard** \
|
2357
|
+
* **Datacenter**
|
2358
|
+
*/
|
2359
|
+
export type EsuServerType = string;
|
2360
|
+
/** Known values of {@link EsuEligibility} that the service accepts. */
|
2361
|
+
export declare enum KnownEsuEligibility {
|
2362
|
+
/** Eligible */
|
2363
|
+
Eligible = "Eligible",
|
2364
|
+
/** Ineligible */
|
2365
|
+
Ineligible = "Ineligible",
|
2366
|
+
/** Unknown */
|
2367
|
+
Unknown = "Unknown"
|
2368
|
+
}
|
2369
|
+
/**
|
2370
|
+
* Defines values for EsuEligibility. \
|
2371
|
+
* {@link KnownEsuEligibility} can be used interchangeably with EsuEligibility,
|
2372
|
+
* this enum contains the known values that the service supports.
|
2373
|
+
* ### Known values supported by the service
|
2374
|
+
* **Eligible** \
|
2375
|
+
* **Ineligible** \
|
2376
|
+
* **Unknown**
|
2377
|
+
*/
|
2378
|
+
export type EsuEligibility = string;
|
2379
|
+
/** Known values of {@link EsuKeyState} that the service accepts. */
|
2380
|
+
export declare enum KnownEsuKeyState {
|
2381
|
+
/** Inactive */
|
2382
|
+
Inactive = "Inactive",
|
2383
|
+
/** Active */
|
2384
|
+
Active = "Active"
|
2385
|
+
}
|
2386
|
+
/**
|
2387
|
+
* Defines values for EsuKeyState. \
|
2388
|
+
* {@link KnownEsuKeyState} can be used interchangeably with EsuKeyState,
|
2389
|
+
* this enum contains the known values that the service supports.
|
2390
|
+
* ### Known values supported by the service
|
2391
|
+
* **Inactive** \
|
2392
|
+
* **Active**
|
2393
|
+
*/
|
2394
|
+
export type EsuKeyState = string;
|
2395
|
+
/** Known values of {@link LicenseProfileSubscriptionStatus} that the service accepts. */
|
2396
|
+
export declare enum KnownLicenseProfileSubscriptionStatus {
|
2397
|
+
/** Unknown */
|
2398
|
+
Unknown = "Unknown",
|
2399
|
+
/** Enabling */
|
2400
|
+
Enabling = "Enabling",
|
2401
|
+
/** Enabled */
|
2402
|
+
Enabled = "Enabled",
|
2403
|
+
/** Disabled */
|
2404
|
+
Disabled = "Disabled",
|
2405
|
+
/** Disabling */
|
2406
|
+
Disabling = "Disabling",
|
2407
|
+
/** Failed */
|
2408
|
+
Failed = "Failed"
|
2409
|
+
}
|
2410
|
+
/**
|
2411
|
+
* Defines values for LicenseProfileSubscriptionStatus. \
|
2412
|
+
* {@link KnownLicenseProfileSubscriptionStatus} can be used interchangeably with LicenseProfileSubscriptionStatus,
|
2413
|
+
* this enum contains the known values that the service supports.
|
2414
|
+
* ### Known values supported by the service
|
2415
|
+
* **Unknown** \
|
2416
|
+
* **Enabling** \
|
2417
|
+
* **Enabled** \
|
2418
|
+
* **Disabled** \
|
2419
|
+
* **Disabling** \
|
2420
|
+
* **Failed**
|
2421
|
+
*/
|
2422
|
+
export type LicenseProfileSubscriptionStatus = string;
|
2423
|
+
/** Known values of {@link LicenseProfileProductType} that the service accepts. */
|
2424
|
+
export declare enum KnownLicenseProfileProductType {
|
2425
|
+
/** WindowsServer */
|
2426
|
+
WindowsServer = "WindowsServer",
|
2427
|
+
/** WindowsIoTEnterprise */
|
2428
|
+
WindowsIoTEnterprise = "WindowsIoTEnterprise"
|
2429
|
+
}
|
2430
|
+
/**
|
2431
|
+
* Defines values for LicenseProfileProductType. \
|
2432
|
+
* {@link KnownLicenseProfileProductType} can be used interchangeably with LicenseProfileProductType,
|
2433
|
+
* this enum contains the known values that the service supports.
|
2434
|
+
* ### Known values supported by the service
|
2435
|
+
* **WindowsServer** \
|
2436
|
+
* **WindowsIoTEnterprise**
|
2437
|
+
*/
|
2438
|
+
export type LicenseProfileProductType = string;
|
2439
|
+
/** Known values of {@link StatusTypes} that the service accepts. */
|
2440
|
+
export declare enum KnownStatusTypes {
|
2441
|
+
/** Connected */
|
2442
|
+
Connected = "Connected",
|
2443
|
+
/** Disconnected */
|
2444
|
+
Disconnected = "Disconnected",
|
2445
|
+
/** Error */
|
2446
|
+
Error = "Error"
|
2447
|
+
}
|
2448
|
+
/**
|
2449
|
+
* Defines values for StatusTypes. \
|
2450
|
+
* {@link KnownStatusTypes} can be used interchangeably with StatusTypes,
|
2451
|
+
* this enum contains the known values that the service supports.
|
2452
|
+
* ### Known values supported by the service
|
2453
|
+
* **Connected** \
|
2454
|
+
* **Disconnected** \
|
2455
|
+
* **Error**
|
2456
|
+
*/
|
2457
|
+
export type StatusTypes = string;
|
2458
|
+
/** Known values of {@link StatusLevelTypes} that the service accepts. */
|
2459
|
+
export declare enum KnownStatusLevelTypes {
|
2460
|
+
/** Info */
|
2461
|
+
Info = "Info",
|
2462
|
+
/** Warning */
|
2463
|
+
Warning = "Warning",
|
2464
|
+
/** Error */
|
2465
|
+
Error = "Error"
|
2466
|
+
}
|
2467
|
+
/**
|
2468
|
+
* Defines values for StatusLevelTypes. \
|
2469
|
+
* {@link KnownStatusLevelTypes} can be used interchangeably with StatusLevelTypes,
|
2470
|
+
* this enum contains the known values that the service supports.
|
2471
|
+
* ### Known values supported by the service
|
2472
|
+
* **Info** \
|
2473
|
+
* **Warning** \
|
2474
|
+
* **Error**
|
2475
|
+
*/
|
2476
|
+
export type StatusLevelTypes = string;
|
2477
|
+
/** Known values of {@link ArcKindEnum} that the service accepts. */
|
2478
|
+
export declare enum KnownArcKindEnum {
|
2479
|
+
/** AVS */
|
2480
|
+
AVS = "AVS",
|
2481
|
+
/** HCI */
|
2482
|
+
HCI = "HCI",
|
2483
|
+
/** Scvmm */
|
2484
|
+
Scvmm = "SCVMM",
|
2485
|
+
/** VMware */
|
2486
|
+
VMware = "VMware",
|
2487
|
+
/** EPS */
|
2488
|
+
EPS = "EPS",
|
2489
|
+
/** GCP */
|
2490
|
+
GCP = "GCP",
|
2491
|
+
/** AWS */
|
2492
|
+
AWS = "AWS"
|
2493
|
+
}
|
2494
|
+
/**
|
2495
|
+
* Defines values for ArcKindEnum. \
|
2496
|
+
* {@link KnownArcKindEnum} can be used interchangeably with ArcKindEnum,
|
2497
|
+
* this enum contains the known values that the service supports.
|
2498
|
+
* ### Known values supported by the service
|
2499
|
+
* **AVS** \
|
2500
|
+
* **HCI** \
|
2501
|
+
* **SCVMM** \
|
2502
|
+
* **VMware** \
|
2503
|
+
* **EPS** \
|
2504
|
+
* **GCP** \
|
2505
|
+
* **AWS**
|
2506
|
+
*/
|
2507
|
+
export type ArcKindEnum = string;
|
2508
|
+
/** Known values of {@link LicenseProfileSubscriptionStatusUpdate} that the service accepts. */
|
2509
|
+
export declare enum KnownLicenseProfileSubscriptionStatusUpdate {
|
2510
|
+
/** Enable */
|
2511
|
+
Enable = "Enable",
|
2512
|
+
/** Disable */
|
2513
|
+
Disable = "Disable"
|
2514
|
+
}
|
2515
|
+
/**
|
2516
|
+
* Defines values for LicenseProfileSubscriptionStatusUpdate. \
|
2517
|
+
* {@link KnownLicenseProfileSubscriptionStatusUpdate} can be used interchangeably with LicenseProfileSubscriptionStatusUpdate,
|
2518
|
+
* this enum contains the known values that the service supports.
|
2519
|
+
* ### Known values supported by the service
|
2520
|
+
* **Enable** \
|
2521
|
+
* **Disable**
|
2522
|
+
*/
|
2523
|
+
export type LicenseProfileSubscriptionStatusUpdate = string;
|
2524
|
+
/** Known values of {@link PatchOperationStatus} that the service accepts. */
|
2525
|
+
export declare enum KnownPatchOperationStatus {
|
2526
|
+
/** Unknown */
|
2527
|
+
Unknown = "Unknown",
|
2528
|
+
/** InProgress */
|
2529
|
+
InProgress = "InProgress",
|
2530
|
+
/** Failed */
|
2531
|
+
Failed = "Failed",
|
2532
|
+
/** Succeeded */
|
2533
|
+
Succeeded = "Succeeded",
|
2534
|
+
/** CompletedWithWarnings */
|
2535
|
+
CompletedWithWarnings = "CompletedWithWarnings"
|
2536
|
+
}
|
2537
|
+
/**
|
2538
|
+
* Defines values for PatchOperationStatus. \
|
2539
|
+
* {@link KnownPatchOperationStatus} can be used interchangeably with PatchOperationStatus,
|
2540
|
+
* this enum contains the known values that the service supports.
|
2541
|
+
* ### Known values supported by the service
|
2542
|
+
* **Unknown** \
|
2543
|
+
* **InProgress** \
|
2544
|
+
* **Failed** \
|
2545
|
+
* **Succeeded** \
|
2546
|
+
* **CompletedWithWarnings**
|
2547
|
+
*/
|
2548
|
+
export type PatchOperationStatus = string;
|
2549
|
+
/** Known values of {@link PatchOperationStartedBy} that the service accepts. */
|
2550
|
+
export declare enum KnownPatchOperationStartedBy {
|
2551
|
+
/** User */
|
2552
|
+
User = "User",
|
2553
|
+
/** Platform */
|
2554
|
+
Platform = "Platform"
|
2555
|
+
}
|
2556
|
+
/**
|
2557
|
+
* Defines values for PatchOperationStartedBy. \
|
2558
|
+
* {@link KnownPatchOperationStartedBy} can be used interchangeably with PatchOperationStartedBy,
|
2559
|
+
* this enum contains the known values that the service supports.
|
2560
|
+
* ### Known values supported by the service
|
2561
|
+
* **User** \
|
2562
|
+
* **Platform**
|
2563
|
+
*/
|
2564
|
+
export type PatchOperationStartedBy = string;
|
2565
|
+
/** Known values of {@link PatchServiceUsed} that the service accepts. */
|
2566
|
+
export declare enum KnownPatchServiceUsed {
|
2567
|
+
/** Unknown */
|
2568
|
+
Unknown = "Unknown",
|
2569
|
+
/** WU */
|
2570
|
+
WU = "WU",
|
2571
|
+
/** WUWsus */
|
2572
|
+
WUWsus = "WU_WSUS",
|
2573
|
+
/** YUM */
|
2574
|
+
YUM = "YUM",
|
2575
|
+
/** APT */
|
2576
|
+
APT = "APT",
|
2577
|
+
/** Zypper */
|
2578
|
+
Zypper = "Zypper"
|
2579
|
+
}
|
2580
|
+
/**
|
2581
|
+
* Defines values for PatchServiceUsed. \
|
2582
|
+
* {@link KnownPatchServiceUsed} can be used interchangeably with PatchServiceUsed,
|
2583
|
+
* this enum contains the known values that the service supports.
|
2584
|
+
* ### Known values supported by the service
|
2585
|
+
* **Unknown** \
|
2586
|
+
* **WU** \
|
2587
|
+
* **WU_WSUS** \
|
2588
|
+
* **YUM** \
|
2589
|
+
* **APT** \
|
2590
|
+
* **Zypper**
|
2591
|
+
*/
|
2592
|
+
export type PatchServiceUsed = string;
|
2593
|
+
/** Known values of {@link OsType} that the service accepts. */
|
2594
|
+
export declare enum KnownOsType {
|
2595
|
+
/** Windows */
|
2596
|
+
Windows = "Windows",
|
2597
|
+
/** Linux */
|
2598
|
+
Linux = "Linux"
|
2599
|
+
}
|
2600
|
+
/**
|
2601
|
+
* Defines values for OsType. \
|
2602
|
+
* {@link KnownOsType} can be used interchangeably with OsType,
|
2603
|
+
* this enum contains the known values that the service supports.
|
2604
|
+
* ### Known values supported by the service
|
2605
|
+
* **Windows** \
|
2606
|
+
* **Linux**
|
2607
|
+
*/
|
2608
|
+
export type OsType = string;
|
2609
|
+
/** Known values of {@link VMGuestPatchRebootSetting} that the service accepts. */
|
2610
|
+
export declare enum KnownVMGuestPatchRebootSetting {
|
2611
|
+
/** IfRequired */
|
2612
|
+
IfRequired = "IfRequired",
|
2613
|
+
/** Never */
|
2614
|
+
Never = "Never",
|
2615
|
+
/** Always */
|
2616
|
+
Always = "Always"
|
2617
|
+
}
|
2618
|
+
/**
|
2619
|
+
* Defines values for VMGuestPatchRebootSetting. \
|
2620
|
+
* {@link KnownVMGuestPatchRebootSetting} can be used interchangeably with VMGuestPatchRebootSetting,
|
2621
|
+
* this enum contains the known values that the service supports.
|
2622
|
+
* ### Known values supported by the service
|
2623
|
+
* **IfRequired** \
|
2624
|
+
* **Never** \
|
2625
|
+
* **Always**
|
2626
|
+
*/
|
2627
|
+
export type VMGuestPatchRebootSetting = string;
|
2628
|
+
/** Known values of {@link VMGuestPatchClassificationWindows} that the service accepts. */
|
2629
|
+
export declare enum KnownVMGuestPatchClassificationWindows {
|
2630
|
+
/** Critical */
|
2631
|
+
Critical = "Critical",
|
2632
|
+
/** Security */
|
2633
|
+
Security = "Security",
|
2634
|
+
/** UpdateRollUp */
|
2635
|
+
UpdateRollUp = "UpdateRollUp",
|
2636
|
+
/** FeaturePack */
|
2637
|
+
FeaturePack = "FeaturePack",
|
2638
|
+
/** ServicePack */
|
2639
|
+
ServicePack = "ServicePack",
|
2640
|
+
/** Definition */
|
2641
|
+
Definition = "Definition",
|
2642
|
+
/** Tools */
|
2643
|
+
Tools = "Tools",
|
2644
|
+
/** Updates */
|
2645
|
+
Updates = "Updates"
|
2646
|
+
}
|
2647
|
+
/**
|
2648
|
+
* Defines values for VMGuestPatchClassificationWindows. \
|
2649
|
+
* {@link KnownVMGuestPatchClassificationWindows} can be used interchangeably with VMGuestPatchClassificationWindows,
|
2650
|
+
* this enum contains the known values that the service supports.
|
2651
|
+
* ### Known values supported by the service
|
2652
|
+
* **Critical** \
|
2653
|
+
* **Security** \
|
2654
|
+
* **UpdateRollUp** \
|
2655
|
+
* **FeaturePack** \
|
2656
|
+
* **ServicePack** \
|
2657
|
+
* **Definition** \
|
2658
|
+
* **Tools** \
|
2659
|
+
* **Updates**
|
2660
|
+
*/
|
2661
|
+
export type VMGuestPatchClassificationWindows = string;
|
2662
|
+
/** Known values of {@link VMGuestPatchClassificationLinux} that the service accepts. */
|
2663
|
+
export declare enum KnownVMGuestPatchClassificationLinux {
|
2664
|
+
/** Critical */
|
2665
|
+
Critical = "Critical",
|
2666
|
+
/** Security */
|
2667
|
+
Security = "Security",
|
2668
|
+
/** Other */
|
2669
|
+
Other = "Other"
|
2670
|
+
}
|
2671
|
+
/**
|
2672
|
+
* Defines values for VMGuestPatchClassificationLinux. \
|
2673
|
+
* {@link KnownVMGuestPatchClassificationLinux} can be used interchangeably with VMGuestPatchClassificationLinux,
|
2674
|
+
* this enum contains the known values that the service supports.
|
2675
|
+
* ### Known values supported by the service
|
2676
|
+
* **Critical** \
|
2677
|
+
* **Security** \
|
2678
|
+
* **Other**
|
2679
|
+
*/
|
2680
|
+
export type VMGuestPatchClassificationLinux = string;
|
2681
|
+
/** Known values of {@link VMGuestPatchRebootStatus} that the service accepts. */
|
2682
|
+
export declare enum KnownVMGuestPatchRebootStatus {
|
2683
|
+
/** Unknown */
|
2684
|
+
Unknown = "Unknown",
|
2685
|
+
/** NotNeeded */
|
2686
|
+
NotNeeded = "NotNeeded",
|
2687
|
+
/** Required */
|
2688
|
+
Required = "Required",
|
2689
|
+
/** Started */
|
2690
|
+
Started = "Started",
|
2691
|
+
/** Failed */
|
2692
|
+
Failed = "Failed",
|
2693
|
+
/** Completed */
|
2694
|
+
Completed = "Completed"
|
2695
|
+
}
|
2696
|
+
/**
|
2697
|
+
* Defines values for VMGuestPatchRebootStatus. \
|
2698
|
+
* {@link KnownVMGuestPatchRebootStatus} can be used interchangeably with VMGuestPatchRebootStatus,
|
2699
|
+
* this enum contains the known values that the service supports.
|
2700
|
+
* ### Known values supported by the service
|
2701
|
+
* **Unknown** \
|
2702
|
+
* **NotNeeded** \
|
2703
|
+
* **Required** \
|
2704
|
+
* **Started** \
|
2705
|
+
* **Failed** \
|
2706
|
+
* **Completed**
|
2707
|
+
*/
|
2708
|
+
export type VMGuestPatchRebootStatus = string;
|
2709
|
+
/** Known values of {@link ExecutionState} that the service accepts. */
|
2710
|
+
export declare enum KnownExecutionState {
|
2711
|
+
/** Unknown */
|
2712
|
+
Unknown = "Unknown",
|
2713
|
+
/** Pending */
|
2714
|
+
Pending = "Pending",
|
2715
|
+
/** Running */
|
2716
|
+
Running = "Running",
|
2717
|
+
/** Failed */
|
2718
|
+
Failed = "Failed",
|
2719
|
+
/** Succeeded */
|
2720
|
+
Succeeded = "Succeeded",
|
2721
|
+
/** TimedOut */
|
2722
|
+
TimedOut = "TimedOut",
|
2723
|
+
/** Canceled */
|
2724
|
+
Canceled = "Canceled"
|
2725
|
+
}
|
2726
|
+
/**
|
2727
|
+
* Defines values for ExecutionState. \
|
2728
|
+
* {@link KnownExecutionState} can be used interchangeably with ExecutionState,
|
2729
|
+
* this enum contains the known values that the service supports.
|
2730
|
+
* ### Known values supported by the service
|
2731
|
+
* **Unknown** \
|
2732
|
+
* **Pending** \
|
2733
|
+
* **Running** \
|
2734
|
+
* **Failed** \
|
2735
|
+
* **Succeeded** \
|
2736
|
+
* **TimedOut** \
|
2737
|
+
* **Canceled**
|
2738
|
+
*/
|
2739
|
+
export type ExecutionState = string;
|
2740
|
+
/** Known values of {@link GatewayType} that the service accepts. */
|
2741
|
+
export declare enum KnownGatewayType {
|
2742
|
+
/** Public */
|
2743
|
+
Public = "Public"
|
2744
|
+
}
|
2745
|
+
/**
|
2746
|
+
* Defines values for GatewayType. \
|
2747
|
+
* {@link KnownGatewayType} can be used interchangeably with GatewayType,
|
2748
|
+
* this enum contains the known values that the service supports.
|
2749
|
+
* ### Known values supported by the service
|
2750
|
+
* **Public**
|
2751
|
+
*/
|
2752
|
+
export type GatewayType = string;
|
2753
|
+
/** Known values of {@link PublicNetworkAccessType} that the service accepts. */
|
2754
|
+
export declare enum KnownPublicNetworkAccessType {
|
2755
|
+
/** Allows Azure Arc agents to communicate with Azure Arc services over both public (internet) and private endpoints. */
|
2756
|
+
Enabled = "Enabled",
|
2757
|
+
/** Does not allow Azure Arc agents to communicate with Azure Arc services over public (internet) endpoints. The agents must use the private link. */
|
2758
|
+
Disabled = "Disabled",
|
2759
|
+
/** Azure Arc agent communication with Azure Arc services over public (internet) is enforced by Network Security Perimeter (NSP) */
|
2760
|
+
SecuredByPerimeter = "SecuredByPerimeter"
|
2761
|
+
}
|
2762
|
+
/**
|
2763
|
+
* Defines values for PublicNetworkAccessType. \
|
2764
|
+
* {@link KnownPublicNetworkAccessType} can be used interchangeably with PublicNetworkAccessType,
|
2765
|
+
* this enum contains the known values that the service supports.
|
2766
|
+
* ### Known values supported by the service
|
2767
|
+
* **Enabled**: Allows Azure Arc agents to communicate with Azure Arc services over both public (internet) and private endpoints. \
|
2768
|
+
* **Disabled**: Does not allow Azure Arc agents to communicate with Azure Arc services over public (internet) endpoints. The agents must use the private link. \
|
2769
|
+
* **SecuredByPerimeter**: Azure Arc agent communication with Azure Arc services over public (internet) is enforced by Network Security Perimeter (NSP)
|
2770
|
+
*/
|
2771
|
+
export type PublicNetworkAccessType = string;
|
2772
|
+
/** Known values of {@link ProvisioningIssueType} that the service accepts. */
|
2773
|
+
export declare enum KnownProvisioningIssueType {
|
2774
|
+
/** Perimeter configuration is missing. */
|
2775
|
+
MissingPerimeterConfiguration = "MissingPerimeterConfiguration",
|
2776
|
+
/** Identity configuration is missing. */
|
2777
|
+
MissingIdentityConfiguration = "MissingIdentityConfiguration",
|
2778
|
+
/** Configuration failed to propagate. */
|
2779
|
+
ConfigurationPropagationFailure = "ConfigurationPropagationFailure",
|
2780
|
+
/** Other failure. */
|
2781
|
+
Other = "Other"
|
2782
|
+
}
|
2783
|
+
/**
|
2784
|
+
* Defines values for ProvisioningIssueType. \
|
2785
|
+
* {@link KnownProvisioningIssueType} can be used interchangeably with ProvisioningIssueType,
|
2786
|
+
* this enum contains the known values that the service supports.
|
2787
|
+
* ### Known values supported by the service
|
2788
|
+
* **MissingPerimeterConfiguration**: Perimeter configuration is missing. \
|
2789
|
+
* **MissingIdentityConfiguration**: Identity configuration is missing. \
|
2790
|
+
* **ConfigurationPropagationFailure**: Configuration failed to propagate. \
|
2791
|
+
* **Other**: Other failure.
|
2792
|
+
*/
|
2793
|
+
export type ProvisioningIssueType = string;
|
2794
|
+
/** Known values of {@link ProvisioningIssueSeverity} that the service accepts. */
|
2795
|
+
export declare enum KnownProvisioningIssueSeverity {
|
2796
|
+
/** Warnings can cause connectivity issues after provisioning succeeds. */
|
2797
|
+
Warning = "Warning",
|
2798
|
+
/** Errors will cause association provisioning to fail. */
|
2799
|
+
Error = "Error"
|
2800
|
+
}
|
2801
|
+
/**
|
2802
|
+
* Defines values for ProvisioningIssueSeverity. \
|
2803
|
+
* {@link KnownProvisioningIssueSeverity} can be used interchangeably with ProvisioningIssueSeverity,
|
2804
|
+
* this enum contains the known values that the service supports.
|
2805
|
+
* ### Known values supported by the service
|
2806
|
+
* **Warning**: Warnings can cause connectivity issues after provisioning succeeds. \
|
2807
|
+
* **Error**: Errors will cause association provisioning to fail.
|
2808
|
+
*/
|
2809
|
+
export type ProvisioningIssueSeverity = string;
|
2810
|
+
/** Known values of {@link AccessRuleDirection} that the service accepts. */
|
2811
|
+
export declare enum KnownAccessRuleDirection {
|
2812
|
+
/** Traffic originates outside of network. */
|
2813
|
+
Inbound = "Inbound",
|
2814
|
+
/** Traffic originates inside the network */
|
2815
|
+
Outbound = "Outbound"
|
2816
|
+
}
|
2817
|
+
/**
|
2818
|
+
* Defines values for AccessRuleDirection. \
|
2819
|
+
* {@link KnownAccessRuleDirection} can be used interchangeably with AccessRuleDirection,
|
2820
|
+
* this enum contains the known values that the service supports.
|
2821
|
+
* ### Known values supported by the service
|
2822
|
+
* **Inbound**: Traffic originates outside of network. \
|
2823
|
+
* **Outbound**: Traffic originates inside the network
|
2824
|
+
*/
|
2825
|
+
export type AccessRuleDirection = string;
|
2826
|
+
/** Known values of {@link AccessMode} that the service accepts. */
|
2827
|
+
export declare enum KnownAccessMode {
|
2828
|
+
/** Indicates that resource access is controlled by the NSP definition. */
|
2829
|
+
Enforced = "enforced",
|
2830
|
+
/** Dry run mode, where traffic is evaluated against NSP Rules, logged but not enforced. */
|
2831
|
+
Audit = "audit",
|
2832
|
+
/** Enables traffic evaluation to fall back to resource-specific firewall configurations. */
|
2833
|
+
Learning = "learning"
|
2834
|
+
}
|
2835
|
+
/**
|
2836
|
+
* Defines values for AccessMode. \
|
2837
|
+
* {@link KnownAccessMode} can be used interchangeably with AccessMode,
|
2838
|
+
* this enum contains the known values that the service supports.
|
2839
|
+
* ### Known values supported by the service
|
2840
|
+
* **enforced**: Indicates that resource access is controlled by the NSP definition. \
|
2841
|
+
* **audit**: Dry run mode, where traffic is evaluated against NSP Rules, logged but not enforced. \
|
2842
|
+
* **learning**: Enables traffic evaluation to fall back to resource-specific firewall configurations.
|
2843
|
+
*/
|
2844
|
+
export type AccessMode = string;
|
2845
|
+
/** Defines values for ExtensionsStatusLevelTypes. */
|
2846
|
+
export type ExtensionsStatusLevelTypes = "Info" | "Warning" | "Error";
|
2847
|
+
/** Optional parameters. */
|
2848
|
+
export interface LicensesValidateLicenseOptionalParams extends coreClient.OperationOptions {
|
2849
|
+
/** Delay to wait until next poll, in milliseconds. */
|
2850
|
+
updateIntervalInMs?: number;
|
2851
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
2852
|
+
resumeFrom?: string;
|
2853
|
+
}
|
2854
|
+
/** Contains response data for the validateLicense operation. */
|
2855
|
+
export type LicensesValidateLicenseResponse = License;
|
2856
|
+
/** Optional parameters. */
|
2857
|
+
export interface LicensesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
2858
|
+
/** Delay to wait until next poll, in milliseconds. */
|
2859
|
+
updateIntervalInMs?: number;
|
2860
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
2861
|
+
resumeFrom?: string;
|
2862
|
+
}
|
2863
|
+
/** Contains response data for the createOrUpdate operation. */
|
2864
|
+
export type LicensesCreateOrUpdateResponse = License;
|
2865
|
+
/** Optional parameters. */
|
2866
|
+
export interface LicensesUpdateOptionalParams extends coreClient.OperationOptions {
|
2867
|
+
/** Delay to wait until next poll, in milliseconds. */
|
2868
|
+
updateIntervalInMs?: number;
|
2869
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
2870
|
+
resumeFrom?: string;
|
2871
|
+
}
|
2872
|
+
/** Contains response data for the update operation. */
|
2873
|
+
export type LicensesUpdateResponse = License;
|
2874
|
+
/** Optional parameters. */
|
2875
|
+
export interface LicensesGetOptionalParams extends coreClient.OperationOptions {
|
2876
|
+
}
|
2877
|
+
/** Contains response data for the get operation. */
|
2878
|
+
export type LicensesGetResponse = License;
|
2879
|
+
/** Optional parameters. */
|
2880
|
+
export interface LicensesDeleteOptionalParams extends coreClient.OperationOptions {
|
2881
|
+
/** Delay to wait until next poll, in milliseconds. */
|
2882
|
+
updateIntervalInMs?: number;
|
2883
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
2884
|
+
resumeFrom?: string;
|
2885
|
+
}
|
2886
|
+
/** Optional parameters. */
|
2887
|
+
export interface LicensesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
2888
|
+
}
|
2889
|
+
/** Contains response data for the listByResourceGroup operation. */
|
2890
|
+
export type LicensesListByResourceGroupResponse = LicensesListResult;
|
2891
|
+
/** Optional parameters. */
|
2892
|
+
export interface LicensesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
2893
|
+
}
|
2894
|
+
/** Contains response data for the listBySubscription operation. */
|
2895
|
+
export type LicensesListBySubscriptionResponse = LicensesListResult;
|
2896
|
+
/** Optional parameters. */
|
2897
|
+
export interface LicensesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
2898
|
+
}
|
2899
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
2900
|
+
export type LicensesListByResourceGroupNextResponse = LicensesListResult;
|
2901
|
+
/** Optional parameters. */
|
2902
|
+
export interface LicensesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
2903
|
+
}
|
2904
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
2905
|
+
export type LicensesListBySubscriptionNextResponse = LicensesListResult;
|
2906
|
+
/** Optional parameters. */
|
2907
|
+
export interface MachinesDeleteOptionalParams extends coreClient.OperationOptions {
|
2908
|
+
}
|
2909
|
+
/** Optional parameters. */
|
2910
|
+
export interface MachinesGetOptionalParams extends coreClient.OperationOptions {
|
2911
|
+
/** The expand expression to apply on the operation. */
|
2912
|
+
expand?: InstanceViewTypes;
|
2913
|
+
}
|
2914
|
+
/** Contains response data for the get operation. */
|
2915
|
+
export type MachinesGetResponse = Machine;
|
2916
|
+
/** Optional parameters. */
|
2917
|
+
export interface MachinesAssessPatchesOptionalParams extends coreClient.OperationOptions {
|
2918
|
+
/** Delay to wait until next poll, in milliseconds. */
|
2919
|
+
updateIntervalInMs?: number;
|
2920
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
2921
|
+
resumeFrom?: string;
|
2922
|
+
}
|
2923
|
+
/** Contains response data for the assessPatches operation. */
|
2924
|
+
export type MachinesAssessPatchesResponse = MachineAssessPatchesResult;
|
2925
|
+
/** Optional parameters. */
|
2926
|
+
export interface MachinesInstallPatchesOptionalParams extends coreClient.OperationOptions {
|
2927
|
+
/** Delay to wait until next poll, in milliseconds. */
|
2928
|
+
updateIntervalInMs?: number;
|
2929
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
2930
|
+
resumeFrom?: string;
|
2931
|
+
}
|
2932
|
+
/** Contains response data for the installPatches operation. */
|
2933
|
+
export type MachinesInstallPatchesResponse = MachineInstallPatchesResult;
|
2934
|
+
/** Optional parameters. */
|
2935
|
+
export interface MachinesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
2936
|
+
/** Expands referenced resources. */
|
2937
|
+
expand?: string;
|
2938
|
+
}
|
2939
|
+
/** Contains response data for the listByResourceGroup operation. */
|
2940
|
+
export type MachinesListByResourceGroupResponse = MachineListResult;
|
2941
|
+
/** Optional parameters. */
|
2942
|
+
export interface MachinesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
2943
|
+
}
|
2944
|
+
/** Contains response data for the listBySubscription operation. */
|
2945
|
+
export type MachinesListBySubscriptionResponse = MachineListResult;
|
2946
|
+
/** Optional parameters. */
|
2947
|
+
export interface MachinesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
2948
|
+
}
|
2949
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
2950
|
+
export type MachinesListByResourceGroupNextResponse = MachineListResult;
|
2951
|
+
/** Optional parameters. */
|
2952
|
+
export interface MachinesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
2953
|
+
}
|
2954
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
2955
|
+
export type MachinesListBySubscriptionNextResponse = MachineListResult;
|
2956
|
+
/** Optional parameters. */
|
2957
|
+
export interface LicenseProfilesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
2958
|
+
/** Delay to wait until next poll, in milliseconds. */
|
2959
|
+
updateIntervalInMs?: number;
|
2960
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
2961
|
+
resumeFrom?: string;
|
2962
|
+
}
|
2963
|
+
/** Contains response data for the createOrUpdate operation. */
|
2964
|
+
export type LicenseProfilesCreateOrUpdateResponse = LicenseProfile;
|
2965
|
+
/** Optional parameters. */
|
2966
|
+
export interface LicenseProfilesUpdateOptionalParams extends coreClient.OperationOptions {
|
2967
|
+
/** Delay to wait until next poll, in milliseconds. */
|
2968
|
+
updateIntervalInMs?: number;
|
2969
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
2970
|
+
resumeFrom?: string;
|
2971
|
+
}
|
2972
|
+
/** Contains response data for the update operation. */
|
2973
|
+
export type LicenseProfilesUpdateResponse = LicenseProfile;
|
2974
|
+
/** Optional parameters. */
|
2975
|
+
export interface LicenseProfilesGetOptionalParams extends coreClient.OperationOptions {
|
2976
|
+
}
|
2977
|
+
/** Contains response data for the get operation. */
|
2978
|
+
export type LicenseProfilesGetResponse = LicenseProfile;
|
2979
|
+
/** Optional parameters. */
|
2980
|
+
export interface LicenseProfilesDeleteOptionalParams extends coreClient.OperationOptions {
|
2981
|
+
/** Delay to wait until next poll, in milliseconds. */
|
2982
|
+
updateIntervalInMs?: number;
|
2983
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
2984
|
+
resumeFrom?: string;
|
2985
|
+
}
|
2986
|
+
/** Contains response data for the delete operation. */
|
2987
|
+
export type LicenseProfilesDeleteResponse = LicenseProfilesDeleteHeaders;
|
2988
|
+
/** Optional parameters. */
|
2989
|
+
export interface LicenseProfilesListOptionalParams extends coreClient.OperationOptions {
|
2990
|
+
}
|
2991
|
+
/** Contains response data for the list operation. */
|
2992
|
+
export type LicenseProfilesListResponse = LicenseProfilesListResult;
|
2993
|
+
/** Optional parameters. */
|
2994
|
+
export interface LicenseProfilesListNextOptionalParams extends coreClient.OperationOptions {
|
2995
|
+
}
|
2996
|
+
/** Contains response data for the listNext operation. */
|
2997
|
+
export type LicenseProfilesListNextResponse = LicenseProfilesListResult;
|
2998
|
+
/** Optional parameters. */
|
2999
|
+
export interface MachineExtensionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
3000
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3001
|
+
updateIntervalInMs?: number;
|
3002
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3003
|
+
resumeFrom?: string;
|
3004
|
+
}
|
3005
|
+
/** Contains response data for the createOrUpdate operation. */
|
3006
|
+
export type MachineExtensionsCreateOrUpdateResponse = MachineExtension;
|
3007
|
+
/** Optional parameters. */
|
3008
|
+
export interface MachineExtensionsUpdateOptionalParams extends coreClient.OperationOptions {
|
3009
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3010
|
+
updateIntervalInMs?: number;
|
3011
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3012
|
+
resumeFrom?: string;
|
3013
|
+
}
|
3014
|
+
/** Contains response data for the update operation. */
|
3015
|
+
export type MachineExtensionsUpdateResponse = MachineExtension;
|
3016
|
+
/** Optional parameters. */
|
3017
|
+
export interface MachineExtensionsDeleteOptionalParams extends coreClient.OperationOptions {
|
3018
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3019
|
+
updateIntervalInMs?: number;
|
3020
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3021
|
+
resumeFrom?: string;
|
3022
|
+
}
|
3023
|
+
/** Optional parameters. */
|
3024
|
+
export interface MachineExtensionsGetOptionalParams extends coreClient.OperationOptions {
|
3025
|
+
}
|
3026
|
+
/** Contains response data for the get operation. */
|
3027
|
+
export type MachineExtensionsGetResponse = MachineExtension;
|
3028
|
+
/** Optional parameters. */
|
3029
|
+
export interface MachineExtensionsListOptionalParams extends coreClient.OperationOptions {
|
3030
|
+
/** The expand expression to apply on the operation. */
|
3031
|
+
expand?: string;
|
3032
|
+
}
|
3033
|
+
/** Contains response data for the list operation. */
|
3034
|
+
export type MachineExtensionsListResponse = MachineExtensionsListResult;
|
3035
|
+
/** Optional parameters. */
|
3036
|
+
export interface MachineExtensionsListNextOptionalParams extends coreClient.OperationOptions {
|
3037
|
+
}
|
3038
|
+
/** Contains response data for the listNext operation. */
|
3039
|
+
export type MachineExtensionsListNextResponse = MachineExtensionsListResult;
|
3040
|
+
/** Optional parameters. */
|
3041
|
+
export interface UpgradeExtensionsOptionalParams extends coreClient.OperationOptions {
|
3042
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3043
|
+
updateIntervalInMs?: number;
|
3044
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3045
|
+
resumeFrom?: string;
|
3046
|
+
}
|
3047
|
+
/** Optional parameters. */
|
3048
|
+
export interface ExtensionMetadataGetOptionalParams extends coreClient.OperationOptions {
|
3049
|
+
}
|
3050
|
+
/** Contains response data for the get operation. */
|
3051
|
+
export type ExtensionMetadataGetResponse = ExtensionValue;
|
3052
|
+
/** Optional parameters. */
|
3053
|
+
export interface ExtensionMetadataListOptionalParams extends coreClient.OperationOptions {
|
3054
|
+
}
|
3055
|
+
/** Contains response data for the list operation. */
|
3056
|
+
export type ExtensionMetadataListResponse = ExtensionValueListResult;
|
3057
|
+
/** Optional parameters. */
|
3058
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
3059
|
+
}
|
3060
|
+
/** Contains response data for the list operation. */
|
3061
|
+
export type OperationsListResponse = OperationListResult;
|
3062
|
+
/** Optional parameters. */
|
3063
|
+
export interface NetworkProfileGetOptionalParams extends coreClient.OperationOptions {
|
3064
|
+
}
|
3065
|
+
/** Contains response data for the get operation. */
|
3066
|
+
export type NetworkProfileGetResponse = NetworkProfile;
|
3067
|
+
/** Optional parameters. */
|
3068
|
+
export interface MachineRunCommandsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
3069
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3070
|
+
updateIntervalInMs?: number;
|
3071
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3072
|
+
resumeFrom?: string;
|
3073
|
+
}
|
3074
|
+
/** Contains response data for the createOrUpdate operation. */
|
3075
|
+
export type MachineRunCommandsCreateOrUpdateResponse = MachineRunCommand;
|
3076
|
+
/** Optional parameters. */
|
3077
|
+
export interface MachineRunCommandsDeleteOptionalParams extends coreClient.OperationOptions {
|
3078
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3079
|
+
updateIntervalInMs?: number;
|
3080
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3081
|
+
resumeFrom?: string;
|
3082
|
+
}
|
3083
|
+
/** Contains response data for the delete operation. */
|
3084
|
+
export type MachineRunCommandsDeleteResponse = MachineRunCommandsDeleteHeaders;
|
3085
|
+
/** Optional parameters. */
|
3086
|
+
export interface MachineRunCommandsGetOptionalParams extends coreClient.OperationOptions {
|
3087
|
+
}
|
3088
|
+
/** Contains response data for the get operation. */
|
3089
|
+
export type MachineRunCommandsGetResponse = MachineRunCommand;
|
3090
|
+
/** Optional parameters. */
|
3091
|
+
export interface MachineRunCommandsListOptionalParams extends coreClient.OperationOptions {
|
3092
|
+
/** The expand expression to apply on the operation. */
|
3093
|
+
expand?: string;
|
3094
|
+
}
|
3095
|
+
/** Contains response data for the list operation. */
|
3096
|
+
export type MachineRunCommandsListResponse = MachineRunCommandsListResult;
|
3097
|
+
/** Optional parameters. */
|
3098
|
+
export interface MachineRunCommandsListNextOptionalParams extends coreClient.OperationOptions {
|
3099
|
+
}
|
3100
|
+
/** Contains response data for the listNext operation. */
|
3101
|
+
export type MachineRunCommandsListNextResponse = MachineRunCommandsListResult;
|
3102
|
+
/** Optional parameters. */
|
3103
|
+
export interface GatewaysCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
3104
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3105
|
+
updateIntervalInMs?: number;
|
3106
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3107
|
+
resumeFrom?: string;
|
3108
|
+
}
|
3109
|
+
/** Contains response data for the createOrUpdate operation. */
|
3110
|
+
export type GatewaysCreateOrUpdateResponse = Gateway;
|
3111
|
+
/** Optional parameters. */
|
3112
|
+
export interface GatewaysUpdateOptionalParams extends coreClient.OperationOptions {
|
3113
|
+
}
|
3114
|
+
/** Contains response data for the update operation. */
|
3115
|
+
export type GatewaysUpdateResponse = Gateway;
|
3116
|
+
/** Optional parameters. */
|
3117
|
+
export interface GatewaysGetOptionalParams extends coreClient.OperationOptions {
|
3118
|
+
}
|
3119
|
+
/** Contains response data for the get operation. */
|
3120
|
+
export type GatewaysGetResponse = Gateway;
|
3121
|
+
/** Optional parameters. */
|
3122
|
+
export interface GatewaysDeleteOptionalParams extends coreClient.OperationOptions {
|
3123
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3124
|
+
updateIntervalInMs?: number;
|
3125
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3126
|
+
resumeFrom?: string;
|
3127
|
+
}
|
3128
|
+
/** Contains response data for the delete operation. */
|
3129
|
+
export type GatewaysDeleteResponse = GatewaysDeleteHeaders;
|
3130
|
+
/** Optional parameters. */
|
3131
|
+
export interface GatewaysListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
3132
|
+
}
|
3133
|
+
/** Contains response data for the listByResourceGroup operation. */
|
3134
|
+
export type GatewaysListByResourceGroupResponse = GatewaysListResult;
|
3135
|
+
/** Optional parameters. */
|
3136
|
+
export interface GatewaysListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
3137
|
+
}
|
3138
|
+
/** Contains response data for the listBySubscription operation. */
|
3139
|
+
export type GatewaysListBySubscriptionResponse = GatewaysListResult;
|
3140
|
+
/** Optional parameters. */
|
3141
|
+
export interface GatewaysListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
3142
|
+
}
|
3143
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
3144
|
+
export type GatewaysListByResourceGroupNextResponse = GatewaysListResult;
|
3145
|
+
/** Optional parameters. */
|
3146
|
+
export interface GatewaysListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
3147
|
+
}
|
3148
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
3149
|
+
export type GatewaysListBySubscriptionNextResponse = GatewaysListResult;
|
3150
|
+
/** Optional parameters. */
|
3151
|
+
export interface SettingsGetOptionalParams extends coreClient.OperationOptions {
|
3152
|
+
}
|
3153
|
+
/** Contains response data for the get operation. */
|
3154
|
+
export type SettingsGetResponse = Settings;
|
3155
|
+
/** Optional parameters. */
|
3156
|
+
export interface SettingsUpdateOptionalParams extends coreClient.OperationOptions {
|
3157
|
+
}
|
3158
|
+
/** Contains response data for the update operation. */
|
3159
|
+
export type SettingsUpdateResponse = Settings;
|
3160
|
+
/** Optional parameters. */
|
3161
|
+
export interface SettingsPatchOptionalParams extends coreClient.OperationOptions {
|
3162
|
+
}
|
3163
|
+
/** Contains response data for the patch operation. */
|
3164
|
+
export type SettingsPatchResponse = Settings;
|
3165
|
+
/** Optional parameters. */
|
3166
|
+
export interface PrivateLinkScopesListOptionalParams extends coreClient.OperationOptions {
|
3167
|
+
}
|
3168
|
+
/** Contains response data for the list operation. */
|
3169
|
+
export type PrivateLinkScopesListResponse = HybridComputePrivateLinkScopeListResult;
|
3170
|
+
/** Optional parameters. */
|
3171
|
+
export interface PrivateLinkScopesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
3172
|
+
}
|
3173
|
+
/** Contains response data for the listByResourceGroup operation. */
|
3174
|
+
export type PrivateLinkScopesListByResourceGroupResponse = HybridComputePrivateLinkScopeListResult;
|
3175
|
+
/** Optional parameters. */
|
3176
|
+
export interface PrivateLinkScopesDeleteOptionalParams extends coreClient.OperationOptions {
|
3177
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3178
|
+
updateIntervalInMs?: number;
|
3179
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3180
|
+
resumeFrom?: string;
|
3181
|
+
}
|
3182
|
+
/** Optional parameters. */
|
3183
|
+
export interface PrivateLinkScopesGetOptionalParams extends coreClient.OperationOptions {
|
3184
|
+
}
|
3185
|
+
/** Contains response data for the get operation. */
|
3186
|
+
export type PrivateLinkScopesGetResponse = HybridComputePrivateLinkScope;
|
3187
|
+
/** Optional parameters. */
|
3188
|
+
export interface PrivateLinkScopesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
3189
|
+
}
|
3190
|
+
/** Contains response data for the createOrUpdate operation. */
|
3191
|
+
export type PrivateLinkScopesCreateOrUpdateResponse = HybridComputePrivateLinkScope;
|
3192
|
+
/** Optional parameters. */
|
3193
|
+
export interface PrivateLinkScopesUpdateTagsOptionalParams extends coreClient.OperationOptions {
|
3194
|
+
}
|
3195
|
+
/** Contains response data for the updateTags operation. */
|
3196
|
+
export type PrivateLinkScopesUpdateTagsResponse = HybridComputePrivateLinkScope;
|
3197
|
+
/** Optional parameters. */
|
3198
|
+
export interface PrivateLinkScopesGetValidationDetailsOptionalParams extends coreClient.OperationOptions {
|
3199
|
+
}
|
3200
|
+
/** Contains response data for the getValidationDetails operation. */
|
3201
|
+
export type PrivateLinkScopesGetValidationDetailsResponse = PrivateLinkScopeValidationDetails;
|
3202
|
+
/** Optional parameters. */
|
3203
|
+
export interface PrivateLinkScopesGetValidationDetailsForMachineOptionalParams extends coreClient.OperationOptions {
|
3204
|
+
}
|
3205
|
+
/** Contains response data for the getValidationDetailsForMachine operation. */
|
3206
|
+
export type PrivateLinkScopesGetValidationDetailsForMachineResponse = PrivateLinkScopeValidationDetails;
|
3207
|
+
/** Optional parameters. */
|
3208
|
+
export interface PrivateLinkScopesListNextOptionalParams extends coreClient.OperationOptions {
|
3209
|
+
}
|
3210
|
+
/** Contains response data for the listNext operation. */
|
3211
|
+
export type PrivateLinkScopesListNextResponse = HybridComputePrivateLinkScopeListResult;
|
3212
|
+
/** Optional parameters. */
|
3213
|
+
export interface PrivateLinkScopesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
3214
|
+
}
|
3215
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
3216
|
+
export type PrivateLinkScopesListByResourceGroupNextResponse = HybridComputePrivateLinkScopeListResult;
|
3217
|
+
/** Optional parameters. */
|
3218
|
+
export interface PrivateLinkResourcesListByPrivateLinkScopeOptionalParams extends coreClient.OperationOptions {
|
3219
|
+
}
|
3220
|
+
/** Contains response data for the listByPrivateLinkScope operation. */
|
3221
|
+
export type PrivateLinkResourcesListByPrivateLinkScopeResponse = PrivateLinkResourceListResult;
|
3222
|
+
/** Optional parameters. */
|
3223
|
+
export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
3224
|
+
}
|
3225
|
+
/** Contains response data for the get operation. */
|
3226
|
+
export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
|
3227
|
+
/** Optional parameters. */
|
3228
|
+
export interface PrivateLinkResourcesListByPrivateLinkScopeNextOptionalParams extends coreClient.OperationOptions {
|
3229
|
+
}
|
3230
|
+
/** Contains response data for the listByPrivateLinkScopeNext operation. */
|
3231
|
+
export type PrivateLinkResourcesListByPrivateLinkScopeNextResponse = PrivateLinkResourceListResult;
|
3232
|
+
/** Optional parameters. */
|
3233
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
3234
|
+
}
|
3235
|
+
/** Contains response data for the get operation. */
|
3236
|
+
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
3237
|
+
/** Optional parameters. */
|
3238
|
+
export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
3239
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3240
|
+
updateIntervalInMs?: number;
|
3241
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3242
|
+
resumeFrom?: string;
|
3243
|
+
}
|
3244
|
+
/** Contains response data for the createOrUpdate operation. */
|
3245
|
+
export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
|
3246
|
+
/** Optional parameters. */
|
3247
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
3248
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3249
|
+
updateIntervalInMs?: number;
|
3250
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3251
|
+
resumeFrom?: string;
|
3252
|
+
}
|
3253
|
+
/** Optional parameters. */
|
3254
|
+
export interface PrivateEndpointConnectionsListByPrivateLinkScopeOptionalParams extends coreClient.OperationOptions {
|
3255
|
+
}
|
3256
|
+
/** Contains response data for the listByPrivateLinkScope operation. */
|
3257
|
+
export type PrivateEndpointConnectionsListByPrivateLinkScopeResponse = PrivateEndpointConnectionListResult;
|
3258
|
+
/** Optional parameters. */
|
3259
|
+
export interface PrivateEndpointConnectionsListByPrivateLinkScopeNextOptionalParams extends coreClient.OperationOptions {
|
3260
|
+
}
|
3261
|
+
/** Contains response data for the listByPrivateLinkScopeNext operation. */
|
3262
|
+
export type PrivateEndpointConnectionsListByPrivateLinkScopeNextResponse = PrivateEndpointConnectionListResult;
|
3263
|
+
/** Optional parameters. */
|
3264
|
+
export interface NetworkSecurityPerimeterConfigurationsGetByPrivateLinkScopeOptionalParams extends coreClient.OperationOptions {
|
3265
|
+
}
|
3266
|
+
/** Contains response data for the getByPrivateLinkScope operation. */
|
3267
|
+
export type NetworkSecurityPerimeterConfigurationsGetByPrivateLinkScopeResponse = NetworkSecurityPerimeterConfiguration;
|
3268
|
+
/** Optional parameters. */
|
3269
|
+
export interface NetworkSecurityPerimeterConfigurationsListByPrivateLinkScopeOptionalParams extends coreClient.OperationOptions {
|
3270
|
+
}
|
3271
|
+
/** Contains response data for the listByPrivateLinkScope operation. */
|
3272
|
+
export type NetworkSecurityPerimeterConfigurationsListByPrivateLinkScopeResponse = NetworkSecurityPerimeterConfigurationListResult;
|
3273
|
+
/** Optional parameters. */
|
3274
|
+
export interface NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeOptionalParams extends coreClient.OperationOptions {
|
3275
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3276
|
+
updateIntervalInMs?: number;
|
3277
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3278
|
+
resumeFrom?: string;
|
3279
|
+
}
|
3280
|
+
/** Contains response data for the reconcileForPrivateLinkScope operation. */
|
3281
|
+
export type NetworkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeResponse = NetworkSecurityPerimeterConfigurationReconcileResult;
|
3282
|
+
/** Optional parameters. */
|
3283
|
+
export interface NetworkSecurityPerimeterConfigurationsListByPrivateLinkScopeNextOptionalParams extends coreClient.OperationOptions {
|
3284
|
+
}
|
3285
|
+
/** Contains response data for the listByPrivateLinkScopeNext operation. */
|
3286
|
+
export type NetworkSecurityPerimeterConfigurationsListByPrivateLinkScopeNextResponse = NetworkSecurityPerimeterConfigurationListResult;
|
3287
|
+
/** Optional parameters. */
|
3288
|
+
export interface HybridComputeManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
3289
|
+
/** server parameter */
|
3290
|
+
$host?: string;
|
3291
|
+
/** Api Version */
|
3292
|
+
apiVersion?: string;
|
3293
|
+
/** Overrides client endpoint. */
|
3294
|
+
endpoint?: string;
|
3295
|
+
}
|
3296
|
+
//# sourceMappingURL=index.d.ts.map
|