@azure/arm-connectedvmware 1.0.0-alpha.20230302.1 → 1.0.0-alpha.20230418.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 +252 -105
- 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/clustersListByResourceGroupSample.js +12 -5
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersListSample.js +12 -5
- package/dist-esm/samples-dev/clustersListSample.js.map +1 -1
- package/dist-esm/samples-dev/datastoresListByResourceGroupSample.js +12 -5
- package/dist-esm/samples-dev/datastoresListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/datastoresListSample.js +12 -5
- package/dist-esm/samples-dev/datastoresListSample.js.map +1 -1
- package/dist-esm/samples-dev/guestAgentsListByVMSample.js +12 -5
- package/dist-esm/samples-dev/guestAgentsListByVMSample.js.map +1 -1
- package/dist-esm/samples-dev/hostsListByResourceGroupSample.js +12 -5
- package/dist-esm/samples-dev/hostsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/hostsListSample.js +12 -5
- package/dist-esm/samples-dev/hostsListSample.js.map +1 -1
- package/dist-esm/samples-dev/hybridIdentityMetadataListByVMSample.js +12 -5
- package/dist-esm/samples-dev/hybridIdentityMetadataListByVMSample.js.map +1 -1
- package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.js +12 -5
- package/dist-esm/samples-dev/inventoryItemsListByVCenterSample.js.map +1 -1
- package/dist-esm/samples-dev/machineExtensionsListSample.js +12 -5
- package/dist-esm/samples-dev/machineExtensionsListSample.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/resourcePoolsListByResourceGroupSample.js +12 -5
- package/dist-esm/samples-dev/resourcePoolsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/resourcePoolsListSample.js +12 -5
- package/dist-esm/samples-dev/resourcePoolsListSample.js.map +1 -1
- package/dist-esm/samples-dev/vCentersListByResourceGroupSample.js +12 -5
- package/dist-esm/samples-dev/vCentersListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/vCentersListSample.js +12 -5
- package/dist-esm/samples-dev/vCentersListSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js +12 -5
- package/dist-esm/samples-dev/virtualMachineTemplatesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachineTemplatesListSample.js +12 -5
- package/dist-esm/samples-dev/virtualMachineTemplatesListSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js +12 -5
- package/dist-esm/samples-dev/virtualMachinesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualMachinesListSample.js +12 -5
- package/dist-esm/samples-dev/virtualMachinesListSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js +12 -5
- package/dist-esm/samples-dev/virtualNetworksListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworksListSample.js +12 -5
- package/dist-esm/samples-dev/virtualNetworksListSample.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +102 -102
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/operations/clusters.js +24 -10
- package/dist-esm/src/operations/clusters.js.map +1 -1
- package/dist-esm/src/operations/datastores.js +24 -10
- package/dist-esm/src/operations/datastores.js.map +1 -1
- package/dist-esm/src/operations/guestAgents.js +12 -5
- package/dist-esm/src/operations/guestAgents.js.map +1 -1
- package/dist-esm/src/operations/hosts.js +24 -10
- package/dist-esm/src/operations/hosts.js.map +1 -1
- package/dist-esm/src/operations/hybridIdentityMetadataOperations.js +12 -5
- package/dist-esm/src/operations/hybridIdentityMetadataOperations.js.map +1 -1
- package/dist-esm/src/operations/inventoryItems.js +12 -5
- package/dist-esm/src/operations/inventoryItems.js.map +1 -1
- package/dist-esm/src/operations/machineExtensions.js +12 -5
- package/dist-esm/src/operations/machineExtensions.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/resourcePools.js +24 -10
- package/dist-esm/src/operations/resourcePools.js.map +1 -1
- package/dist-esm/src/operations/vCenters.js +24 -10
- package/dist-esm/src/operations/vCenters.js.map +1 -1
- package/dist-esm/src/operations/virtualMachineTemplates.js +24 -10
- package/dist-esm/src/operations/virtualMachineTemplates.js.map +1 -1
- package/dist-esm/src/operations/virtualMachines.js +24 -10
- package/dist-esm/src/operations/virtualMachines.js.map +1 -1
- package/dist-esm/src/operations/virtualNetworks.js +24 -10
- package/dist-esm/src/operations/virtualNetworks.js.map +1 -1
- package/package.json +3 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
|
2
|
-
export
|
|
2
|
+
export type InventoryItemPropertiesUnion = InventoryItemProperties | ResourcePoolInventoryItem | VirtualMachineInventoryItem | VirtualMachineTemplateInventoryItem | VirtualNetworkInventoryItem | ClusterInventoryItem | DatastoreInventoryItem | HostInventoryItem;
|
|
3
3
|
/** Lists the operations available. */
|
|
4
4
|
export interface OperationsList {
|
|
5
5
|
/** Url to follow for getting next page of operations. */
|
|
@@ -1873,7 +1873,7 @@ export declare enum KnownPatchOperationStatus {
|
|
|
1873
1873
|
* **Succeeded** \
|
|
1874
1874
|
* **CompletedWithWarnings**
|
|
1875
1875
|
*/
|
|
1876
|
-
export
|
|
1876
|
+
export type PatchOperationStatus = string;
|
|
1877
1877
|
/** Known values of {@link PatchOperationStartedBy} that the service accepts. */
|
|
1878
1878
|
export declare enum KnownPatchOperationStartedBy {
|
|
1879
1879
|
/** User */
|
|
@@ -1889,7 +1889,7 @@ export declare enum KnownPatchOperationStartedBy {
|
|
|
1889
1889
|
* **User** \
|
|
1890
1890
|
* **Platform**
|
|
1891
1891
|
*/
|
|
1892
|
-
export
|
|
1892
|
+
export type PatchOperationStartedBy = string;
|
|
1893
1893
|
/** Known values of {@link PatchServiceUsed} that the service accepts. */
|
|
1894
1894
|
export declare enum KnownPatchServiceUsed {
|
|
1895
1895
|
/** Unknown */
|
|
@@ -1917,7 +1917,7 @@ export declare enum KnownPatchServiceUsed {
|
|
|
1917
1917
|
* **APT** \
|
|
1918
1918
|
* **Zypper**
|
|
1919
1919
|
*/
|
|
1920
|
-
export
|
|
1920
|
+
export type PatchServiceUsed = string;
|
|
1921
1921
|
/** Known values of {@link OsTypeUM} that the service accepts. */
|
|
1922
1922
|
export declare enum KnownOsTypeUM {
|
|
1923
1923
|
/** Windows */
|
|
@@ -1933,7 +1933,7 @@ export declare enum KnownOsTypeUM {
|
|
|
1933
1933
|
* **Windows** \
|
|
1934
1934
|
* **Linux**
|
|
1935
1935
|
*/
|
|
1936
|
-
export
|
|
1936
|
+
export type OsTypeUM = string;
|
|
1937
1937
|
/** Known values of {@link VMGuestPatchRebootSetting} that the service accepts. */
|
|
1938
1938
|
export declare enum KnownVMGuestPatchRebootSetting {
|
|
1939
1939
|
/** IfRequired */
|
|
@@ -1952,7 +1952,7 @@ export declare enum KnownVMGuestPatchRebootSetting {
|
|
|
1952
1952
|
* **Never** \
|
|
1953
1953
|
* **Always**
|
|
1954
1954
|
*/
|
|
1955
|
-
export
|
|
1955
|
+
export type VMGuestPatchRebootSetting = string;
|
|
1956
1956
|
/** Known values of {@link VMGuestPatchClassificationWindows} that the service accepts. */
|
|
1957
1957
|
export declare enum KnownVMGuestPatchClassificationWindows {
|
|
1958
1958
|
/** Critical */
|
|
@@ -1986,7 +1986,7 @@ export declare enum KnownVMGuestPatchClassificationWindows {
|
|
|
1986
1986
|
* **Tools** \
|
|
1987
1987
|
* **Updates**
|
|
1988
1988
|
*/
|
|
1989
|
-
export
|
|
1989
|
+
export type VMGuestPatchClassificationWindows = string;
|
|
1990
1990
|
/** Known values of {@link VMGuestPatchClassificationLinux} that the service accepts. */
|
|
1991
1991
|
export declare enum KnownVMGuestPatchClassificationLinux {
|
|
1992
1992
|
/** Critical */
|
|
@@ -2005,7 +2005,7 @@ export declare enum KnownVMGuestPatchClassificationLinux {
|
|
|
2005
2005
|
* **Security** \
|
|
2006
2006
|
* **Other**
|
|
2007
2007
|
*/
|
|
2008
|
-
export
|
|
2008
|
+
export type VMGuestPatchClassificationLinux = string;
|
|
2009
2009
|
/** Known values of {@link VMGuestPatchRebootStatus} that the service accepts. */
|
|
2010
2010
|
export declare enum KnownVMGuestPatchRebootStatus {
|
|
2011
2011
|
/** Unknown */
|
|
@@ -2033,7 +2033,7 @@ export declare enum KnownVMGuestPatchRebootStatus {
|
|
|
2033
2033
|
* **Failed** \
|
|
2034
2034
|
* **Completed**
|
|
2035
2035
|
*/
|
|
2036
|
-
export
|
|
2036
|
+
export type VMGuestPatchRebootStatus = string;
|
|
2037
2037
|
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
2038
2038
|
export declare enum KnownCreatedByType {
|
|
2039
2039
|
/** User */
|
|
@@ -2055,7 +2055,7 @@ export declare enum KnownCreatedByType {
|
|
|
2055
2055
|
* **ManagedIdentity** \
|
|
2056
2056
|
* **Key**
|
|
2057
2057
|
*/
|
|
2058
|
-
export
|
|
2058
|
+
export type CreatedByType = string;
|
|
2059
2059
|
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
2060
2060
|
export declare enum KnownProvisioningState {
|
|
2061
2061
|
/** Succeeded */
|
|
@@ -2089,7 +2089,7 @@ export declare enum KnownProvisioningState {
|
|
|
2089
2089
|
* **Accepted** \
|
|
2090
2090
|
* **Created**
|
|
2091
2091
|
*/
|
|
2092
|
-
export
|
|
2092
|
+
export type ProvisioningState = string;
|
|
2093
2093
|
/** Known values of {@link OsType} that the service accepts. */
|
|
2094
2094
|
export declare enum KnownOsType {
|
|
2095
2095
|
/** Windows */
|
|
@@ -2108,7 +2108,7 @@ export declare enum KnownOsType {
|
|
|
2108
2108
|
* **Linux** \
|
|
2109
2109
|
* **Other**
|
|
2110
2110
|
*/
|
|
2111
|
-
export
|
|
2111
|
+
export type OsType = string;
|
|
2112
2112
|
/** Known values of {@link NICType} that the service accepts. */
|
|
2113
2113
|
export declare enum KnownNICType {
|
|
2114
2114
|
/** Vmxnet3 */
|
|
@@ -2136,7 +2136,7 @@ export declare enum KnownNICType {
|
|
|
2136
2136
|
* **e1000e** \
|
|
2137
2137
|
* **pcnet32**
|
|
2138
2138
|
*/
|
|
2139
|
-
export
|
|
2139
|
+
export type NICType = string;
|
|
2140
2140
|
/** Known values of {@link PowerOnBootOption} that the service accepts. */
|
|
2141
2141
|
export declare enum KnownPowerOnBootOption {
|
|
2142
2142
|
/** Enabled */
|
|
@@ -2152,7 +2152,7 @@ export declare enum KnownPowerOnBootOption {
|
|
|
2152
2152
|
* **enabled** \
|
|
2153
2153
|
* **disabled**
|
|
2154
2154
|
*/
|
|
2155
|
-
export
|
|
2155
|
+
export type PowerOnBootOption = string;
|
|
2156
2156
|
/** Known values of {@link IPAddressAllocationMethod} that the service accepts. */
|
|
2157
2157
|
export declare enum KnownIPAddressAllocationMethod {
|
|
2158
2158
|
/** Unset */
|
|
@@ -2180,7 +2180,7 @@ export declare enum KnownIPAddressAllocationMethod {
|
|
|
2180
2180
|
* **random** \
|
|
2181
2181
|
* **other**
|
|
2182
2182
|
*/
|
|
2183
|
-
export
|
|
2183
|
+
export type IPAddressAllocationMethod = string;
|
|
2184
2184
|
/** Known values of {@link DiskMode} that the service accepts. */
|
|
2185
2185
|
export declare enum KnownDiskMode {
|
|
2186
2186
|
/** Persistent */
|
|
@@ -2199,7 +2199,7 @@ export declare enum KnownDiskMode {
|
|
|
2199
2199
|
* **independent_persistent** \
|
|
2200
2200
|
* **independent_nonpersistent**
|
|
2201
2201
|
*/
|
|
2202
|
-
export
|
|
2202
|
+
export type DiskMode = string;
|
|
2203
2203
|
/** Known values of {@link DiskType} that the service accepts. */
|
|
2204
2204
|
export declare enum KnownDiskType {
|
|
2205
2205
|
/** Flat */
|
|
@@ -2230,7 +2230,7 @@ export declare enum KnownDiskType {
|
|
|
2230
2230
|
* **sesparse** \
|
|
2231
2231
|
* **unknown**
|
|
2232
2232
|
*/
|
|
2233
|
-
export
|
|
2233
|
+
export type DiskType = string;
|
|
2234
2234
|
/** Known values of {@link ScsiControllerType} that the service accepts. */
|
|
2235
2235
|
export declare enum KnownScsiControllerType {
|
|
2236
2236
|
/** Lsilogic */
|
|
@@ -2252,7 +2252,7 @@ export declare enum KnownScsiControllerType {
|
|
|
2252
2252
|
* **pvscsi** \
|
|
2253
2253
|
* **lsilogicsas**
|
|
2254
2254
|
*/
|
|
2255
|
-
export
|
|
2255
|
+
export type ScsiControllerType = string;
|
|
2256
2256
|
/** Known values of {@link VirtualScsiSharing} that the service accepts. */
|
|
2257
2257
|
export declare enum KnownVirtualScsiSharing {
|
|
2258
2258
|
/** NoSharing */
|
|
@@ -2271,7 +2271,7 @@ export declare enum KnownVirtualScsiSharing {
|
|
|
2271
2271
|
* **physicalSharing** \
|
|
2272
2272
|
* **virtualSharing**
|
|
2273
2273
|
*/
|
|
2274
|
-
export
|
|
2274
|
+
export type VirtualScsiSharing = string;
|
|
2275
2275
|
/** Known values of {@link StatusTypes} that the service accepts. */
|
|
2276
2276
|
export declare enum KnownStatusTypes {
|
|
2277
2277
|
/** Connected */
|
|
@@ -2290,7 +2290,7 @@ export declare enum KnownStatusTypes {
|
|
|
2290
2290
|
* **Disconnected** \
|
|
2291
2291
|
* **Error**
|
|
2292
2292
|
*/
|
|
2293
|
-
export
|
|
2293
|
+
export type StatusTypes = string;
|
|
2294
2294
|
/** Known values of {@link FirmwareType} that the service accepts. */
|
|
2295
2295
|
export declare enum KnownFirmwareType {
|
|
2296
2296
|
/** Bios */
|
|
@@ -2306,7 +2306,7 @@ export declare enum KnownFirmwareType {
|
|
|
2306
2306
|
* **bios** \
|
|
2307
2307
|
* **efi**
|
|
2308
2308
|
*/
|
|
2309
|
-
export
|
|
2309
|
+
export type FirmwareType = string;
|
|
2310
2310
|
/** Known values of {@link IdentityType} that the service accepts. */
|
|
2311
2311
|
export declare enum KnownIdentityType {
|
|
2312
2312
|
/** None */
|
|
@@ -2322,7 +2322,7 @@ export declare enum KnownIdentityType {
|
|
|
2322
2322
|
* **None** \
|
|
2323
2323
|
* **SystemAssigned**
|
|
2324
2324
|
*/
|
|
2325
|
-
export
|
|
2325
|
+
export type IdentityType = string;
|
|
2326
2326
|
/** Known values of {@link InventoryType} that the service accepts. */
|
|
2327
2327
|
export declare enum KnownInventoryType {
|
|
2328
2328
|
/** ResourcePool */
|
|
@@ -2353,7 +2353,7 @@ export declare enum KnownInventoryType {
|
|
|
2353
2353
|
* **Datastore** \
|
|
2354
2354
|
* **Host**
|
|
2355
2355
|
*/
|
|
2356
|
-
export
|
|
2356
|
+
export type InventoryType = string;
|
|
2357
2357
|
/** Known values of {@link StatusLevelTypes} that the service accepts. */
|
|
2358
2358
|
export declare enum KnownStatusLevelTypes {
|
|
2359
2359
|
/** Info */
|
|
@@ -2372,7 +2372,7 @@ export declare enum KnownStatusLevelTypes {
|
|
|
2372
2372
|
* **Warning** \
|
|
2373
2373
|
* **Error**
|
|
2374
2374
|
*/
|
|
2375
|
-
export
|
|
2375
|
+
export type StatusLevelTypes = string;
|
|
2376
2376
|
/** Known values of {@link ProvisioningAction} that the service accepts. */
|
|
2377
2377
|
export declare enum KnownProvisioningAction {
|
|
2378
2378
|
/** Install */
|
|
@@ -2391,17 +2391,17 @@ export declare enum KnownProvisioningAction {
|
|
|
2391
2391
|
* **uninstall** \
|
|
2392
2392
|
* **repair**
|
|
2393
2393
|
*/
|
|
2394
|
-
export
|
|
2394
|
+
export type ProvisioningAction = string;
|
|
2395
2395
|
/** Optional parameters. */
|
|
2396
2396
|
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
2397
2397
|
}
|
|
2398
2398
|
/** Contains response data for the list operation. */
|
|
2399
|
-
export
|
|
2399
|
+
export type OperationsListResponse = OperationsList;
|
|
2400
2400
|
/** Optional parameters. */
|
|
2401
2401
|
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2402
2402
|
}
|
|
2403
2403
|
/** Contains response data for the listNext operation. */
|
|
2404
|
-
export
|
|
2404
|
+
export type OperationsListNextResponse = OperationsList;
|
|
2405
2405
|
/** Optional parameters. */
|
|
2406
2406
|
export interface VirtualMachinesAssessPatchesOptionalParams extends coreClient.OperationOptions {
|
|
2407
2407
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -2410,7 +2410,7 @@ export interface VirtualMachinesAssessPatchesOptionalParams extends coreClient.O
|
|
|
2410
2410
|
resumeFrom?: string;
|
|
2411
2411
|
}
|
|
2412
2412
|
/** Contains response data for the assessPatches operation. */
|
|
2413
|
-
export
|
|
2413
|
+
export type VirtualMachinesAssessPatchesResponse = VirtualMachineAssessPatchesResult;
|
|
2414
2414
|
/** Optional parameters. */
|
|
2415
2415
|
export interface VirtualMachinesInstallPatchesOptionalParams extends coreClient.OperationOptions {
|
|
2416
2416
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -2419,7 +2419,7 @@ export interface VirtualMachinesInstallPatchesOptionalParams extends coreClient.
|
|
|
2419
2419
|
resumeFrom?: string;
|
|
2420
2420
|
}
|
|
2421
2421
|
/** Contains response data for the installPatches operation. */
|
|
2422
|
-
export
|
|
2422
|
+
export type VirtualMachinesInstallPatchesResponse = VirtualMachineInstallPatchesResult;
|
|
2423
2423
|
/** Optional parameters. */
|
|
2424
2424
|
export interface VirtualMachinesCreateOptionalParams extends coreClient.OperationOptions {
|
|
2425
2425
|
/** Request payload. */
|
|
@@ -2430,12 +2430,12 @@ export interface VirtualMachinesCreateOptionalParams extends coreClient.Operatio
|
|
|
2430
2430
|
resumeFrom?: string;
|
|
2431
2431
|
}
|
|
2432
2432
|
/** Contains response data for the create operation. */
|
|
2433
|
-
export
|
|
2433
|
+
export type VirtualMachinesCreateResponse = VirtualMachine;
|
|
2434
2434
|
/** Optional parameters. */
|
|
2435
2435
|
export interface VirtualMachinesGetOptionalParams extends coreClient.OperationOptions {
|
|
2436
2436
|
}
|
|
2437
2437
|
/** Contains response data for the get operation. */
|
|
2438
|
-
export
|
|
2438
|
+
export type VirtualMachinesGetResponse = VirtualMachine;
|
|
2439
2439
|
/** Optional parameters. */
|
|
2440
2440
|
export interface VirtualMachinesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2441
2441
|
/** Resource properties to update. */
|
|
@@ -2446,7 +2446,7 @@ export interface VirtualMachinesUpdateOptionalParams extends coreClient.Operatio
|
|
|
2446
2446
|
resumeFrom?: string;
|
|
2447
2447
|
}
|
|
2448
2448
|
/** Contains response data for the update operation. */
|
|
2449
|
-
export
|
|
2449
|
+
export type VirtualMachinesUpdateResponse = VirtualMachine;
|
|
2450
2450
|
/** Optional parameters. */
|
|
2451
2451
|
export interface VirtualMachinesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2452
2452
|
/** Whether force delete was specified. */
|
|
@@ -2485,22 +2485,22 @@ export interface VirtualMachinesRestartOptionalParams extends coreClient.Operati
|
|
|
2485
2485
|
export interface VirtualMachinesListOptionalParams extends coreClient.OperationOptions {
|
|
2486
2486
|
}
|
|
2487
2487
|
/** Contains response data for the list operation. */
|
|
2488
|
-
export
|
|
2488
|
+
export type VirtualMachinesListResponse = VirtualMachinesList;
|
|
2489
2489
|
/** Optional parameters. */
|
|
2490
2490
|
export interface VirtualMachinesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2491
2491
|
}
|
|
2492
2492
|
/** Contains response data for the listByResourceGroup operation. */
|
|
2493
|
-
export
|
|
2493
|
+
export type VirtualMachinesListByResourceGroupResponse = VirtualMachinesList;
|
|
2494
2494
|
/** Optional parameters. */
|
|
2495
2495
|
export interface VirtualMachinesListNextOptionalParams extends coreClient.OperationOptions {
|
|
2496
2496
|
}
|
|
2497
2497
|
/** Contains response data for the listNext operation. */
|
|
2498
|
-
export
|
|
2498
|
+
export type VirtualMachinesListNextResponse = VirtualMachinesList;
|
|
2499
2499
|
/** Optional parameters. */
|
|
2500
2500
|
export interface VirtualMachinesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2501
2501
|
}
|
|
2502
2502
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2503
|
-
export
|
|
2503
|
+
export type VirtualMachinesListByResourceGroupNextResponse = VirtualMachinesList;
|
|
2504
2504
|
/** Optional parameters. */
|
|
2505
2505
|
export interface ResourcePoolsCreateOptionalParams extends coreClient.OperationOptions {
|
|
2506
2506
|
/** Request payload. */
|
|
@@ -2511,19 +2511,19 @@ export interface ResourcePoolsCreateOptionalParams extends coreClient.OperationO
|
|
|
2511
2511
|
resumeFrom?: string;
|
|
2512
2512
|
}
|
|
2513
2513
|
/** Contains response data for the create operation. */
|
|
2514
|
-
export
|
|
2514
|
+
export type ResourcePoolsCreateResponse = ResourcePool;
|
|
2515
2515
|
/** Optional parameters. */
|
|
2516
2516
|
export interface ResourcePoolsGetOptionalParams extends coreClient.OperationOptions {
|
|
2517
2517
|
}
|
|
2518
2518
|
/** Contains response data for the get operation. */
|
|
2519
|
-
export
|
|
2519
|
+
export type ResourcePoolsGetResponse = ResourcePool;
|
|
2520
2520
|
/** Optional parameters. */
|
|
2521
2521
|
export interface ResourcePoolsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2522
2522
|
/** Resource properties to update. */
|
|
2523
2523
|
body?: ResourcePatch;
|
|
2524
2524
|
}
|
|
2525
2525
|
/** Contains response data for the update operation. */
|
|
2526
|
-
export
|
|
2526
|
+
export type ResourcePoolsUpdateResponse = ResourcePool;
|
|
2527
2527
|
/** Optional parameters. */
|
|
2528
2528
|
export interface ResourcePoolsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2529
2529
|
/** Whether force delete was specified. */
|
|
@@ -2537,22 +2537,22 @@ export interface ResourcePoolsDeleteOptionalParams extends coreClient.OperationO
|
|
|
2537
2537
|
export interface ResourcePoolsListOptionalParams extends coreClient.OperationOptions {
|
|
2538
2538
|
}
|
|
2539
2539
|
/** Contains response data for the list operation. */
|
|
2540
|
-
export
|
|
2540
|
+
export type ResourcePoolsListResponse = ResourcePoolsList;
|
|
2541
2541
|
/** Optional parameters. */
|
|
2542
2542
|
export interface ResourcePoolsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2543
2543
|
}
|
|
2544
2544
|
/** Contains response data for the listByResourceGroup operation. */
|
|
2545
|
-
export
|
|
2545
|
+
export type ResourcePoolsListByResourceGroupResponse = ResourcePoolsList;
|
|
2546
2546
|
/** Optional parameters. */
|
|
2547
2547
|
export interface ResourcePoolsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2548
2548
|
}
|
|
2549
2549
|
/** Contains response data for the listNext operation. */
|
|
2550
|
-
export
|
|
2550
|
+
export type ResourcePoolsListNextResponse = ResourcePoolsList;
|
|
2551
2551
|
/** Optional parameters. */
|
|
2552
2552
|
export interface ResourcePoolsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2553
2553
|
}
|
|
2554
2554
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2555
|
-
export
|
|
2555
|
+
export type ResourcePoolsListByResourceGroupNextResponse = ResourcePoolsList;
|
|
2556
2556
|
/** Optional parameters. */
|
|
2557
2557
|
export interface ClustersCreateOptionalParams extends coreClient.OperationOptions {
|
|
2558
2558
|
/** Request payload. */
|
|
@@ -2563,19 +2563,19 @@ export interface ClustersCreateOptionalParams extends coreClient.OperationOption
|
|
|
2563
2563
|
resumeFrom?: string;
|
|
2564
2564
|
}
|
|
2565
2565
|
/** Contains response data for the create operation. */
|
|
2566
|
-
export
|
|
2566
|
+
export type ClustersCreateResponse = Cluster;
|
|
2567
2567
|
/** Optional parameters. */
|
|
2568
2568
|
export interface ClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
2569
2569
|
}
|
|
2570
2570
|
/** Contains response data for the get operation. */
|
|
2571
|
-
export
|
|
2571
|
+
export type ClustersGetResponse = Cluster;
|
|
2572
2572
|
/** Optional parameters. */
|
|
2573
2573
|
export interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2574
2574
|
/** Resource properties to update. */
|
|
2575
2575
|
body?: ResourcePatch;
|
|
2576
2576
|
}
|
|
2577
2577
|
/** Contains response data for the update operation. */
|
|
2578
|
-
export
|
|
2578
|
+
export type ClustersUpdateResponse = Cluster;
|
|
2579
2579
|
/** Optional parameters. */
|
|
2580
2580
|
export interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2581
2581
|
/** Whether force delete was specified. */
|
|
@@ -2589,22 +2589,22 @@ export interface ClustersDeleteOptionalParams extends coreClient.OperationOption
|
|
|
2589
2589
|
export interface ClustersListOptionalParams extends coreClient.OperationOptions {
|
|
2590
2590
|
}
|
|
2591
2591
|
/** Contains response data for the list operation. */
|
|
2592
|
-
export
|
|
2592
|
+
export type ClustersListResponse = ClustersList;
|
|
2593
2593
|
/** Optional parameters. */
|
|
2594
2594
|
export interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2595
2595
|
}
|
|
2596
2596
|
/** Contains response data for the listByResourceGroup operation. */
|
|
2597
|
-
export
|
|
2597
|
+
export type ClustersListByResourceGroupResponse = ClustersList;
|
|
2598
2598
|
/** Optional parameters. */
|
|
2599
2599
|
export interface ClustersListNextOptionalParams extends coreClient.OperationOptions {
|
|
2600
2600
|
}
|
|
2601
2601
|
/** Contains response data for the listNext operation. */
|
|
2602
|
-
export
|
|
2602
|
+
export type ClustersListNextResponse = ClustersList;
|
|
2603
2603
|
/** Optional parameters. */
|
|
2604
2604
|
export interface ClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2605
2605
|
}
|
|
2606
2606
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2607
|
-
export
|
|
2607
|
+
export type ClustersListByResourceGroupNextResponse = ClustersList;
|
|
2608
2608
|
/** Optional parameters. */
|
|
2609
2609
|
export interface HostsCreateOptionalParams extends coreClient.OperationOptions {
|
|
2610
2610
|
/** Request payload. */
|
|
@@ -2615,19 +2615,19 @@ export interface HostsCreateOptionalParams extends coreClient.OperationOptions {
|
|
|
2615
2615
|
resumeFrom?: string;
|
|
2616
2616
|
}
|
|
2617
2617
|
/** Contains response data for the create operation. */
|
|
2618
|
-
export
|
|
2618
|
+
export type HostsCreateResponse = Host;
|
|
2619
2619
|
/** Optional parameters. */
|
|
2620
2620
|
export interface HostsGetOptionalParams extends coreClient.OperationOptions {
|
|
2621
2621
|
}
|
|
2622
2622
|
/** Contains response data for the get operation. */
|
|
2623
|
-
export
|
|
2623
|
+
export type HostsGetResponse = Host;
|
|
2624
2624
|
/** Optional parameters. */
|
|
2625
2625
|
export interface HostsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2626
2626
|
/** Resource properties to update. */
|
|
2627
2627
|
body?: ResourcePatch;
|
|
2628
2628
|
}
|
|
2629
2629
|
/** Contains response data for the update operation. */
|
|
2630
|
-
export
|
|
2630
|
+
export type HostsUpdateResponse = Host;
|
|
2631
2631
|
/** Optional parameters. */
|
|
2632
2632
|
export interface HostsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2633
2633
|
/** Whether force delete was specified. */
|
|
@@ -2641,22 +2641,22 @@ export interface HostsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
|
2641
2641
|
export interface HostsListOptionalParams extends coreClient.OperationOptions {
|
|
2642
2642
|
}
|
|
2643
2643
|
/** Contains response data for the list operation. */
|
|
2644
|
-
export
|
|
2644
|
+
export type HostsListResponse = HostsList;
|
|
2645
2645
|
/** Optional parameters. */
|
|
2646
2646
|
export interface HostsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2647
2647
|
}
|
|
2648
2648
|
/** Contains response data for the listByResourceGroup operation. */
|
|
2649
|
-
export
|
|
2649
|
+
export type HostsListByResourceGroupResponse = HostsList;
|
|
2650
2650
|
/** Optional parameters. */
|
|
2651
2651
|
export interface HostsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2652
2652
|
}
|
|
2653
2653
|
/** Contains response data for the listNext operation. */
|
|
2654
|
-
export
|
|
2654
|
+
export type HostsListNextResponse = HostsList;
|
|
2655
2655
|
/** Optional parameters. */
|
|
2656
2656
|
export interface HostsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2657
2657
|
}
|
|
2658
2658
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2659
|
-
export
|
|
2659
|
+
export type HostsListByResourceGroupNextResponse = HostsList;
|
|
2660
2660
|
/** Optional parameters. */
|
|
2661
2661
|
export interface DatastoresCreateOptionalParams extends coreClient.OperationOptions {
|
|
2662
2662
|
/** Request payload. */
|
|
@@ -2667,19 +2667,19 @@ export interface DatastoresCreateOptionalParams extends coreClient.OperationOpti
|
|
|
2667
2667
|
resumeFrom?: string;
|
|
2668
2668
|
}
|
|
2669
2669
|
/** Contains response data for the create operation. */
|
|
2670
|
-
export
|
|
2670
|
+
export type DatastoresCreateResponse = Datastore;
|
|
2671
2671
|
/** Optional parameters. */
|
|
2672
2672
|
export interface DatastoresGetOptionalParams extends coreClient.OperationOptions {
|
|
2673
2673
|
}
|
|
2674
2674
|
/** Contains response data for the get operation. */
|
|
2675
|
-
export
|
|
2675
|
+
export type DatastoresGetResponse = Datastore;
|
|
2676
2676
|
/** Optional parameters. */
|
|
2677
2677
|
export interface DatastoresUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2678
2678
|
/** Resource properties to update. */
|
|
2679
2679
|
body?: ResourcePatch;
|
|
2680
2680
|
}
|
|
2681
2681
|
/** Contains response data for the update operation. */
|
|
2682
|
-
export
|
|
2682
|
+
export type DatastoresUpdateResponse = Datastore;
|
|
2683
2683
|
/** Optional parameters. */
|
|
2684
2684
|
export interface DatastoresDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2685
2685
|
/** Whether force delete was specified. */
|
|
@@ -2693,22 +2693,22 @@ export interface DatastoresDeleteOptionalParams extends coreClient.OperationOpti
|
|
|
2693
2693
|
export interface DatastoresListOptionalParams extends coreClient.OperationOptions {
|
|
2694
2694
|
}
|
|
2695
2695
|
/** Contains response data for the list operation. */
|
|
2696
|
-
export
|
|
2696
|
+
export type DatastoresListResponse = DatastoresList;
|
|
2697
2697
|
/** Optional parameters. */
|
|
2698
2698
|
export interface DatastoresListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2699
2699
|
}
|
|
2700
2700
|
/** Contains response data for the listByResourceGroup operation. */
|
|
2701
|
-
export
|
|
2701
|
+
export type DatastoresListByResourceGroupResponse = DatastoresList;
|
|
2702
2702
|
/** Optional parameters. */
|
|
2703
2703
|
export interface DatastoresListNextOptionalParams extends coreClient.OperationOptions {
|
|
2704
2704
|
}
|
|
2705
2705
|
/** Contains response data for the listNext operation. */
|
|
2706
|
-
export
|
|
2706
|
+
export type DatastoresListNextResponse = DatastoresList;
|
|
2707
2707
|
/** Optional parameters. */
|
|
2708
2708
|
export interface DatastoresListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2709
2709
|
}
|
|
2710
2710
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2711
|
-
export
|
|
2711
|
+
export type DatastoresListByResourceGroupNextResponse = DatastoresList;
|
|
2712
2712
|
/** Optional parameters. */
|
|
2713
2713
|
export interface VCentersCreateOptionalParams extends coreClient.OperationOptions {
|
|
2714
2714
|
/** Request payload. */
|
|
@@ -2719,19 +2719,19 @@ export interface VCentersCreateOptionalParams extends coreClient.OperationOption
|
|
|
2719
2719
|
resumeFrom?: string;
|
|
2720
2720
|
}
|
|
2721
2721
|
/** Contains response data for the create operation. */
|
|
2722
|
-
export
|
|
2722
|
+
export type VCentersCreateResponse = VCenter;
|
|
2723
2723
|
/** Optional parameters. */
|
|
2724
2724
|
export interface VCentersGetOptionalParams extends coreClient.OperationOptions {
|
|
2725
2725
|
}
|
|
2726
2726
|
/** Contains response data for the get operation. */
|
|
2727
|
-
export
|
|
2727
|
+
export type VCentersGetResponse = VCenter;
|
|
2728
2728
|
/** Optional parameters. */
|
|
2729
2729
|
export interface VCentersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2730
2730
|
/** Resource properties to update. */
|
|
2731
2731
|
body?: ResourcePatch;
|
|
2732
2732
|
}
|
|
2733
2733
|
/** Contains response data for the update operation. */
|
|
2734
|
-
export
|
|
2734
|
+
export type VCentersUpdateResponse = VCenter;
|
|
2735
2735
|
/** Optional parameters. */
|
|
2736
2736
|
export interface VCentersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2737
2737
|
/** Whether force delete was specified. */
|
|
@@ -2745,22 +2745,22 @@ export interface VCentersDeleteOptionalParams extends coreClient.OperationOption
|
|
|
2745
2745
|
export interface VCentersListOptionalParams extends coreClient.OperationOptions {
|
|
2746
2746
|
}
|
|
2747
2747
|
/** Contains response data for the list operation. */
|
|
2748
|
-
export
|
|
2748
|
+
export type VCentersListResponse = VCentersList;
|
|
2749
2749
|
/** Optional parameters. */
|
|
2750
2750
|
export interface VCentersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2751
2751
|
}
|
|
2752
2752
|
/** Contains response data for the listByResourceGroup operation. */
|
|
2753
|
-
export
|
|
2753
|
+
export type VCentersListByResourceGroupResponse = VCentersList;
|
|
2754
2754
|
/** Optional parameters. */
|
|
2755
2755
|
export interface VCentersListNextOptionalParams extends coreClient.OperationOptions {
|
|
2756
2756
|
}
|
|
2757
2757
|
/** Contains response data for the listNext operation. */
|
|
2758
|
-
export
|
|
2758
|
+
export type VCentersListNextResponse = VCentersList;
|
|
2759
2759
|
/** Optional parameters. */
|
|
2760
2760
|
export interface VCentersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2761
2761
|
}
|
|
2762
2762
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2763
|
-
export
|
|
2763
|
+
export type VCentersListByResourceGroupNextResponse = VCentersList;
|
|
2764
2764
|
/** Optional parameters. */
|
|
2765
2765
|
export interface VirtualMachineTemplatesCreateOptionalParams extends coreClient.OperationOptions {
|
|
2766
2766
|
/** Request payload. */
|
|
@@ -2771,19 +2771,19 @@ export interface VirtualMachineTemplatesCreateOptionalParams extends coreClient.
|
|
|
2771
2771
|
resumeFrom?: string;
|
|
2772
2772
|
}
|
|
2773
2773
|
/** Contains response data for the create operation. */
|
|
2774
|
-
export
|
|
2774
|
+
export type VirtualMachineTemplatesCreateResponse = VirtualMachineTemplate;
|
|
2775
2775
|
/** Optional parameters. */
|
|
2776
2776
|
export interface VirtualMachineTemplatesGetOptionalParams extends coreClient.OperationOptions {
|
|
2777
2777
|
}
|
|
2778
2778
|
/** Contains response data for the get operation. */
|
|
2779
|
-
export
|
|
2779
|
+
export type VirtualMachineTemplatesGetResponse = VirtualMachineTemplate;
|
|
2780
2780
|
/** Optional parameters. */
|
|
2781
2781
|
export interface VirtualMachineTemplatesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2782
2782
|
/** Resource properties to update. */
|
|
2783
2783
|
body?: ResourcePatch;
|
|
2784
2784
|
}
|
|
2785
2785
|
/** Contains response data for the update operation. */
|
|
2786
|
-
export
|
|
2786
|
+
export type VirtualMachineTemplatesUpdateResponse = VirtualMachineTemplate;
|
|
2787
2787
|
/** Optional parameters. */
|
|
2788
2788
|
export interface VirtualMachineTemplatesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2789
2789
|
/** Whether force delete was specified. */
|
|
@@ -2797,22 +2797,22 @@ export interface VirtualMachineTemplatesDeleteOptionalParams extends coreClient.
|
|
|
2797
2797
|
export interface VirtualMachineTemplatesListOptionalParams extends coreClient.OperationOptions {
|
|
2798
2798
|
}
|
|
2799
2799
|
/** Contains response data for the list operation. */
|
|
2800
|
-
export
|
|
2800
|
+
export type VirtualMachineTemplatesListResponse = VirtualMachineTemplatesList;
|
|
2801
2801
|
/** Optional parameters. */
|
|
2802
2802
|
export interface VirtualMachineTemplatesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2803
2803
|
}
|
|
2804
2804
|
/** Contains response data for the listByResourceGroup operation. */
|
|
2805
|
-
export
|
|
2805
|
+
export type VirtualMachineTemplatesListByResourceGroupResponse = VirtualMachineTemplatesList;
|
|
2806
2806
|
/** Optional parameters. */
|
|
2807
2807
|
export interface VirtualMachineTemplatesListNextOptionalParams extends coreClient.OperationOptions {
|
|
2808
2808
|
}
|
|
2809
2809
|
/** Contains response data for the listNext operation. */
|
|
2810
|
-
export
|
|
2810
|
+
export type VirtualMachineTemplatesListNextResponse = VirtualMachineTemplatesList;
|
|
2811
2811
|
/** Optional parameters. */
|
|
2812
2812
|
export interface VirtualMachineTemplatesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2813
2813
|
}
|
|
2814
2814
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2815
|
-
export
|
|
2815
|
+
export type VirtualMachineTemplatesListByResourceGroupNextResponse = VirtualMachineTemplatesList;
|
|
2816
2816
|
/** Optional parameters. */
|
|
2817
2817
|
export interface VirtualNetworksCreateOptionalParams extends coreClient.OperationOptions {
|
|
2818
2818
|
/** Request payload. */
|
|
@@ -2823,19 +2823,19 @@ export interface VirtualNetworksCreateOptionalParams extends coreClient.Operatio
|
|
|
2823
2823
|
resumeFrom?: string;
|
|
2824
2824
|
}
|
|
2825
2825
|
/** Contains response data for the create operation. */
|
|
2826
|
-
export
|
|
2826
|
+
export type VirtualNetworksCreateResponse = VirtualNetwork;
|
|
2827
2827
|
/** Optional parameters. */
|
|
2828
2828
|
export interface VirtualNetworksGetOptionalParams extends coreClient.OperationOptions {
|
|
2829
2829
|
}
|
|
2830
2830
|
/** Contains response data for the get operation. */
|
|
2831
|
-
export
|
|
2831
|
+
export type VirtualNetworksGetResponse = VirtualNetwork;
|
|
2832
2832
|
/** Optional parameters. */
|
|
2833
2833
|
export interface VirtualNetworksUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2834
2834
|
/** Resource properties to update. */
|
|
2835
2835
|
body?: ResourcePatch;
|
|
2836
2836
|
}
|
|
2837
2837
|
/** Contains response data for the update operation. */
|
|
2838
|
-
export
|
|
2838
|
+
export type VirtualNetworksUpdateResponse = VirtualNetwork;
|
|
2839
2839
|
/** Optional parameters. */
|
|
2840
2840
|
export interface VirtualNetworksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2841
2841
|
/** Whether force delete was specified. */
|
|
@@ -2849,34 +2849,34 @@ export interface VirtualNetworksDeleteOptionalParams extends coreClient.Operatio
|
|
|
2849
2849
|
export interface VirtualNetworksListOptionalParams extends coreClient.OperationOptions {
|
|
2850
2850
|
}
|
|
2851
2851
|
/** Contains response data for the list operation. */
|
|
2852
|
-
export
|
|
2852
|
+
export type VirtualNetworksListResponse = VirtualNetworksList;
|
|
2853
2853
|
/** Optional parameters. */
|
|
2854
2854
|
export interface VirtualNetworksListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
2855
2855
|
}
|
|
2856
2856
|
/** Contains response data for the listByResourceGroup operation. */
|
|
2857
|
-
export
|
|
2857
|
+
export type VirtualNetworksListByResourceGroupResponse = VirtualNetworksList;
|
|
2858
2858
|
/** Optional parameters. */
|
|
2859
2859
|
export interface VirtualNetworksListNextOptionalParams extends coreClient.OperationOptions {
|
|
2860
2860
|
}
|
|
2861
2861
|
/** Contains response data for the listNext operation. */
|
|
2862
|
-
export
|
|
2862
|
+
export type VirtualNetworksListNextResponse = VirtualNetworksList;
|
|
2863
2863
|
/** Optional parameters. */
|
|
2864
2864
|
export interface VirtualNetworksListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
2865
2865
|
}
|
|
2866
2866
|
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2867
|
-
export
|
|
2867
|
+
export type VirtualNetworksListByResourceGroupNextResponse = VirtualNetworksList;
|
|
2868
2868
|
/** Optional parameters. */
|
|
2869
2869
|
export interface InventoryItemsCreateOptionalParams extends coreClient.OperationOptions {
|
|
2870
2870
|
/** Request payload. */
|
|
2871
2871
|
body?: InventoryItem;
|
|
2872
2872
|
}
|
|
2873
2873
|
/** Contains response data for the create operation. */
|
|
2874
|
-
export
|
|
2874
|
+
export type InventoryItemsCreateResponse = InventoryItem;
|
|
2875
2875
|
/** Optional parameters. */
|
|
2876
2876
|
export interface InventoryItemsGetOptionalParams extends coreClient.OperationOptions {
|
|
2877
2877
|
}
|
|
2878
2878
|
/** Contains response data for the get operation. */
|
|
2879
|
-
export
|
|
2879
|
+
export type InventoryItemsGetResponse = InventoryItem;
|
|
2880
2880
|
/** Optional parameters. */
|
|
2881
2881
|
export interface InventoryItemsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2882
2882
|
}
|
|
@@ -2884,24 +2884,24 @@ export interface InventoryItemsDeleteOptionalParams extends coreClient.Operation
|
|
|
2884
2884
|
export interface InventoryItemsListByVCenterOptionalParams extends coreClient.OperationOptions {
|
|
2885
2885
|
}
|
|
2886
2886
|
/** Contains response data for the listByVCenter operation. */
|
|
2887
|
-
export
|
|
2887
|
+
export type InventoryItemsListByVCenterResponse = InventoryItemsList;
|
|
2888
2888
|
/** Optional parameters. */
|
|
2889
2889
|
export interface InventoryItemsListByVCenterNextOptionalParams extends coreClient.OperationOptions {
|
|
2890
2890
|
}
|
|
2891
2891
|
/** Contains response data for the listByVCenterNext operation. */
|
|
2892
|
-
export
|
|
2892
|
+
export type InventoryItemsListByVCenterNextResponse = InventoryItemsList;
|
|
2893
2893
|
/** Optional parameters. */
|
|
2894
2894
|
export interface HybridIdentityMetadataCreateOptionalParams extends coreClient.OperationOptions {
|
|
2895
2895
|
/** Request payload. */
|
|
2896
2896
|
body?: HybridIdentityMetadata;
|
|
2897
2897
|
}
|
|
2898
2898
|
/** Contains response data for the create operation. */
|
|
2899
|
-
export
|
|
2899
|
+
export type HybridIdentityMetadataCreateResponse = HybridIdentityMetadata;
|
|
2900
2900
|
/** Optional parameters. */
|
|
2901
2901
|
export interface HybridIdentityMetadataGetOptionalParams extends coreClient.OperationOptions {
|
|
2902
2902
|
}
|
|
2903
2903
|
/** Contains response data for the get operation. */
|
|
2904
|
-
export
|
|
2904
|
+
export type HybridIdentityMetadataGetResponse = HybridIdentityMetadata;
|
|
2905
2905
|
/** Optional parameters. */
|
|
2906
2906
|
export interface HybridIdentityMetadataDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2907
2907
|
}
|
|
@@ -2909,12 +2909,12 @@ export interface HybridIdentityMetadataDeleteOptionalParams extends coreClient.O
|
|
|
2909
2909
|
export interface HybridIdentityMetadataListByVmOptionalParams extends coreClient.OperationOptions {
|
|
2910
2910
|
}
|
|
2911
2911
|
/** Contains response data for the listByVm operation. */
|
|
2912
|
-
export
|
|
2912
|
+
export type HybridIdentityMetadataListByVmResponse = HybridIdentityMetadataList;
|
|
2913
2913
|
/** Optional parameters. */
|
|
2914
2914
|
export interface HybridIdentityMetadataListByVmNextOptionalParams extends coreClient.OperationOptions {
|
|
2915
2915
|
}
|
|
2916
2916
|
/** Contains response data for the listByVmNext operation. */
|
|
2917
|
-
export
|
|
2917
|
+
export type HybridIdentityMetadataListByVmNextResponse = HybridIdentityMetadataList;
|
|
2918
2918
|
/** Optional parameters. */
|
|
2919
2919
|
export interface MachineExtensionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2920
2920
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -2923,7 +2923,7 @@ export interface MachineExtensionsCreateOrUpdateOptionalParams extends coreClien
|
|
|
2923
2923
|
resumeFrom?: string;
|
|
2924
2924
|
}
|
|
2925
2925
|
/** Contains response data for the createOrUpdate operation. */
|
|
2926
|
-
export
|
|
2926
|
+
export type MachineExtensionsCreateOrUpdateResponse = MachineExtension;
|
|
2927
2927
|
/** Optional parameters. */
|
|
2928
2928
|
export interface MachineExtensionsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2929
2929
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -2932,7 +2932,7 @@ export interface MachineExtensionsUpdateOptionalParams extends coreClient.Operat
|
|
|
2932
2932
|
resumeFrom?: string;
|
|
2933
2933
|
}
|
|
2934
2934
|
/** Contains response data for the update operation. */
|
|
2935
|
-
export
|
|
2935
|
+
export type MachineExtensionsUpdateResponse = MachineExtension;
|
|
2936
2936
|
/** Optional parameters. */
|
|
2937
2937
|
export interface MachineExtensionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2938
2938
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -2944,19 +2944,19 @@ export interface MachineExtensionsDeleteOptionalParams extends coreClient.Operat
|
|
|
2944
2944
|
export interface MachineExtensionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2945
2945
|
}
|
|
2946
2946
|
/** Contains response data for the get operation. */
|
|
2947
|
-
export
|
|
2947
|
+
export type MachineExtensionsGetResponse = MachineExtension;
|
|
2948
2948
|
/** Optional parameters. */
|
|
2949
2949
|
export interface MachineExtensionsListOptionalParams extends coreClient.OperationOptions {
|
|
2950
2950
|
/** The expand expression to apply on the operation. */
|
|
2951
2951
|
expand?: string;
|
|
2952
2952
|
}
|
|
2953
2953
|
/** Contains response data for the list operation. */
|
|
2954
|
-
export
|
|
2954
|
+
export type MachineExtensionsListResponse = MachineExtensionsListResult;
|
|
2955
2955
|
/** Optional parameters. */
|
|
2956
2956
|
export interface MachineExtensionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
2957
2957
|
}
|
|
2958
2958
|
/** Contains response data for the listNext operation. */
|
|
2959
|
-
export
|
|
2959
|
+
export type MachineExtensionsListNextResponse = MachineExtensionsListResult;
|
|
2960
2960
|
/** Optional parameters. */
|
|
2961
2961
|
export interface GuestAgentsCreateOptionalParams extends coreClient.OperationOptions {
|
|
2962
2962
|
/** Request payload. */
|
|
@@ -2967,12 +2967,12 @@ export interface GuestAgentsCreateOptionalParams extends coreClient.OperationOpt
|
|
|
2967
2967
|
resumeFrom?: string;
|
|
2968
2968
|
}
|
|
2969
2969
|
/** Contains response data for the create operation. */
|
|
2970
|
-
export
|
|
2970
|
+
export type GuestAgentsCreateResponse = GuestAgent;
|
|
2971
2971
|
/** Optional parameters. */
|
|
2972
2972
|
export interface GuestAgentsGetOptionalParams extends coreClient.OperationOptions {
|
|
2973
2973
|
}
|
|
2974
2974
|
/** Contains response data for the get operation. */
|
|
2975
|
-
export
|
|
2975
|
+
export type GuestAgentsGetResponse = GuestAgent;
|
|
2976
2976
|
/** Optional parameters. */
|
|
2977
2977
|
export interface GuestAgentsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2978
2978
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -2984,12 +2984,12 @@ export interface GuestAgentsDeleteOptionalParams extends coreClient.OperationOpt
|
|
|
2984
2984
|
export interface GuestAgentsListByVmOptionalParams extends coreClient.OperationOptions {
|
|
2985
2985
|
}
|
|
2986
2986
|
/** Contains response data for the listByVm operation. */
|
|
2987
|
-
export
|
|
2987
|
+
export type GuestAgentsListByVmResponse = GuestAgentList;
|
|
2988
2988
|
/** Optional parameters. */
|
|
2989
2989
|
export interface GuestAgentsListByVmNextOptionalParams extends coreClient.OperationOptions {
|
|
2990
2990
|
}
|
|
2991
2991
|
/** Contains response data for the listByVmNext operation. */
|
|
2992
|
-
export
|
|
2992
|
+
export type GuestAgentsListByVmNextResponse = GuestAgentList;
|
|
2993
2993
|
/** Optional parameters. */
|
|
2994
2994
|
export interface AzureArcVMwareManagementServiceAPIOptionalParams extends coreClient.ServiceClientOptions {
|
|
2995
2995
|
/** server parameter */
|