@azure/arm-batch 8.0.1-alpha.20230303.1 → 8.0.1-alpha.20230419.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/dist/index.js +156 -65
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/applicationListSample.js +12 -5
- package/dist-esm/samples-dev/applicationListSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationPackageListSample.js +12 -5
- package/dist-esm/samples-dev/applicationPackageListSample.js.map +1 -1
- package/dist-esm/samples-dev/batchAccountListByResourceGroupSample.js +12 -5
- package/dist-esm/samples-dev/batchAccountListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/batchAccountListDetectorsSample.js +12 -5
- package/dist-esm/samples-dev/batchAccountListDetectorsSample.js.map +1 -1
- package/dist-esm/samples-dev/batchAccountListOutboundNetworkDependenciesEndpointsSample.js +12 -5
- package/dist-esm/samples-dev/batchAccountListOutboundNetworkDependenciesEndpointsSample.js.map +1 -1
- package/dist-esm/samples-dev/batchAccountListSample.js +12 -5
- package/dist-esm/samples-dev/batchAccountListSample.js.map +1 -1
- package/dist-esm/samples-dev/certificateListByBatchAccountSample.js +24 -10
- package/dist-esm/samples-dev/certificateListByBatchAccountSample.js.map +1 -1
- package/dist-esm/samples-dev/locationListSupportedCloudServiceSkusSample.js +12 -5
- package/dist-esm/samples-dev/locationListSupportedCloudServiceSkusSample.js.map +1 -1
- package/dist-esm/samples-dev/locationListSupportedVirtualMachineSkusSample.js +12 -5
- package/dist-esm/samples-dev/locationListSupportedVirtualMachineSkusSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +12 -5
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/poolListByBatchAccountSample.js +24 -10
- package/dist-esm/samples-dev/poolListByBatchAccountSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionListByBatchAccountSample.js +12 -5
- package/dist-esm/samples-dev/privateEndpointConnectionListByBatchAccountSample.js.map +1 -1
- package/dist-esm/samples-dev/privateLinkResourceListByBatchAccountSample.js +12 -5
- package/dist-esm/samples-dev/privateLinkResourceListByBatchAccountSample.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +89 -89
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/operations/applicationOperations.js +12 -5
- package/dist-esm/src/operations/applicationOperations.js.map +1 -1
- package/dist-esm/src/operations/applicationPackageOperations.js +12 -5
- package/dist-esm/src/operations/applicationPackageOperations.js.map +1 -1
- package/dist-esm/src/operations/batchAccountOperations.js +48 -20
- package/dist-esm/src/operations/batchAccountOperations.js.map +1 -1
- package/dist-esm/src/operations/certificateOperations.js +12 -5
- package/dist-esm/src/operations/certificateOperations.js.map +1 -1
- package/dist-esm/src/operations/location.js +24 -10
- package/dist-esm/src/operations/location.js.map +1 -1
- package/dist-esm/src/operations/operations.js +12 -5
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/poolOperations.js +12 -5
- package/dist-esm/src/operations/poolOperations.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js +12 -5
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js.map +1 -1
- package/dist-esm/src/operations/privateLinkResourceOperations.js +12 -5
- package/dist-esm/src/operations/privateLinkResourceOperations.js.map +1 -1
- package/dist-esm/test/batch_examples.js +144 -60
- package/dist-esm/test/batch_examples.js.map +1 -1
- package/package.json +3 -3
|
@@ -1389,77 +1389,77 @@ export interface PoolStopResizeHeaders {
|
|
|
1389
1389
|
eTag?: string;
|
|
1390
1390
|
}
|
|
1391
1391
|
/** Defines values for AutoStorageAuthenticationMode. */
|
|
1392
|
-
export
|
|
1392
|
+
export type AutoStorageAuthenticationMode = "StorageKeys" | "BatchAccountManagedIdentity";
|
|
1393
1393
|
/** Defines values for PoolAllocationMode. */
|
|
1394
|
-
export
|
|
1394
|
+
export type PoolAllocationMode = "BatchService" | "UserSubscription";
|
|
1395
1395
|
/** Defines values for PublicNetworkAccessType. */
|
|
1396
|
-
export
|
|
1396
|
+
export type PublicNetworkAccessType = "Enabled" | "Disabled";
|
|
1397
1397
|
/** Defines values for EndpointAccessDefaultAction. */
|
|
1398
|
-
export
|
|
1398
|
+
export type EndpointAccessDefaultAction = "Allow" | "Deny";
|
|
1399
1399
|
/** Defines values for KeySource. */
|
|
1400
|
-
export
|
|
1400
|
+
export type KeySource = "Microsoft.Batch" | "Microsoft.KeyVault";
|
|
1401
1401
|
/** Defines values for AuthenticationMode. */
|
|
1402
|
-
export
|
|
1402
|
+
export type AuthenticationMode = "SharedKey" | "AAD" | "TaskAuthenticationToken";
|
|
1403
1403
|
/** Defines values for ResourceIdentityType. */
|
|
1404
|
-
export
|
|
1404
|
+
export type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "None";
|
|
1405
1405
|
/** Defines values for ProvisioningState. */
|
|
1406
|
-
export
|
|
1406
|
+
export type ProvisioningState = "Invalid" | "Creating" | "Deleting" | "Succeeded" | "Failed" | "Cancelled";
|
|
1407
1407
|
/** Defines values for PrivateEndpointConnectionProvisioningState. */
|
|
1408
|
-
export
|
|
1408
|
+
export type PrivateEndpointConnectionProvisioningState = "Creating" | "Updating" | "Deleting" | "Succeeded" | "Failed" | "Cancelled";
|
|
1409
1409
|
/** Defines values for PrivateLinkServiceConnectionStatus. */
|
|
1410
|
-
export
|
|
1410
|
+
export type PrivateLinkServiceConnectionStatus = "Approved" | "Pending" | "Rejected" | "Disconnected";
|
|
1411
1411
|
/** Defines values for AccountKeyType. */
|
|
1412
|
-
export
|
|
1412
|
+
export type AccountKeyType = "Primary" | "Secondary";
|
|
1413
1413
|
/** Defines values for PackageState. */
|
|
1414
|
-
export
|
|
1414
|
+
export type PackageState = "Pending" | "Active";
|
|
1415
1415
|
/** Defines values for NameAvailabilityReason. */
|
|
1416
|
-
export
|
|
1416
|
+
export type NameAvailabilityReason = "Invalid" | "AlreadyExists";
|
|
1417
1417
|
/** Defines values for CertificateProvisioningState. */
|
|
1418
|
-
export
|
|
1418
|
+
export type CertificateProvisioningState = "Succeeded" | "Deleting" | "Failed";
|
|
1419
1419
|
/** Defines values for CertificateFormat. */
|
|
1420
|
-
export
|
|
1420
|
+
export type CertificateFormat = "Pfx" | "Cer";
|
|
1421
1421
|
/** Defines values for PoolProvisioningState. */
|
|
1422
|
-
export
|
|
1422
|
+
export type PoolProvisioningState = "Succeeded" | "Deleting";
|
|
1423
1423
|
/** Defines values for AllocationState. */
|
|
1424
|
-
export
|
|
1424
|
+
export type AllocationState = "Steady" | "Resizing" | "Stopping";
|
|
1425
1425
|
/** Defines values for CachingType. */
|
|
1426
|
-
export
|
|
1426
|
+
export type CachingType = "None" | "ReadOnly" | "ReadWrite";
|
|
1427
1427
|
/** Defines values for StorageAccountType. */
|
|
1428
|
-
export
|
|
1428
|
+
export type StorageAccountType = "Standard_LRS" | "Premium_LRS";
|
|
1429
1429
|
/** Defines values for DiskEncryptionTarget. */
|
|
1430
|
-
export
|
|
1430
|
+
export type DiskEncryptionTarget = "OsDisk" | "TemporaryDisk";
|
|
1431
1431
|
/** Defines values for NodePlacementPolicyType. */
|
|
1432
|
-
export
|
|
1432
|
+
export type NodePlacementPolicyType = "Regional" | "Zonal";
|
|
1433
1433
|
/** Defines values for ComputeNodeDeallocationOption. */
|
|
1434
|
-
export
|
|
1434
|
+
export type ComputeNodeDeallocationOption = "Requeue" | "Terminate" | "TaskCompletion" | "RetainedData";
|
|
1435
1435
|
/** Defines values for InterNodeCommunicationState. */
|
|
1436
|
-
export
|
|
1436
|
+
export type InterNodeCommunicationState = "Enabled" | "Disabled";
|
|
1437
1437
|
/** Defines values for DynamicVNetAssignmentScope. */
|
|
1438
|
-
export
|
|
1438
|
+
export type DynamicVNetAssignmentScope = "none" | "job";
|
|
1439
1439
|
/** Defines values for InboundEndpointProtocol. */
|
|
1440
|
-
export
|
|
1440
|
+
export type InboundEndpointProtocol = "TCP" | "UDP";
|
|
1441
1441
|
/** Defines values for NetworkSecurityGroupRuleAccess. */
|
|
1442
|
-
export
|
|
1442
|
+
export type NetworkSecurityGroupRuleAccess = "Allow" | "Deny";
|
|
1443
1443
|
/** Defines values for IPAddressProvisioningType. */
|
|
1444
|
-
export
|
|
1444
|
+
export type IPAddressProvisioningType = "BatchManaged" | "UserManaged" | "NoPublicIPAddresses";
|
|
1445
1445
|
/** Defines values for ComputeNodeFillType. */
|
|
1446
|
-
export
|
|
1446
|
+
export type ComputeNodeFillType = "Spread" | "Pack";
|
|
1447
1447
|
/** Defines values for ElevationLevel. */
|
|
1448
|
-
export
|
|
1448
|
+
export type ElevationLevel = "NonAdmin" | "Admin";
|
|
1449
1449
|
/** Defines values for LoginMode. */
|
|
1450
|
-
export
|
|
1450
|
+
export type LoginMode = "Batch" | "Interactive";
|
|
1451
1451
|
/** Defines values for AutoUserScope. */
|
|
1452
|
-
export
|
|
1452
|
+
export type AutoUserScope = "Task" | "Pool";
|
|
1453
1453
|
/** Defines values for ContainerWorkingDirectory. */
|
|
1454
|
-
export
|
|
1454
|
+
export type ContainerWorkingDirectory = "TaskWorkingDirectory" | "ContainerImageDefault";
|
|
1455
1455
|
/** Defines values for CertificateStoreLocation. */
|
|
1456
|
-
export
|
|
1456
|
+
export type CertificateStoreLocation = "CurrentUser" | "LocalMachine";
|
|
1457
1457
|
/** Defines values for CertificateVisibility. */
|
|
1458
|
-
export
|
|
1458
|
+
export type CertificateVisibility = "StartTask" | "Task" | "RemoteUser";
|
|
1459
1459
|
/** Defines values for NodeCommunicationMode. */
|
|
1460
|
-
export
|
|
1460
|
+
export type NodeCommunicationMode = "Default" | "Classic" | "Simplified";
|
|
1461
1461
|
/** Defines values for PoolIdentityType. */
|
|
1462
|
-
export
|
|
1462
|
+
export type PoolIdentityType = "UserAssigned" | "None";
|
|
1463
1463
|
/** Optional parameters. */
|
|
1464
1464
|
export interface BatchAccountCreateOptionalParams extends coreClient.OperationOptions {
|
|
1465
1465
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1468,12 +1468,12 @@ export interface BatchAccountCreateOptionalParams extends coreClient.OperationOp
|
|
|
1468
1468
|
resumeFrom?: string;
|
|
1469
1469
|
}
|
|
1470
1470
|
/** Contains response data for the create operation. */
|
|
1471
|
-
export
|
|
1471
|
+
export type BatchAccountCreateResponse = BatchAccount;
|
|
1472
1472
|
/** Optional parameters. */
|
|
1473
1473
|
export interface BatchAccountUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1474
1474
|
}
|
|
1475
1475
|
/** Contains response data for the update operation. */
|
|
1476
|
-
export
|
|
1476
|
+
export type BatchAccountUpdateResponse = BatchAccount;
|
|
1477
1477
|
/** Optional parameters. */
|
|
1478
1478
|
export interface BatchAccountDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1479
1479
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1485,17 +1485,17 @@ export interface BatchAccountDeleteOptionalParams extends coreClient.OperationOp
|
|
|
1485
1485
|
export interface BatchAccountGetOptionalParams extends coreClient.OperationOptions {
|
|
1486
1486
|
}
|
|
1487
1487
|
/** Contains response data for the get operation. */
|
|
1488
|
-
export
|
|
1488
|
+
export type BatchAccountGetResponse = BatchAccount;
|
|
1489
1489
|
/** Optional parameters. */
|
|
1490
1490
|
export interface BatchAccountListOptionalParams extends coreClient.OperationOptions {
|
|
1491
1491
|
}
|
|
1492
1492
|
/** Contains response data for the list operation. */
|
|
1493
|
-
export
|
|
1493
|
+
export type BatchAccountListResponse = BatchAccountListResult;
|
|
1494
1494
|
/** Optional parameters. */
|
|
1495
1495
|
export interface BatchAccountListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1496
1496
|
}
|
|
1497
1497
|
/** Contains response data for the listByResourceGroup operation. */
|
|
1498
|
-
export
|
|
1498
|
+
export type BatchAccountListByResourceGroupResponse = BatchAccountListResult;
|
|
1499
1499
|
/** Optional parameters. */
|
|
1500
1500
|
export interface BatchAccountSynchronizeAutoStorageKeysOptionalParams extends coreClient.OperationOptions {
|
|
1501
1501
|
}
|
|
@@ -1503,59 +1503,59 @@ export interface BatchAccountSynchronizeAutoStorageKeysOptionalParams extends co
|
|
|
1503
1503
|
export interface BatchAccountRegenerateKeyOptionalParams extends coreClient.OperationOptions {
|
|
1504
1504
|
}
|
|
1505
1505
|
/** Contains response data for the regenerateKey operation. */
|
|
1506
|
-
export
|
|
1506
|
+
export type BatchAccountRegenerateKeyResponse = BatchAccountKeys;
|
|
1507
1507
|
/** Optional parameters. */
|
|
1508
1508
|
export interface BatchAccountGetKeysOptionalParams extends coreClient.OperationOptions {
|
|
1509
1509
|
}
|
|
1510
1510
|
/** Contains response data for the getKeys operation. */
|
|
1511
|
-
export
|
|
1511
|
+
export type BatchAccountGetKeysResponse = BatchAccountKeys;
|
|
1512
1512
|
/** Optional parameters. */
|
|
1513
1513
|
export interface BatchAccountListDetectorsOptionalParams extends coreClient.OperationOptions {
|
|
1514
1514
|
}
|
|
1515
1515
|
/** Contains response data for the listDetectors operation. */
|
|
1516
|
-
export
|
|
1516
|
+
export type BatchAccountListDetectorsResponse = DetectorListResult;
|
|
1517
1517
|
/** Optional parameters. */
|
|
1518
1518
|
export interface BatchAccountGetDetectorOptionalParams extends coreClient.OperationOptions {
|
|
1519
1519
|
}
|
|
1520
1520
|
/** Contains response data for the getDetector operation. */
|
|
1521
|
-
export
|
|
1521
|
+
export type BatchAccountGetDetectorResponse = DetectorResponse;
|
|
1522
1522
|
/** Optional parameters. */
|
|
1523
1523
|
export interface BatchAccountListOutboundNetworkDependenciesEndpointsOptionalParams extends coreClient.OperationOptions {
|
|
1524
1524
|
}
|
|
1525
1525
|
/** Contains response data for the listOutboundNetworkDependenciesEndpoints operation. */
|
|
1526
|
-
export
|
|
1526
|
+
export type BatchAccountListOutboundNetworkDependenciesEndpointsResponse = OutboundEnvironmentEndpointCollection;
|
|
1527
1527
|
/** Optional parameters. */
|
|
1528
1528
|
export interface BatchAccountListNextOptionalParams extends coreClient.OperationOptions {
|
|
1529
1529
|
}
|
|
1530
1530
|
/** Contains response data for the listNext operation. */
|
|
1531
|
-
export
|
|
1531
|
+
export type BatchAccountListNextResponse = BatchAccountListResult;
|
|
1532
1532
|
/** Optional parameters. */
|
|
1533
1533
|
export interface BatchAccountListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1534
1534
|
}
|
|
1535
1535
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1536
|
-
export
|
|
1536
|
+
export type BatchAccountListByResourceGroupNextResponse = BatchAccountListResult;
|
|
1537
1537
|
/** Optional parameters. */
|
|
1538
1538
|
export interface BatchAccountListDetectorsNextOptionalParams extends coreClient.OperationOptions {
|
|
1539
1539
|
}
|
|
1540
1540
|
/** Contains response data for the listDetectorsNext operation. */
|
|
1541
|
-
export
|
|
1541
|
+
export type BatchAccountListDetectorsNextResponse = DetectorListResult;
|
|
1542
1542
|
/** Optional parameters. */
|
|
1543
1543
|
export interface BatchAccountListOutboundNetworkDependenciesEndpointsNextOptionalParams extends coreClient.OperationOptions {
|
|
1544
1544
|
}
|
|
1545
1545
|
/** Contains response data for the listOutboundNetworkDependenciesEndpointsNext operation. */
|
|
1546
|
-
export
|
|
1546
|
+
export type BatchAccountListOutboundNetworkDependenciesEndpointsNextResponse = OutboundEnvironmentEndpointCollection;
|
|
1547
1547
|
/** Optional parameters. */
|
|
1548
1548
|
export interface ApplicationPackageActivateOptionalParams extends coreClient.OperationOptions {
|
|
1549
1549
|
}
|
|
1550
1550
|
/** Contains response data for the activate operation. */
|
|
1551
|
-
export
|
|
1551
|
+
export type ApplicationPackageActivateResponse = ApplicationPackage;
|
|
1552
1552
|
/** Optional parameters. */
|
|
1553
1553
|
export interface ApplicationPackageCreateOptionalParams extends coreClient.OperationOptions {
|
|
1554
1554
|
/** The parameters for the request. */
|
|
1555
1555
|
parameters?: ApplicationPackage;
|
|
1556
1556
|
}
|
|
1557
1557
|
/** Contains response data for the create operation. */
|
|
1558
|
-
export
|
|
1558
|
+
export type ApplicationPackageCreateResponse = ApplicationPackage;
|
|
1559
1559
|
/** Optional parameters. */
|
|
1560
1560
|
export interface ApplicationPackageDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1561
1561
|
}
|
|
@@ -1563,28 +1563,28 @@ export interface ApplicationPackageDeleteOptionalParams extends coreClient.Opera
|
|
|
1563
1563
|
export interface ApplicationPackageGetOptionalParams extends coreClient.OperationOptions {
|
|
1564
1564
|
}
|
|
1565
1565
|
/** Contains response data for the get operation. */
|
|
1566
|
-
export
|
|
1566
|
+
export type ApplicationPackageGetResponse = ApplicationPackage;
|
|
1567
1567
|
/** Optional parameters. */
|
|
1568
1568
|
export interface ApplicationPackageListOptionalParams extends coreClient.OperationOptions {
|
|
1569
1569
|
/** The maximum number of items to return in the response. */
|
|
1570
1570
|
maxresults?: number;
|
|
1571
1571
|
}
|
|
1572
1572
|
/** Contains response data for the list operation. */
|
|
1573
|
-
export
|
|
1573
|
+
export type ApplicationPackageListResponse = ListApplicationPackagesResult;
|
|
1574
1574
|
/** Optional parameters. */
|
|
1575
1575
|
export interface ApplicationPackageListNextOptionalParams extends coreClient.OperationOptions {
|
|
1576
1576
|
/** The maximum number of items to return in the response. */
|
|
1577
1577
|
maxresults?: number;
|
|
1578
1578
|
}
|
|
1579
1579
|
/** Contains response data for the listNext operation. */
|
|
1580
|
-
export
|
|
1580
|
+
export type ApplicationPackageListNextResponse = ListApplicationPackagesResult;
|
|
1581
1581
|
/** Optional parameters. */
|
|
1582
1582
|
export interface ApplicationCreateOptionalParams extends coreClient.OperationOptions {
|
|
1583
1583
|
/** The parameters for the request. */
|
|
1584
1584
|
parameters?: Application;
|
|
1585
1585
|
}
|
|
1586
1586
|
/** Contains response data for the create operation. */
|
|
1587
|
-
export
|
|
1587
|
+
export type ApplicationCreateResponse = Application;
|
|
1588
1588
|
/** Optional parameters. */
|
|
1589
1589
|
export interface ApplicationDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1590
1590
|
}
|
|
@@ -1592,31 +1592,31 @@ export interface ApplicationDeleteOptionalParams extends coreClient.OperationOpt
|
|
|
1592
1592
|
export interface ApplicationGetOptionalParams extends coreClient.OperationOptions {
|
|
1593
1593
|
}
|
|
1594
1594
|
/** Contains response data for the get operation. */
|
|
1595
|
-
export
|
|
1595
|
+
export type ApplicationGetResponse = Application;
|
|
1596
1596
|
/** Optional parameters. */
|
|
1597
1597
|
export interface ApplicationUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1598
1598
|
}
|
|
1599
1599
|
/** Contains response data for the update operation. */
|
|
1600
|
-
export
|
|
1600
|
+
export type ApplicationUpdateResponse = Application;
|
|
1601
1601
|
/** Optional parameters. */
|
|
1602
1602
|
export interface ApplicationListOptionalParams extends coreClient.OperationOptions {
|
|
1603
1603
|
/** The maximum number of items to return in the response. */
|
|
1604
1604
|
maxresults?: number;
|
|
1605
1605
|
}
|
|
1606
1606
|
/** Contains response data for the list operation. */
|
|
1607
|
-
export
|
|
1607
|
+
export type ApplicationListResponse = ListApplicationsResult;
|
|
1608
1608
|
/** Optional parameters. */
|
|
1609
1609
|
export interface ApplicationListNextOptionalParams extends coreClient.OperationOptions {
|
|
1610
1610
|
/** The maximum number of items to return in the response. */
|
|
1611
1611
|
maxresults?: number;
|
|
1612
1612
|
}
|
|
1613
1613
|
/** Contains response data for the listNext operation. */
|
|
1614
|
-
export
|
|
1614
|
+
export type ApplicationListNextResponse = ListApplicationsResult;
|
|
1615
1615
|
/** Optional parameters. */
|
|
1616
1616
|
export interface LocationGetQuotasOptionalParams extends coreClient.OperationOptions {
|
|
1617
1617
|
}
|
|
1618
1618
|
/** Contains response data for the getQuotas operation. */
|
|
1619
|
-
export
|
|
1619
|
+
export type LocationGetQuotasResponse = BatchLocationQuota;
|
|
1620
1620
|
/** Optional parameters. */
|
|
1621
1621
|
export interface LocationListSupportedVirtualMachineSkusOptionalParams extends coreClient.OperationOptions {
|
|
1622
1622
|
/** The maximum number of items to return in the response. */
|
|
@@ -1625,7 +1625,7 @@ export interface LocationListSupportedVirtualMachineSkusOptionalParams extends c
|
|
|
1625
1625
|
filter?: string;
|
|
1626
1626
|
}
|
|
1627
1627
|
/** Contains response data for the listSupportedVirtualMachineSkus operation. */
|
|
1628
|
-
export
|
|
1628
|
+
export type LocationListSupportedVirtualMachineSkusResponse = SupportedSkusResult;
|
|
1629
1629
|
/** Optional parameters. */
|
|
1630
1630
|
export interface LocationListSupportedCloudServiceSkusOptionalParams extends coreClient.OperationOptions {
|
|
1631
1631
|
/** The maximum number of items to return in the response. */
|
|
@@ -1634,12 +1634,12 @@ export interface LocationListSupportedCloudServiceSkusOptionalParams extends cor
|
|
|
1634
1634
|
filter?: string;
|
|
1635
1635
|
}
|
|
1636
1636
|
/** Contains response data for the listSupportedCloudServiceSkus operation. */
|
|
1637
|
-
export
|
|
1637
|
+
export type LocationListSupportedCloudServiceSkusResponse = SupportedSkusResult;
|
|
1638
1638
|
/** Optional parameters. */
|
|
1639
1639
|
export interface LocationCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
1640
1640
|
}
|
|
1641
1641
|
/** Contains response data for the checkNameAvailability operation. */
|
|
1642
|
-
export
|
|
1642
|
+
export type LocationCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
|
|
1643
1643
|
/** Optional parameters. */
|
|
1644
1644
|
export interface LocationListSupportedVirtualMachineSkusNextOptionalParams extends coreClient.OperationOptions {
|
|
1645
1645
|
/** The maximum number of items to return in the response. */
|
|
@@ -1648,7 +1648,7 @@ export interface LocationListSupportedVirtualMachineSkusNextOptionalParams exten
|
|
|
1648
1648
|
filter?: string;
|
|
1649
1649
|
}
|
|
1650
1650
|
/** Contains response data for the listSupportedVirtualMachineSkusNext operation. */
|
|
1651
|
-
export
|
|
1651
|
+
export type LocationListSupportedVirtualMachineSkusNextResponse = SupportedSkusResult;
|
|
1652
1652
|
/** Optional parameters. */
|
|
1653
1653
|
export interface LocationListSupportedCloudServiceSkusNextOptionalParams extends coreClient.OperationOptions {
|
|
1654
1654
|
/** The maximum number of items to return in the response. */
|
|
@@ -1657,17 +1657,17 @@ export interface LocationListSupportedCloudServiceSkusNextOptionalParams extends
|
|
|
1657
1657
|
filter?: string;
|
|
1658
1658
|
}
|
|
1659
1659
|
/** Contains response data for the listSupportedCloudServiceSkusNext operation. */
|
|
1660
|
-
export
|
|
1660
|
+
export type LocationListSupportedCloudServiceSkusNextResponse = SupportedSkusResult;
|
|
1661
1661
|
/** Optional parameters. */
|
|
1662
1662
|
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1663
1663
|
}
|
|
1664
1664
|
/** Contains response data for the list operation. */
|
|
1665
|
-
export
|
|
1665
|
+
export type OperationsListResponse = OperationListResult;
|
|
1666
1666
|
/** Optional parameters. */
|
|
1667
1667
|
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1668
1668
|
}
|
|
1669
1669
|
/** Contains response data for the listNext operation. */
|
|
1670
|
-
export
|
|
1670
|
+
export type OperationsListNextResponse = OperationListResult;
|
|
1671
1671
|
/** Optional parameters. */
|
|
1672
1672
|
export interface CertificateListByBatchAccountOptionalParams extends coreClient.OperationOptions {
|
|
1673
1673
|
/** The maximum number of items to return in the response. */
|
|
@@ -1678,7 +1678,7 @@ export interface CertificateListByBatchAccountOptionalParams extends coreClient.
|
|
|
1678
1678
|
select?: string;
|
|
1679
1679
|
}
|
|
1680
1680
|
/** Contains response data for the listByBatchAccount operation. */
|
|
1681
|
-
export
|
|
1681
|
+
export type CertificateListByBatchAccountResponse = ListCertificatesResult;
|
|
1682
1682
|
/** Optional parameters. */
|
|
1683
1683
|
export interface CertificateCreateOptionalParams extends coreClient.OperationOptions {
|
|
1684
1684
|
/** The entity state (ETag) version of the certificate to update. A value of "*" can be used to apply the operation only if the certificate already exists. If omitted, this operation will always be applied. */
|
|
@@ -1687,14 +1687,14 @@ export interface CertificateCreateOptionalParams extends coreClient.OperationOpt
|
|
|
1687
1687
|
ifNoneMatch?: string;
|
|
1688
1688
|
}
|
|
1689
1689
|
/** Contains response data for the create operation. */
|
|
1690
|
-
export
|
|
1690
|
+
export type CertificateCreateResponse = CertificateCreateHeaders & Certificate;
|
|
1691
1691
|
/** Optional parameters. */
|
|
1692
1692
|
export interface CertificateUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1693
1693
|
/** The entity state (ETag) version of the certificate to update. This value can be omitted or set to "*" to apply the operation unconditionally. */
|
|
1694
1694
|
ifMatch?: string;
|
|
1695
1695
|
}
|
|
1696
1696
|
/** Contains response data for the update operation. */
|
|
1697
|
-
export
|
|
1697
|
+
export type CertificateUpdateResponse = CertificateUpdateHeaders & Certificate;
|
|
1698
1698
|
/** Optional parameters. */
|
|
1699
1699
|
export interface CertificateDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1700
1700
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1706,12 +1706,12 @@ export interface CertificateDeleteOptionalParams extends coreClient.OperationOpt
|
|
|
1706
1706
|
export interface CertificateGetOptionalParams extends coreClient.OperationOptions {
|
|
1707
1707
|
}
|
|
1708
1708
|
/** Contains response data for the get operation. */
|
|
1709
|
-
export
|
|
1709
|
+
export type CertificateGetResponse = CertificateGetHeaders & Certificate;
|
|
1710
1710
|
/** Optional parameters. */
|
|
1711
1711
|
export interface CertificateCancelDeletionOptionalParams extends coreClient.OperationOptions {
|
|
1712
1712
|
}
|
|
1713
1713
|
/** Contains response data for the cancelDeletion operation. */
|
|
1714
|
-
export
|
|
1714
|
+
export type CertificateCancelDeletionResponse = CertificateCancelDeletionHeaders & Certificate;
|
|
1715
1715
|
/** Optional parameters. */
|
|
1716
1716
|
export interface CertificateListByBatchAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
1717
1717
|
/** The maximum number of items to return in the response. */
|
|
@@ -1722,38 +1722,38 @@ export interface CertificateListByBatchAccountNextOptionalParams extends coreCli
|
|
|
1722
1722
|
select?: string;
|
|
1723
1723
|
}
|
|
1724
1724
|
/** Contains response data for the listByBatchAccountNext operation. */
|
|
1725
|
-
export
|
|
1725
|
+
export type CertificateListByBatchAccountNextResponse = ListCertificatesResult;
|
|
1726
1726
|
/** Optional parameters. */
|
|
1727
1727
|
export interface PrivateLinkResourceListByBatchAccountOptionalParams extends coreClient.OperationOptions {
|
|
1728
1728
|
/** The maximum number of items to return in the response. */
|
|
1729
1729
|
maxresults?: number;
|
|
1730
1730
|
}
|
|
1731
1731
|
/** Contains response data for the listByBatchAccount operation. */
|
|
1732
|
-
export
|
|
1732
|
+
export type PrivateLinkResourceListByBatchAccountResponse = ListPrivateLinkResourcesResult;
|
|
1733
1733
|
/** Optional parameters. */
|
|
1734
1734
|
export interface PrivateLinkResourceGetOptionalParams extends coreClient.OperationOptions {
|
|
1735
1735
|
}
|
|
1736
1736
|
/** Contains response data for the get operation. */
|
|
1737
|
-
export
|
|
1737
|
+
export type PrivateLinkResourceGetResponse = PrivateLinkResource;
|
|
1738
1738
|
/** Optional parameters. */
|
|
1739
1739
|
export interface PrivateLinkResourceListByBatchAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
1740
1740
|
/** The maximum number of items to return in the response. */
|
|
1741
1741
|
maxresults?: number;
|
|
1742
1742
|
}
|
|
1743
1743
|
/** Contains response data for the listByBatchAccountNext operation. */
|
|
1744
|
-
export
|
|
1744
|
+
export type PrivateLinkResourceListByBatchAccountNextResponse = ListPrivateLinkResourcesResult;
|
|
1745
1745
|
/** Optional parameters. */
|
|
1746
1746
|
export interface PrivateEndpointConnectionListByBatchAccountOptionalParams extends coreClient.OperationOptions {
|
|
1747
1747
|
/** The maximum number of items to return in the response. */
|
|
1748
1748
|
maxresults?: number;
|
|
1749
1749
|
}
|
|
1750
1750
|
/** Contains response data for the listByBatchAccount operation. */
|
|
1751
|
-
export
|
|
1751
|
+
export type PrivateEndpointConnectionListByBatchAccountResponse = ListPrivateEndpointConnectionsResult;
|
|
1752
1752
|
/** Optional parameters. */
|
|
1753
1753
|
export interface PrivateEndpointConnectionGetOptionalParams extends coreClient.OperationOptions {
|
|
1754
1754
|
}
|
|
1755
1755
|
/** Contains response data for the get operation. */
|
|
1756
|
-
export
|
|
1756
|
+
export type PrivateEndpointConnectionGetResponse = PrivateEndpointConnection;
|
|
1757
1757
|
/** Optional parameters. */
|
|
1758
1758
|
export interface PrivateEndpointConnectionUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1759
1759
|
/** The state (ETag) version of the private endpoint connection to update. This value can be omitted or set to "*" to apply the operation unconditionally. */
|
|
@@ -1764,7 +1764,7 @@ export interface PrivateEndpointConnectionUpdateOptionalParams extends coreClien
|
|
|
1764
1764
|
resumeFrom?: string;
|
|
1765
1765
|
}
|
|
1766
1766
|
/** Contains response data for the update operation. */
|
|
1767
|
-
export
|
|
1767
|
+
export type PrivateEndpointConnectionUpdateResponse = PrivateEndpointConnection;
|
|
1768
1768
|
/** Optional parameters. */
|
|
1769
1769
|
export interface PrivateEndpointConnectionDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1770
1770
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1773,14 +1773,14 @@ export interface PrivateEndpointConnectionDeleteOptionalParams extends coreClien
|
|
|
1773
1773
|
resumeFrom?: string;
|
|
1774
1774
|
}
|
|
1775
1775
|
/** Contains response data for the delete operation. */
|
|
1776
|
-
export
|
|
1776
|
+
export type PrivateEndpointConnectionDeleteResponse = PrivateEndpointConnectionDeleteHeaders;
|
|
1777
1777
|
/** Optional parameters. */
|
|
1778
1778
|
export interface PrivateEndpointConnectionListByBatchAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
1779
1779
|
/** The maximum number of items to return in the response. */
|
|
1780
1780
|
maxresults?: number;
|
|
1781
1781
|
}
|
|
1782
1782
|
/** Contains response data for the listByBatchAccountNext operation. */
|
|
1783
|
-
export
|
|
1783
|
+
export type PrivateEndpointConnectionListByBatchAccountNextResponse = ListPrivateEndpointConnectionsResult;
|
|
1784
1784
|
/** Optional parameters. */
|
|
1785
1785
|
export interface PoolListByBatchAccountOptionalParams extends coreClient.OperationOptions {
|
|
1786
1786
|
/** The maximum number of items to return in the response. */
|
|
@@ -1805,7 +1805,7 @@ export interface PoolListByBatchAccountOptionalParams extends coreClient.Operati
|
|
|
1805
1805
|
select?: string;
|
|
1806
1806
|
}
|
|
1807
1807
|
/** Contains response data for the listByBatchAccount operation. */
|
|
1808
|
-
export
|
|
1808
|
+
export type PoolListByBatchAccountResponse = ListPoolsResult;
|
|
1809
1809
|
/** Optional parameters. */
|
|
1810
1810
|
export interface PoolCreateOptionalParams extends coreClient.OperationOptions {
|
|
1811
1811
|
/** The entity state (ETag) version of the pool to update. A value of "*" can be used to apply the operation only if the pool already exists. If omitted, this operation will always be applied. */
|
|
@@ -1814,14 +1814,14 @@ export interface PoolCreateOptionalParams extends coreClient.OperationOptions {
|
|
|
1814
1814
|
ifNoneMatch?: string;
|
|
1815
1815
|
}
|
|
1816
1816
|
/** Contains response data for the create operation. */
|
|
1817
|
-
export
|
|
1817
|
+
export type PoolCreateResponse = PoolCreateHeaders & Pool;
|
|
1818
1818
|
/** Optional parameters. */
|
|
1819
1819
|
export interface PoolUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1820
1820
|
/** The entity state (ETag) version of the pool to update. This value can be omitted or set to "*" to apply the operation unconditionally. */
|
|
1821
1821
|
ifMatch?: string;
|
|
1822
1822
|
}
|
|
1823
1823
|
/** Contains response data for the update operation. */
|
|
1824
|
-
export
|
|
1824
|
+
export type PoolUpdateResponse = PoolUpdateHeaders & Pool;
|
|
1825
1825
|
/** Optional parameters. */
|
|
1826
1826
|
export interface PoolDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1827
1827
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1833,17 +1833,17 @@ export interface PoolDeleteOptionalParams extends coreClient.OperationOptions {
|
|
|
1833
1833
|
export interface PoolGetOptionalParams extends coreClient.OperationOptions {
|
|
1834
1834
|
}
|
|
1835
1835
|
/** Contains response data for the get operation. */
|
|
1836
|
-
export
|
|
1836
|
+
export type PoolGetResponse = PoolGetHeaders & Pool;
|
|
1837
1837
|
/** Optional parameters. */
|
|
1838
1838
|
export interface PoolDisableAutoScaleOptionalParams extends coreClient.OperationOptions {
|
|
1839
1839
|
}
|
|
1840
1840
|
/** Contains response data for the disableAutoScale operation. */
|
|
1841
|
-
export
|
|
1841
|
+
export type PoolDisableAutoScaleResponse = PoolDisableAutoScaleHeaders & Pool;
|
|
1842
1842
|
/** Optional parameters. */
|
|
1843
1843
|
export interface PoolStopResizeOptionalParams extends coreClient.OperationOptions {
|
|
1844
1844
|
}
|
|
1845
1845
|
/** Contains response data for the stopResize operation. */
|
|
1846
|
-
export
|
|
1846
|
+
export type PoolStopResizeResponse = PoolStopResizeHeaders & Pool;
|
|
1847
1847
|
/** Optional parameters. */
|
|
1848
1848
|
export interface PoolListByBatchAccountNextOptionalParams extends coreClient.OperationOptions {
|
|
1849
1849
|
/** The maximum number of items to return in the response. */
|
|
@@ -1868,7 +1868,7 @@ export interface PoolListByBatchAccountNextOptionalParams extends coreClient.Ope
|
|
|
1868
1868
|
select?: string;
|
|
1869
1869
|
}
|
|
1870
1870
|
/** Contains response data for the listByBatchAccountNext operation. */
|
|
1871
|
-
export
|
|
1871
|
+
export type PoolListByBatchAccountNextResponse = ListPoolsResult;
|
|
1872
1872
|
/** Optional parameters. */
|
|
1873
1873
|
export interface BatchManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1874
1874
|
/** server parameter */
|