@azure/arm-networkcloud 1.2.0-beta.1 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +148 -0
- package/README.md +3 -3
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +308 -2
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +126 -18
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +2 -0
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +19 -1
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/networkCloud.js +2 -2
- package/dist/browser/networkCloud.js.map +1 -1
- package/dist/browser/operations/agentPools.js +17 -3
- package/dist/browser/operations/agentPools.js.map +1 -1
- package/dist/browser/operations/bareMetalMachineKeySets.js +17 -3
- package/dist/browser/operations/bareMetalMachineKeySets.js.map +1 -1
- package/dist/browser/operations/bareMetalMachines.js +17 -3
- package/dist/browser/operations/bareMetalMachines.js.map +1 -1
- package/dist/browser/operations/bmcKeySets.js +17 -3
- package/dist/browser/operations/bmcKeySets.js.map +1 -1
- package/dist/browser/operations/cloudServicesNetworks.js +17 -3
- package/dist/browser/operations/cloudServicesNetworks.js.map +1 -1
- package/dist/browser/operations/clusterManagers.js +17 -3
- package/dist/browser/operations/clusterManagers.js.map +1 -1
- package/dist/browser/operations/clusters.js +17 -3
- package/dist/browser/operations/clusters.js.map +1 -1
- package/dist/browser/operations/consoles.js +17 -3
- package/dist/browser/operations/consoles.js.map +1 -1
- package/dist/browser/operations/kubernetesClusterFeatures.js +17 -3
- package/dist/browser/operations/kubernetesClusterFeatures.js.map +1 -1
- package/dist/browser/operations/kubernetesClusters.js +17 -3
- package/dist/browser/operations/kubernetesClusters.js.map +1 -1
- package/dist/browser/operations/l2Networks.js +17 -3
- package/dist/browser/operations/l2Networks.js.map +1 -1
- package/dist/browser/operations/l3Networks.js +17 -3
- package/dist/browser/operations/l3Networks.js.map +1 -1
- package/dist/browser/operations/metricsConfigurations.js +17 -3
- package/dist/browser/operations/metricsConfigurations.js.map +1 -1
- package/dist/browser/operations/racks.js +17 -3
- package/dist/browser/operations/racks.js.map +1 -1
- package/dist/browser/operations/storageAppliances.js +17 -3
- package/dist/browser/operations/storageAppliances.js.map +1 -1
- package/dist/browser/operations/trunkedNetworks.js +17 -3
- package/dist/browser/operations/trunkedNetworks.js.map +1 -1
- package/dist/browser/operations/virtualMachines.js +17 -3
- package/dist/browser/operations/virtualMachines.js.map +1 -1
- package/dist/browser/operations/volumes.js +17 -3
- package/dist/browser/operations/volumes.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +308 -2
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +1 -1
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +126 -18
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +2 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +21 -3
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/networkCloud.js +2 -2
- package/dist/commonjs/networkCloud.js.map +1 -1
- package/dist/commonjs/operations/agentPools.js +17 -3
- package/dist/commonjs/operations/agentPools.js.map +1 -1
- package/dist/commonjs/operations/bareMetalMachineKeySets.js +17 -3
- package/dist/commonjs/operations/bareMetalMachineKeySets.js.map +1 -1
- package/dist/commonjs/operations/bareMetalMachines.js +17 -3
- package/dist/commonjs/operations/bareMetalMachines.js.map +1 -1
- package/dist/commonjs/operations/bmcKeySets.js +17 -3
- package/dist/commonjs/operations/bmcKeySets.js.map +1 -1
- package/dist/commonjs/operations/cloudServicesNetworks.js +17 -3
- package/dist/commonjs/operations/cloudServicesNetworks.js.map +1 -1
- package/dist/commonjs/operations/clusterManagers.js +17 -3
- package/dist/commonjs/operations/clusterManagers.js.map +1 -1
- package/dist/commonjs/operations/clusters.js +17 -3
- package/dist/commonjs/operations/clusters.js.map +1 -1
- package/dist/commonjs/operations/consoles.js +17 -3
- package/dist/commonjs/operations/consoles.js.map +1 -1
- package/dist/commonjs/operations/kubernetesClusterFeatures.js +17 -3
- package/dist/commonjs/operations/kubernetesClusterFeatures.js.map +1 -1
- package/dist/commonjs/operations/kubernetesClusters.js +17 -3
- package/dist/commonjs/operations/kubernetesClusters.js.map +1 -1
- package/dist/commonjs/operations/l2Networks.js +17 -3
- package/dist/commonjs/operations/l2Networks.js.map +1 -1
- package/dist/commonjs/operations/l3Networks.js +17 -3
- package/dist/commonjs/operations/l3Networks.js.map +1 -1
- package/dist/commonjs/operations/metricsConfigurations.js +17 -3
- package/dist/commonjs/operations/metricsConfigurations.js.map +1 -1
- package/dist/commonjs/operations/racks.js +17 -3
- package/dist/commonjs/operations/racks.js.map +1 -1
- package/dist/commonjs/operations/storageAppliances.js +17 -3
- package/dist/commonjs/operations/storageAppliances.js.map +1 -1
- package/dist/commonjs/operations/trunkedNetworks.js +17 -3
- package/dist/commonjs/operations/trunkedNetworks.js.map +1 -1
- package/dist/commonjs/operations/virtualMachines.js +17 -3
- package/dist/commonjs/operations/virtualMachines.js.map +1 -1
- package/dist/commonjs/operations/volumes.js +17 -3
- package/dist/commonjs/operations/volumes.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +308 -2
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +1 -1
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +126 -18
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +2 -0
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +19 -1
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/networkCloud.js +2 -2
- package/dist/esm/networkCloud.js.map +1 -1
- package/dist/esm/operations/agentPools.js +17 -3
- package/dist/esm/operations/agentPools.js.map +1 -1
- package/dist/esm/operations/bareMetalMachineKeySets.js +17 -3
- package/dist/esm/operations/bareMetalMachineKeySets.js.map +1 -1
- package/dist/esm/operations/bareMetalMachines.js +17 -3
- package/dist/esm/operations/bareMetalMachines.js.map +1 -1
- package/dist/esm/operations/bmcKeySets.js +17 -3
- package/dist/esm/operations/bmcKeySets.js.map +1 -1
- package/dist/esm/operations/cloudServicesNetworks.js +17 -3
- package/dist/esm/operations/cloudServicesNetworks.js.map +1 -1
- package/dist/esm/operations/clusterManagers.js +17 -3
- package/dist/esm/operations/clusterManagers.js.map +1 -1
- package/dist/esm/operations/clusters.js +17 -3
- package/dist/esm/operations/clusters.js.map +1 -1
- package/dist/esm/operations/consoles.js +17 -3
- package/dist/esm/operations/consoles.js.map +1 -1
- package/dist/esm/operations/kubernetesClusterFeatures.js +17 -3
- package/dist/esm/operations/kubernetesClusterFeatures.js.map +1 -1
- package/dist/esm/operations/kubernetesClusters.js +17 -3
- package/dist/esm/operations/kubernetesClusters.js.map +1 -1
- package/dist/esm/operations/l2Networks.js +17 -3
- package/dist/esm/operations/l2Networks.js.map +1 -1
- package/dist/esm/operations/l3Networks.js +17 -3
- package/dist/esm/operations/l3Networks.js.map +1 -1
- package/dist/esm/operations/metricsConfigurations.js +17 -3
- package/dist/esm/operations/metricsConfigurations.js.map +1 -1
- package/dist/esm/operations/racks.js +17 -3
- package/dist/esm/operations/racks.js.map +1 -1
- package/dist/esm/operations/storageAppliances.js +17 -3
- package/dist/esm/operations/storageAppliances.js.map +1 -1
- package/dist/esm/operations/trunkedNetworks.js +17 -3
- package/dist/esm/operations/trunkedNetworks.js.map +1 -1
- package/dist/esm/operations/virtualMachines.js +17 -3
- package/dist/esm/operations/virtualMachines.js.map +1 -1
- package/dist/esm/operations/volumes.js +17 -3
- package/dist/esm/operations/volumes.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +308 -2
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +126 -18
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +2 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +19 -1
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/networkCloud.js +2 -2
- package/dist/react-native/networkCloud.js.map +1 -1
- package/dist/react-native/operations/agentPools.js +17 -3
- package/dist/react-native/operations/agentPools.js.map +1 -1
- package/dist/react-native/operations/bareMetalMachineKeySets.js +17 -3
- package/dist/react-native/operations/bareMetalMachineKeySets.js.map +1 -1
- package/dist/react-native/operations/bareMetalMachines.js +17 -3
- package/dist/react-native/operations/bareMetalMachines.js.map +1 -1
- package/dist/react-native/operations/bmcKeySets.js +17 -3
- package/dist/react-native/operations/bmcKeySets.js.map +1 -1
- package/dist/react-native/operations/cloudServicesNetworks.js +17 -3
- package/dist/react-native/operations/cloudServicesNetworks.js.map +1 -1
- package/dist/react-native/operations/clusterManagers.js +17 -3
- package/dist/react-native/operations/clusterManagers.js.map +1 -1
- package/dist/react-native/operations/clusters.js +17 -3
- package/dist/react-native/operations/clusters.js.map +1 -1
- package/dist/react-native/operations/consoles.js +17 -3
- package/dist/react-native/operations/consoles.js.map +1 -1
- package/dist/react-native/operations/kubernetesClusterFeatures.js +17 -3
- package/dist/react-native/operations/kubernetesClusterFeatures.js.map +1 -1
- package/dist/react-native/operations/kubernetesClusters.js +17 -3
- package/dist/react-native/operations/kubernetesClusters.js.map +1 -1
- package/dist/react-native/operations/l2Networks.js +17 -3
- package/dist/react-native/operations/l2Networks.js.map +1 -1
- package/dist/react-native/operations/l3Networks.js +17 -3
- package/dist/react-native/operations/l3Networks.js.map +1 -1
- package/dist/react-native/operations/metricsConfigurations.js +17 -3
- package/dist/react-native/operations/metricsConfigurations.js.map +1 -1
- package/dist/react-native/operations/racks.js +17 -3
- package/dist/react-native/operations/racks.js.map +1 -1
- package/dist/react-native/operations/storageAppliances.js +17 -3
- package/dist/react-native/operations/storageAppliances.js.map +1 -1
- package/dist/react-native/operations/trunkedNetworks.js +17 -3
- package/dist/react-native/operations/trunkedNetworks.js.map +1 -1
- package/dist/react-native/operations/virtualMachines.js +17 -3
- package/dist/react-native/operations/virtualMachines.js.map +1 -1
- package/dist/react-native/operations/volumes.js +17 -3
- package/dist/react-native/operations/volumes.js.map +1 -1
- package/package.json +33 -44
- package/review/arm-networkcloud.api.md +126 -0
|
@@ -1767,6 +1767,11 @@ export interface RackSku extends Resource {
|
|
|
1767
1767
|
}
|
|
1768
1768
|
/** BareMetalMachine represents the physical machine in the rack. */
|
|
1769
1769
|
export interface BareMetalMachine extends TrackedResource {
|
|
1770
|
+
/**
|
|
1771
|
+
* Resource ETag.
|
|
1772
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1773
|
+
*/
|
|
1774
|
+
readonly etag?: string;
|
|
1770
1775
|
/** The extended location of the cluster associated with the resource. */
|
|
1771
1776
|
extendedLocation: ExtendedLocation;
|
|
1772
1777
|
/**
|
|
@@ -1904,6 +1909,11 @@ export interface BareMetalMachine extends TrackedResource {
|
|
|
1904
1909
|
* virtual machines and/or Hybrid AKS clusters.
|
|
1905
1910
|
*/
|
|
1906
1911
|
export interface CloudServicesNetwork extends TrackedResource {
|
|
1912
|
+
/**
|
|
1913
|
+
* Resource ETag.
|
|
1914
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1915
|
+
*/
|
|
1916
|
+
readonly etag?: string;
|
|
1907
1917
|
/** The extended location of the cluster associated with the resource. */
|
|
1908
1918
|
extendedLocation: ExtendedLocation;
|
|
1909
1919
|
/** The list of egress endpoints. This allows for connection from a Hybrid AKS cluster to the specified endpoint. */
|
|
@@ -1958,6 +1968,11 @@ export interface CloudServicesNetwork extends TrackedResource {
|
|
|
1958
1968
|
}
|
|
1959
1969
|
/** ClusterManager represents a control-plane to manage one or more on-premises clusters. */
|
|
1960
1970
|
export interface ClusterManager extends TrackedResource {
|
|
1971
|
+
/**
|
|
1972
|
+
* Resource ETag.
|
|
1973
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1974
|
+
*/
|
|
1975
|
+
readonly etag?: string;
|
|
1961
1976
|
/** The identity of the cluster manager. */
|
|
1962
1977
|
identity?: ManagedServiceIdentity;
|
|
1963
1978
|
/** The resource ID of the Log Analytics workspace that is used for the logs collection. */
|
|
@@ -1998,6 +2013,11 @@ export interface ClusterManager extends TrackedResource {
|
|
|
1998
2013
|
}
|
|
1999
2014
|
/** Cluster represents the on-premises Network Cloud cluster. */
|
|
2000
2015
|
export interface Cluster extends TrackedResource {
|
|
2016
|
+
/**
|
|
2017
|
+
* Resource ETag.
|
|
2018
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2019
|
+
*/
|
|
2020
|
+
readonly etag?: string;
|
|
2001
2021
|
/** The extended location of the cluster manager associated with the cluster. */
|
|
2002
2022
|
extendedLocation: ExtendedLocation;
|
|
2003
2023
|
/** The identity for the resource. */
|
|
@@ -2107,6 +2127,11 @@ export interface Cluster extends TrackedResource {
|
|
|
2107
2127
|
}
|
|
2108
2128
|
/** KubernetesCluster represents the Kubernetes cluster hosted on Network Cloud. */
|
|
2109
2129
|
export interface KubernetesCluster extends TrackedResource {
|
|
2130
|
+
/**
|
|
2131
|
+
* Resource ETag.
|
|
2132
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2133
|
+
*/
|
|
2134
|
+
readonly etag?: string;
|
|
2110
2135
|
/** The extended location of the cluster associated with the resource. */
|
|
2111
2136
|
extendedLocation: ExtendedLocation;
|
|
2112
2137
|
/** The Azure Active Directory Integration properties. */
|
|
@@ -2176,6 +2201,11 @@ export interface KubernetesCluster extends TrackedResource {
|
|
|
2176
2201
|
}
|
|
2177
2202
|
/** L2Network represents a network that utilizes a single isolation domain set up for layer-2 resources. */
|
|
2178
2203
|
export interface L2Network extends TrackedResource {
|
|
2204
|
+
/**
|
|
2205
|
+
* Resource ETag.
|
|
2206
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2207
|
+
*/
|
|
2208
|
+
readonly etag?: string;
|
|
2179
2209
|
/** The extended location of the cluster associated with the resource. */
|
|
2180
2210
|
extendedLocation: ExtendedLocation;
|
|
2181
2211
|
/**
|
|
@@ -2222,6 +2252,11 @@ export interface L2Network extends TrackedResource {
|
|
|
2222
2252
|
}
|
|
2223
2253
|
/** L3Network represents a network that utilizes a single isolation domain set up for layer-3 resources. */
|
|
2224
2254
|
export interface L3Network extends TrackedResource {
|
|
2255
|
+
/**
|
|
2256
|
+
* Resource ETag.
|
|
2257
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2258
|
+
*/
|
|
2259
|
+
readonly etag?: string;
|
|
2225
2260
|
/** The extended location of the cluster associated with the resource. */
|
|
2226
2261
|
extendedLocation: ExtendedLocation;
|
|
2227
2262
|
/**
|
|
@@ -2284,6 +2319,11 @@ export interface L3Network extends TrackedResource {
|
|
|
2284
2319
|
}
|
|
2285
2320
|
/** Rack represents the hardware of the rack and is dependent upon the cluster for lifecycle. */
|
|
2286
2321
|
export interface Rack extends TrackedResource {
|
|
2322
|
+
/**
|
|
2323
|
+
* Resource ETag.
|
|
2324
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2325
|
+
*/
|
|
2326
|
+
readonly etag?: string;
|
|
2287
2327
|
/** The extended location of the cluster associated with the resource. */
|
|
2288
2328
|
extendedLocation: ExtendedLocation;
|
|
2289
2329
|
/** The value that will be used for machines in this rack to represent the availability zones that can be referenced by Hybrid AKS Clusters for node arrangement. */
|
|
@@ -2317,6 +2357,11 @@ export interface Rack extends TrackedResource {
|
|
|
2317
2357
|
}
|
|
2318
2358
|
/** StorageAppliance represents on-premises Network Cloud storage appliance. */
|
|
2319
2359
|
export interface StorageAppliance extends TrackedResource {
|
|
2360
|
+
/**
|
|
2361
|
+
* Resource ETag.
|
|
2362
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2363
|
+
*/
|
|
2364
|
+
readonly etag?: string;
|
|
2320
2365
|
/** The extended location of the cluster associated with the resource. */
|
|
2321
2366
|
extendedLocation: ExtendedLocation;
|
|
2322
2367
|
/** The credentials of the administrative interface on this storage appliance. */
|
|
@@ -2397,6 +2442,11 @@ export interface StorageAppliance extends TrackedResource {
|
|
|
2397
2442
|
}
|
|
2398
2443
|
/** TrunkedNetwork represents a network that utilizes multiple isolation domains and specified VLANs to create a trunked network. */
|
|
2399
2444
|
export interface TrunkedNetwork extends TrackedResource {
|
|
2445
|
+
/**
|
|
2446
|
+
* Resource ETag.
|
|
2447
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2448
|
+
*/
|
|
2449
|
+
readonly etag?: string;
|
|
2400
2450
|
/** The extended location of the cluster associated with the resource. */
|
|
2401
2451
|
extendedLocation: ExtendedLocation;
|
|
2402
2452
|
/**
|
|
@@ -2445,6 +2495,11 @@ export interface TrunkedNetwork extends TrackedResource {
|
|
|
2445
2495
|
}
|
|
2446
2496
|
/** VirtualMachine represents the on-premises Network Cloud virtual machine. */
|
|
2447
2497
|
export interface VirtualMachine extends TrackedResource {
|
|
2498
|
+
/**
|
|
2499
|
+
* Resource ETag.
|
|
2500
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2501
|
+
*/
|
|
2502
|
+
readonly etag?: string;
|
|
2448
2503
|
/** The extended location of the cluster associated with the resource. */
|
|
2449
2504
|
extendedLocation: ExtendedLocation;
|
|
2450
2505
|
/** The name of the administrator to which the ssh public keys will be added into the authorized keys. */
|
|
@@ -2524,6 +2579,11 @@ export interface VirtualMachine extends TrackedResource {
|
|
|
2524
2579
|
}
|
|
2525
2580
|
/** Volume represents storage made available for use by resources running on the cluster. */
|
|
2526
2581
|
export interface Volume extends TrackedResource {
|
|
2582
|
+
/**
|
|
2583
|
+
* Resource ETag.
|
|
2584
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2585
|
+
*/
|
|
2586
|
+
readonly etag?: string;
|
|
2527
2587
|
/** The extended location of the cluster associated with the resource. */
|
|
2528
2588
|
extendedLocation: ExtendedLocation;
|
|
2529
2589
|
/**
|
|
@@ -2556,6 +2616,11 @@ export interface Volume extends TrackedResource {
|
|
|
2556
2616
|
}
|
|
2557
2617
|
/** BareMetalMachineKeySet represents the bare metal machine key set. */
|
|
2558
2618
|
export interface BareMetalMachineKeySet extends TrackedResource {
|
|
2619
|
+
/**
|
|
2620
|
+
* Resource ETag.
|
|
2621
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2622
|
+
*/
|
|
2623
|
+
readonly etag?: string;
|
|
2559
2624
|
/** The extended location of the cluster associated with the resource. */
|
|
2560
2625
|
extendedLocation: ExtendedLocation;
|
|
2561
2626
|
/** The object ID of Azure Active Directory group that all users in the list must be in for access to be granted. Users that are not in the group will not have access. */
|
|
@@ -2598,6 +2663,11 @@ export interface BareMetalMachineKeySet extends TrackedResource {
|
|
|
2598
2663
|
}
|
|
2599
2664
|
/** BmcKeySet represents the baseboard management controller key set. */
|
|
2600
2665
|
export interface BmcKeySet extends TrackedResource {
|
|
2666
|
+
/**
|
|
2667
|
+
* Resource ETag.
|
|
2668
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2669
|
+
*/
|
|
2670
|
+
readonly etag?: string;
|
|
2601
2671
|
/** The extended location of the cluster associated with the resource. */
|
|
2602
2672
|
extendedLocation: ExtendedLocation;
|
|
2603
2673
|
/** The object ID of Azure Active Directory group that all users in the list must be in for access to be granted. Users that are not in the group will not have access. */
|
|
@@ -2636,6 +2706,11 @@ export interface BmcKeySet extends TrackedResource {
|
|
|
2636
2706
|
}
|
|
2637
2707
|
/** ClusterMetricsConfiguration represents the metrics configuration of an on-premises Network Cloud cluster. */
|
|
2638
2708
|
export interface ClusterMetricsConfiguration extends TrackedResource {
|
|
2709
|
+
/**
|
|
2710
|
+
* Resource ETag.
|
|
2711
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2712
|
+
*/
|
|
2713
|
+
readonly etag?: string;
|
|
2639
2714
|
/** The extended location of the cluster associated with the resource. */
|
|
2640
2715
|
extendedLocation: ExtendedLocation;
|
|
2641
2716
|
/** The interval in minutes by which metrics will be collected. */
|
|
@@ -2665,6 +2740,11 @@ export interface ClusterMetricsConfiguration extends TrackedResource {
|
|
|
2665
2740
|
}
|
|
2666
2741
|
/** AgentPool represents the agent pool of Kubernetes cluster. */
|
|
2667
2742
|
export interface AgentPool extends TrackedResource {
|
|
2743
|
+
/**
|
|
2744
|
+
* Resource ETag.
|
|
2745
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2746
|
+
*/
|
|
2747
|
+
readonly etag?: string;
|
|
2668
2748
|
/** The extended location of the cluster associated with the resource. */
|
|
2669
2749
|
extendedLocation?: ExtendedLocation;
|
|
2670
2750
|
/** The administrator credentials to be used for the nodes in this agent pool. */
|
|
@@ -2710,6 +2790,11 @@ export interface AgentPool extends TrackedResource {
|
|
|
2710
2790
|
}
|
|
2711
2791
|
/** KubernetesClusterFeature represents the feature of a Kubernetes cluster. */
|
|
2712
2792
|
export interface KubernetesClusterFeature extends TrackedResource {
|
|
2793
|
+
/**
|
|
2794
|
+
* Resource ETag.
|
|
2795
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2796
|
+
*/
|
|
2797
|
+
readonly etag?: string;
|
|
2713
2798
|
/**
|
|
2714
2799
|
* The lifecycle indicator of the feature.
|
|
2715
2800
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -2745,6 +2830,11 @@ export interface KubernetesClusterFeature extends TrackedResource {
|
|
|
2745
2830
|
}
|
|
2746
2831
|
/** Console represents the console of an on-premises Network Cloud virtual machine. */
|
|
2747
2832
|
export interface Console extends TrackedResource {
|
|
2833
|
+
/**
|
|
2834
|
+
* Resource ETag.
|
|
2835
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2836
|
+
*/
|
|
2837
|
+
readonly etag?: string;
|
|
2748
2838
|
/** The extended location of the cluster manager associated with the cluster this virtual machine is created on. */
|
|
2749
2839
|
extendedLocation: ExtendedLocation;
|
|
2750
2840
|
/**
|
|
@@ -4691,7 +4781,7 @@ export declare enum KnownVirtualMachineDeviceModelType {
|
|
|
4691
4781
|
T1 = "T1",
|
|
4692
4782
|
/** Modern and enhanced device virtualization interface. */
|
|
4693
4783
|
T2 = "T2",
|
|
4694
|
-
/** Improved security and functionality (including TPM and secure boot support). */
|
|
4784
|
+
/** Improved security and functionality (including TPM and secure boot support). Required for windows 11 and server 2025. */
|
|
4695
4785
|
T3 = "T3"
|
|
4696
4786
|
}
|
|
4697
4787
|
/**
|
|
@@ -4701,7 +4791,7 @@ export declare enum KnownVirtualMachineDeviceModelType {
|
|
|
4701
4791
|
* ### Known values supported by the service
|
|
4702
4792
|
* **T1**: Traditional and most compatible device virtualization interface. \
|
|
4703
4793
|
* **T2**: Modern and enhanced device virtualization interface. \
|
|
4704
|
-
* **T3**: Improved security and functionality (including TPM and secure boot support).
|
|
4794
|
+
* **T3**: Improved security and functionality (including TPM and secure boot support). Required for windows 11 and server 2025.
|
|
4705
4795
|
*/
|
|
4706
4796
|
export type VirtualMachineDeviceModelType = string;
|
|
4707
4797
|
/** Known values of {@link VolumeDetailedStatus} that the service accepts. */
|
|
@@ -5224,6 +5314,10 @@ export interface BareMetalMachinesGetOptionalParams extends coreClient.Operation
|
|
|
5224
5314
|
export type BareMetalMachinesGetResponse = BareMetalMachine;
|
|
5225
5315
|
/** Optional parameters. */
|
|
5226
5316
|
export interface BareMetalMachinesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5317
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
5318
|
+
ifMatch?: string;
|
|
5319
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
5320
|
+
ifNoneMatch?: string;
|
|
5227
5321
|
/** Delay to wait until next poll, in milliseconds. */
|
|
5228
5322
|
updateIntervalInMs?: number;
|
|
5229
5323
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -5233,6 +5327,10 @@ export interface BareMetalMachinesCreateOrUpdateOptionalParams extends coreClien
|
|
|
5233
5327
|
export type BareMetalMachinesCreateOrUpdateResponse = BareMetalMachine;
|
|
5234
5328
|
/** Optional parameters. */
|
|
5235
5329
|
export interface BareMetalMachinesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5330
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
5331
|
+
ifMatch?: string;
|
|
5332
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
5333
|
+
ifNoneMatch?: string;
|
|
5236
5334
|
/** Delay to wait until next poll, in milliseconds. */
|
|
5237
5335
|
updateIntervalInMs?: number;
|
|
5238
5336
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -5242,6 +5340,10 @@ export interface BareMetalMachinesDeleteOptionalParams extends coreClient.Operat
|
|
|
5242
5340
|
export type BareMetalMachinesDeleteResponse = OperationStatusResult;
|
|
5243
5341
|
/** Optional parameters. */
|
|
5244
5342
|
export interface BareMetalMachinesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5343
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
5344
|
+
ifMatch?: string;
|
|
5345
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
5346
|
+
ifNoneMatch?: string;
|
|
5245
5347
|
/** The request body. */
|
|
5246
5348
|
bareMetalMachineUpdateParameters?: BareMetalMachinePatchParameters;
|
|
5247
5349
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -5374,6 +5476,10 @@ export interface CloudServicesNetworksGetOptionalParams extends coreClient.Opera
|
|
|
5374
5476
|
export type CloudServicesNetworksGetResponse = CloudServicesNetwork;
|
|
5375
5477
|
/** Optional parameters. */
|
|
5376
5478
|
export interface CloudServicesNetworksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5479
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
5480
|
+
ifMatch?: string;
|
|
5481
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
5482
|
+
ifNoneMatch?: string;
|
|
5377
5483
|
/** Delay to wait until next poll, in milliseconds. */
|
|
5378
5484
|
updateIntervalInMs?: number;
|
|
5379
5485
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -5383,6 +5489,10 @@ export interface CloudServicesNetworksCreateOrUpdateOptionalParams extends coreC
|
|
|
5383
5489
|
export type CloudServicesNetworksCreateOrUpdateResponse = CloudServicesNetwork;
|
|
5384
5490
|
/** Optional parameters. */
|
|
5385
5491
|
export interface CloudServicesNetworksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5492
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
5493
|
+
ifMatch?: string;
|
|
5494
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
5495
|
+
ifNoneMatch?: string;
|
|
5386
5496
|
/** Delay to wait until next poll, in milliseconds. */
|
|
5387
5497
|
updateIntervalInMs?: number;
|
|
5388
5498
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -5392,6 +5502,10 @@ export interface CloudServicesNetworksDeleteOptionalParams extends coreClient.Op
|
|
|
5392
5502
|
export type CloudServicesNetworksDeleteResponse = OperationStatusResult;
|
|
5393
5503
|
/** Optional parameters. */
|
|
5394
5504
|
export interface CloudServicesNetworksUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5505
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
5506
|
+
ifMatch?: string;
|
|
5507
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
5508
|
+
ifNoneMatch?: string;
|
|
5395
5509
|
/** The request body. */
|
|
5396
5510
|
cloudServicesNetworkUpdateParameters?: CloudServicesNetworkPatchParameters;
|
|
5397
5511
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -5428,6 +5542,10 @@ export interface ClusterManagersGetOptionalParams extends coreClient.OperationOp
|
|
|
5428
5542
|
export type ClusterManagersGetResponse = ClusterManager;
|
|
5429
5543
|
/** Optional parameters. */
|
|
5430
5544
|
export interface ClusterManagersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5545
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
5546
|
+
ifMatch?: string;
|
|
5547
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
5548
|
+
ifNoneMatch?: string;
|
|
5431
5549
|
/** Delay to wait until next poll, in milliseconds. */
|
|
5432
5550
|
updateIntervalInMs?: number;
|
|
5433
5551
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -5437,6 +5555,10 @@ export interface ClusterManagersCreateOrUpdateOptionalParams extends coreClient.
|
|
|
5437
5555
|
export type ClusterManagersCreateOrUpdateResponse = ClusterManager;
|
|
5438
5556
|
/** Optional parameters. */
|
|
5439
5557
|
export interface ClusterManagersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5558
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
5559
|
+
ifMatch?: string;
|
|
5560
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
5561
|
+
ifNoneMatch?: string;
|
|
5440
5562
|
/** Delay to wait until next poll, in milliseconds. */
|
|
5441
5563
|
updateIntervalInMs?: number;
|
|
5442
5564
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -5446,6 +5568,10 @@ export interface ClusterManagersDeleteOptionalParams extends coreClient.Operatio
|
|
|
5446
5568
|
export type ClusterManagersDeleteResponse = OperationStatusResult;
|
|
5447
5569
|
/** Optional parameters. */
|
|
5448
5570
|
export interface ClusterManagersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5571
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
5572
|
+
ifMatch?: string;
|
|
5573
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
5574
|
+
ifNoneMatch?: string;
|
|
5449
5575
|
/** The request body. */
|
|
5450
5576
|
clusterManagerUpdateParameters?: ClusterManagerPatchParameters;
|
|
5451
5577
|
}
|
|
@@ -5478,6 +5604,10 @@ export interface ClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
|
5478
5604
|
export type ClustersGetResponse = Cluster;
|
|
5479
5605
|
/** Optional parameters. */
|
|
5480
5606
|
export interface ClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5607
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
5608
|
+
ifMatch?: string;
|
|
5609
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
5610
|
+
ifNoneMatch?: string;
|
|
5481
5611
|
/** Delay to wait until next poll, in milliseconds. */
|
|
5482
5612
|
updateIntervalInMs?: number;
|
|
5483
5613
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -5487,6 +5617,10 @@ export interface ClustersCreateOrUpdateOptionalParams extends coreClient.Operati
|
|
|
5487
5617
|
export type ClustersCreateOrUpdateResponse = Cluster;
|
|
5488
5618
|
/** Optional parameters. */
|
|
5489
5619
|
export interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5620
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
5621
|
+
ifMatch?: string;
|
|
5622
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
5623
|
+
ifNoneMatch?: string;
|
|
5490
5624
|
/** Delay to wait until next poll, in milliseconds. */
|
|
5491
5625
|
updateIntervalInMs?: number;
|
|
5492
5626
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -5496,6 +5630,10 @@ export interface ClustersDeleteOptionalParams extends coreClient.OperationOption
|
|
|
5496
5630
|
export type ClustersDeleteResponse = OperationStatusResult;
|
|
5497
5631
|
/** Optional parameters. */
|
|
5498
5632
|
export interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5633
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
5634
|
+
ifMatch?: string;
|
|
5635
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
5636
|
+
ifNoneMatch?: string;
|
|
5499
5637
|
/** The request body. */
|
|
5500
5638
|
clusterUpdateParameters?: ClusterPatchParameters;
|
|
5501
5639
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -5572,6 +5710,10 @@ export interface KubernetesClustersGetOptionalParams extends coreClient.Operatio
|
|
|
5572
5710
|
export type KubernetesClustersGetResponse = KubernetesCluster;
|
|
5573
5711
|
/** Optional parameters. */
|
|
5574
5712
|
export interface KubernetesClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5713
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
5714
|
+
ifMatch?: string;
|
|
5715
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
5716
|
+
ifNoneMatch?: string;
|
|
5575
5717
|
/** Delay to wait until next poll, in milliseconds. */
|
|
5576
5718
|
updateIntervalInMs?: number;
|
|
5577
5719
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -5581,6 +5723,10 @@ export interface KubernetesClustersCreateOrUpdateOptionalParams extends coreClie
|
|
|
5581
5723
|
export type KubernetesClustersCreateOrUpdateResponse = KubernetesCluster;
|
|
5582
5724
|
/** Optional parameters. */
|
|
5583
5725
|
export interface KubernetesClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5726
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
5727
|
+
ifMatch?: string;
|
|
5728
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
5729
|
+
ifNoneMatch?: string;
|
|
5584
5730
|
/** Delay to wait until next poll, in milliseconds. */
|
|
5585
5731
|
updateIntervalInMs?: number;
|
|
5586
5732
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -5590,6 +5736,10 @@ export interface KubernetesClustersDeleteOptionalParams extends coreClient.Opera
|
|
|
5590
5736
|
export type KubernetesClustersDeleteResponse = OperationStatusResult;
|
|
5591
5737
|
/** Optional parameters. */
|
|
5592
5738
|
export interface KubernetesClustersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5739
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
5740
|
+
ifMatch?: string;
|
|
5741
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
5742
|
+
ifNoneMatch?: string;
|
|
5593
5743
|
/** The request body. */
|
|
5594
5744
|
kubernetesClusterUpdateParameters?: KubernetesClusterPatchParameters;
|
|
5595
5745
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -5635,6 +5785,10 @@ export interface L2NetworksGetOptionalParams extends coreClient.OperationOptions
|
|
|
5635
5785
|
export type L2NetworksGetResponse = L2Network;
|
|
5636
5786
|
/** Optional parameters. */
|
|
5637
5787
|
export interface L2NetworksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5788
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
5789
|
+
ifMatch?: string;
|
|
5790
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
5791
|
+
ifNoneMatch?: string;
|
|
5638
5792
|
/** Delay to wait until next poll, in milliseconds. */
|
|
5639
5793
|
updateIntervalInMs?: number;
|
|
5640
5794
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -5644,6 +5798,10 @@ export interface L2NetworksCreateOrUpdateOptionalParams extends coreClient.Opera
|
|
|
5644
5798
|
export type L2NetworksCreateOrUpdateResponse = L2Network;
|
|
5645
5799
|
/** Optional parameters. */
|
|
5646
5800
|
export interface L2NetworksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5801
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
5802
|
+
ifMatch?: string;
|
|
5803
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
5804
|
+
ifNoneMatch?: string;
|
|
5647
5805
|
/** Delay to wait until next poll, in milliseconds. */
|
|
5648
5806
|
updateIntervalInMs?: number;
|
|
5649
5807
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -5653,6 +5811,10 @@ export interface L2NetworksDeleteOptionalParams extends coreClient.OperationOpti
|
|
|
5653
5811
|
export type L2NetworksDeleteResponse = OperationStatusResult;
|
|
5654
5812
|
/** Optional parameters. */
|
|
5655
5813
|
export interface L2NetworksUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5814
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
5815
|
+
ifMatch?: string;
|
|
5816
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
5817
|
+
ifNoneMatch?: string;
|
|
5656
5818
|
/** The request body. */
|
|
5657
5819
|
l2NetworkUpdateParameters?: L2NetworkPatchParameters;
|
|
5658
5820
|
}
|
|
@@ -5685,6 +5847,10 @@ export interface L3NetworksGetOptionalParams extends coreClient.OperationOptions
|
|
|
5685
5847
|
export type L3NetworksGetResponse = L3Network;
|
|
5686
5848
|
/** Optional parameters. */
|
|
5687
5849
|
export interface L3NetworksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5850
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
5851
|
+
ifMatch?: string;
|
|
5852
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
5853
|
+
ifNoneMatch?: string;
|
|
5688
5854
|
/** Delay to wait until next poll, in milliseconds. */
|
|
5689
5855
|
updateIntervalInMs?: number;
|
|
5690
5856
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -5694,6 +5860,10 @@ export interface L3NetworksCreateOrUpdateOptionalParams extends coreClient.Opera
|
|
|
5694
5860
|
export type L3NetworksCreateOrUpdateResponse = L3Network;
|
|
5695
5861
|
/** Optional parameters. */
|
|
5696
5862
|
export interface L3NetworksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5863
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
5864
|
+
ifMatch?: string;
|
|
5865
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
5866
|
+
ifNoneMatch?: string;
|
|
5697
5867
|
/** Delay to wait until next poll, in milliseconds. */
|
|
5698
5868
|
updateIntervalInMs?: number;
|
|
5699
5869
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -5703,6 +5873,10 @@ export interface L3NetworksDeleteOptionalParams extends coreClient.OperationOpti
|
|
|
5703
5873
|
export type L3NetworksDeleteResponse = OperationStatusResult;
|
|
5704
5874
|
/** Optional parameters. */
|
|
5705
5875
|
export interface L3NetworksUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5876
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
5877
|
+
ifMatch?: string;
|
|
5878
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
5879
|
+
ifNoneMatch?: string;
|
|
5706
5880
|
/** The request body. */
|
|
5707
5881
|
l3NetworkUpdateParameters?: L3NetworkPatchParameters;
|
|
5708
5882
|
}
|
|
@@ -5750,6 +5924,10 @@ export interface RacksGetOptionalParams extends coreClient.OperationOptions {
|
|
|
5750
5924
|
export type RacksGetResponse = Rack;
|
|
5751
5925
|
/** Optional parameters. */
|
|
5752
5926
|
export interface RacksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5927
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
5928
|
+
ifMatch?: string;
|
|
5929
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
5930
|
+
ifNoneMatch?: string;
|
|
5753
5931
|
/** Delay to wait until next poll, in milliseconds. */
|
|
5754
5932
|
updateIntervalInMs?: number;
|
|
5755
5933
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -5759,6 +5937,10 @@ export interface RacksCreateOrUpdateOptionalParams extends coreClient.OperationO
|
|
|
5759
5937
|
export type RacksCreateOrUpdateResponse = Rack;
|
|
5760
5938
|
/** Optional parameters. */
|
|
5761
5939
|
export interface RacksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
5940
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
5941
|
+
ifMatch?: string;
|
|
5942
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
5943
|
+
ifNoneMatch?: string;
|
|
5762
5944
|
/** Delay to wait until next poll, in milliseconds. */
|
|
5763
5945
|
updateIntervalInMs?: number;
|
|
5764
5946
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -5768,6 +5950,10 @@ export interface RacksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
|
5768
5950
|
export type RacksDeleteResponse = OperationStatusResult;
|
|
5769
5951
|
/** Optional parameters. */
|
|
5770
5952
|
export interface RacksUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5953
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
5954
|
+
ifMatch?: string;
|
|
5955
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
5956
|
+
ifNoneMatch?: string;
|
|
5771
5957
|
/** The request body. */
|
|
5772
5958
|
rackUpdateParameters?: RackPatchParameters;
|
|
5773
5959
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -5804,6 +5990,10 @@ export interface StorageAppliancesGetOptionalParams extends coreClient.Operation
|
|
|
5804
5990
|
export type StorageAppliancesGetResponse = StorageAppliance;
|
|
5805
5991
|
/** Optional parameters. */
|
|
5806
5992
|
export interface StorageAppliancesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
5993
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
5994
|
+
ifMatch?: string;
|
|
5995
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
5996
|
+
ifNoneMatch?: string;
|
|
5807
5997
|
/** Delay to wait until next poll, in milliseconds. */
|
|
5808
5998
|
updateIntervalInMs?: number;
|
|
5809
5999
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -5813,6 +6003,10 @@ export interface StorageAppliancesCreateOrUpdateOptionalParams extends coreClien
|
|
|
5813
6003
|
export type StorageAppliancesCreateOrUpdateResponse = StorageAppliance;
|
|
5814
6004
|
/** Optional parameters. */
|
|
5815
6005
|
export interface StorageAppliancesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
6006
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6007
|
+
ifMatch?: string;
|
|
6008
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6009
|
+
ifNoneMatch?: string;
|
|
5816
6010
|
/** Delay to wait until next poll, in milliseconds. */
|
|
5817
6011
|
updateIntervalInMs?: number;
|
|
5818
6012
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -5822,6 +6016,10 @@ export interface StorageAppliancesDeleteOptionalParams extends coreClient.Operat
|
|
|
5822
6016
|
export type StorageAppliancesDeleteResponse = OperationStatusResult;
|
|
5823
6017
|
/** Optional parameters. */
|
|
5824
6018
|
export interface StorageAppliancesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6019
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6020
|
+
ifMatch?: string;
|
|
6021
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6022
|
+
ifNoneMatch?: string;
|
|
5825
6023
|
/** The request body. */
|
|
5826
6024
|
storageApplianceUpdateParameters?: StorageAppliancePatchParameters;
|
|
5827
6025
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -5878,6 +6076,10 @@ export interface TrunkedNetworksGetOptionalParams extends coreClient.OperationOp
|
|
|
5878
6076
|
export type TrunkedNetworksGetResponse = TrunkedNetwork;
|
|
5879
6077
|
/** Optional parameters. */
|
|
5880
6078
|
export interface TrunkedNetworksCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6079
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6080
|
+
ifMatch?: string;
|
|
6081
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6082
|
+
ifNoneMatch?: string;
|
|
5881
6083
|
/** Delay to wait until next poll, in milliseconds. */
|
|
5882
6084
|
updateIntervalInMs?: number;
|
|
5883
6085
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -5887,6 +6089,10 @@ export interface TrunkedNetworksCreateOrUpdateOptionalParams extends coreClient.
|
|
|
5887
6089
|
export type TrunkedNetworksCreateOrUpdateResponse = TrunkedNetwork;
|
|
5888
6090
|
/** Optional parameters. */
|
|
5889
6091
|
export interface TrunkedNetworksDeleteOptionalParams extends coreClient.OperationOptions {
|
|
6092
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6093
|
+
ifMatch?: string;
|
|
6094
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6095
|
+
ifNoneMatch?: string;
|
|
5890
6096
|
/** Delay to wait until next poll, in milliseconds. */
|
|
5891
6097
|
updateIntervalInMs?: number;
|
|
5892
6098
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -5896,6 +6102,10 @@ export interface TrunkedNetworksDeleteOptionalParams extends coreClient.Operatio
|
|
|
5896
6102
|
export type TrunkedNetworksDeleteResponse = OperationStatusResult;
|
|
5897
6103
|
/** Optional parameters. */
|
|
5898
6104
|
export interface TrunkedNetworksUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6105
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6106
|
+
ifMatch?: string;
|
|
6107
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6108
|
+
ifNoneMatch?: string;
|
|
5899
6109
|
/** The request body. */
|
|
5900
6110
|
trunkedNetworkUpdateParameters?: TrunkedNetworkPatchParameters;
|
|
5901
6111
|
}
|
|
@@ -5928,6 +6138,10 @@ export interface VirtualMachinesGetOptionalParams extends coreClient.OperationOp
|
|
|
5928
6138
|
export type VirtualMachinesGetResponse = VirtualMachine;
|
|
5929
6139
|
/** Optional parameters. */
|
|
5930
6140
|
export interface VirtualMachinesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6141
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6142
|
+
ifMatch?: string;
|
|
6143
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6144
|
+
ifNoneMatch?: string;
|
|
5931
6145
|
/** Delay to wait until next poll, in milliseconds. */
|
|
5932
6146
|
updateIntervalInMs?: number;
|
|
5933
6147
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -5937,6 +6151,10 @@ export interface VirtualMachinesCreateOrUpdateOptionalParams extends coreClient.
|
|
|
5937
6151
|
export type VirtualMachinesCreateOrUpdateResponse = VirtualMachine;
|
|
5938
6152
|
/** Optional parameters. */
|
|
5939
6153
|
export interface VirtualMachinesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
6154
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6155
|
+
ifMatch?: string;
|
|
6156
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6157
|
+
ifNoneMatch?: string;
|
|
5940
6158
|
/** Delay to wait until next poll, in milliseconds. */
|
|
5941
6159
|
updateIntervalInMs?: number;
|
|
5942
6160
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -5946,6 +6164,10 @@ export interface VirtualMachinesDeleteOptionalParams extends coreClient.Operatio
|
|
|
5946
6164
|
export type VirtualMachinesDeleteResponse = OperationStatusResult;
|
|
5947
6165
|
/** Optional parameters. */
|
|
5948
6166
|
export interface VirtualMachinesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6167
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6168
|
+
ifMatch?: string;
|
|
6169
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6170
|
+
ifNoneMatch?: string;
|
|
5949
6171
|
/** The request body. */
|
|
5950
6172
|
virtualMachineUpdateParameters?: VirtualMachinePatchParameters;
|
|
5951
6173
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -6020,6 +6242,10 @@ export interface VolumesGetOptionalParams extends coreClient.OperationOptions {
|
|
|
6020
6242
|
export type VolumesGetResponse = Volume;
|
|
6021
6243
|
/** Optional parameters. */
|
|
6022
6244
|
export interface VolumesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6245
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6246
|
+
ifMatch?: string;
|
|
6247
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6248
|
+
ifNoneMatch?: string;
|
|
6023
6249
|
/** Delay to wait until next poll, in milliseconds. */
|
|
6024
6250
|
updateIntervalInMs?: number;
|
|
6025
6251
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -6029,6 +6255,10 @@ export interface VolumesCreateOrUpdateOptionalParams extends coreClient.Operatio
|
|
|
6029
6255
|
export type VolumesCreateOrUpdateResponse = Volume;
|
|
6030
6256
|
/** Optional parameters. */
|
|
6031
6257
|
export interface VolumesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
6258
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6259
|
+
ifMatch?: string;
|
|
6260
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6261
|
+
ifNoneMatch?: string;
|
|
6032
6262
|
/** Delay to wait until next poll, in milliseconds. */
|
|
6033
6263
|
updateIntervalInMs?: number;
|
|
6034
6264
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -6038,6 +6268,10 @@ export interface VolumesDeleteOptionalParams extends coreClient.OperationOptions
|
|
|
6038
6268
|
export type VolumesDeleteResponse = OperationStatusResult;
|
|
6039
6269
|
/** Optional parameters. */
|
|
6040
6270
|
export interface VolumesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6271
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6272
|
+
ifMatch?: string;
|
|
6273
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6274
|
+
ifNoneMatch?: string;
|
|
6041
6275
|
/** The request body. */
|
|
6042
6276
|
volumeUpdateParameters?: VolumePatchParameters;
|
|
6043
6277
|
}
|
|
@@ -6065,6 +6299,10 @@ export interface BareMetalMachineKeySetsGetOptionalParams extends coreClient.Ope
|
|
|
6065
6299
|
export type BareMetalMachineKeySetsGetResponse = BareMetalMachineKeySet;
|
|
6066
6300
|
/** Optional parameters. */
|
|
6067
6301
|
export interface BareMetalMachineKeySetsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6302
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6303
|
+
ifMatch?: string;
|
|
6304
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6305
|
+
ifNoneMatch?: string;
|
|
6068
6306
|
/** Delay to wait until next poll, in milliseconds. */
|
|
6069
6307
|
updateIntervalInMs?: number;
|
|
6070
6308
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -6074,6 +6312,10 @@ export interface BareMetalMachineKeySetsCreateOrUpdateOptionalParams extends cor
|
|
|
6074
6312
|
export type BareMetalMachineKeySetsCreateOrUpdateResponse = BareMetalMachineKeySet;
|
|
6075
6313
|
/** Optional parameters. */
|
|
6076
6314
|
export interface BareMetalMachineKeySetsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
6315
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6316
|
+
ifMatch?: string;
|
|
6317
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6318
|
+
ifNoneMatch?: string;
|
|
6077
6319
|
/** Delay to wait until next poll, in milliseconds. */
|
|
6078
6320
|
updateIntervalInMs?: number;
|
|
6079
6321
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -6083,6 +6325,10 @@ export interface BareMetalMachineKeySetsDeleteOptionalParams extends coreClient.
|
|
|
6083
6325
|
export type BareMetalMachineKeySetsDeleteResponse = OperationStatusResult;
|
|
6084
6326
|
/** Optional parameters. */
|
|
6085
6327
|
export interface BareMetalMachineKeySetsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6328
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6329
|
+
ifMatch?: string;
|
|
6330
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6331
|
+
ifNoneMatch?: string;
|
|
6086
6332
|
/** The request body. */
|
|
6087
6333
|
bareMetalMachineKeySetUpdateParameters?: BareMetalMachineKeySetPatchParameters;
|
|
6088
6334
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -6109,6 +6355,10 @@ export interface BmcKeySetsGetOptionalParams extends coreClient.OperationOptions
|
|
|
6109
6355
|
export type BmcKeySetsGetResponse = BmcKeySet;
|
|
6110
6356
|
/** Optional parameters. */
|
|
6111
6357
|
export interface BmcKeySetsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6358
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6359
|
+
ifMatch?: string;
|
|
6360
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6361
|
+
ifNoneMatch?: string;
|
|
6112
6362
|
/** Delay to wait until next poll, in milliseconds. */
|
|
6113
6363
|
updateIntervalInMs?: number;
|
|
6114
6364
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -6118,6 +6368,10 @@ export interface BmcKeySetsCreateOrUpdateOptionalParams extends coreClient.Opera
|
|
|
6118
6368
|
export type BmcKeySetsCreateOrUpdateResponse = BmcKeySet;
|
|
6119
6369
|
/** Optional parameters. */
|
|
6120
6370
|
export interface BmcKeySetsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
6371
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6372
|
+
ifMatch?: string;
|
|
6373
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6374
|
+
ifNoneMatch?: string;
|
|
6121
6375
|
/** Delay to wait until next poll, in milliseconds. */
|
|
6122
6376
|
updateIntervalInMs?: number;
|
|
6123
6377
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -6127,6 +6381,10 @@ export interface BmcKeySetsDeleteOptionalParams extends coreClient.OperationOpti
|
|
|
6127
6381
|
export type BmcKeySetsDeleteResponse = OperationStatusResult;
|
|
6128
6382
|
/** Optional parameters. */
|
|
6129
6383
|
export interface BmcKeySetsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6384
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6385
|
+
ifMatch?: string;
|
|
6386
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6387
|
+
ifNoneMatch?: string;
|
|
6130
6388
|
/** The request body. */
|
|
6131
6389
|
bmcKeySetUpdateParameters?: BmcKeySetPatchParameters;
|
|
6132
6390
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -6153,6 +6411,10 @@ export interface MetricsConfigurationsGetOptionalParams extends coreClient.Opera
|
|
|
6153
6411
|
export type MetricsConfigurationsGetResponse = ClusterMetricsConfiguration;
|
|
6154
6412
|
/** Optional parameters. */
|
|
6155
6413
|
export interface MetricsConfigurationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6414
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6415
|
+
ifMatch?: string;
|
|
6416
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6417
|
+
ifNoneMatch?: string;
|
|
6156
6418
|
/** Delay to wait until next poll, in milliseconds. */
|
|
6157
6419
|
updateIntervalInMs?: number;
|
|
6158
6420
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -6162,6 +6424,10 @@ export interface MetricsConfigurationsCreateOrUpdateOptionalParams extends coreC
|
|
|
6162
6424
|
export type MetricsConfigurationsCreateOrUpdateResponse = ClusterMetricsConfiguration;
|
|
6163
6425
|
/** Optional parameters. */
|
|
6164
6426
|
export interface MetricsConfigurationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
6427
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6428
|
+
ifMatch?: string;
|
|
6429
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6430
|
+
ifNoneMatch?: string;
|
|
6165
6431
|
/** Delay to wait until next poll, in milliseconds. */
|
|
6166
6432
|
updateIntervalInMs?: number;
|
|
6167
6433
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -6171,6 +6437,10 @@ export interface MetricsConfigurationsDeleteOptionalParams extends coreClient.Op
|
|
|
6171
6437
|
export type MetricsConfigurationsDeleteResponse = OperationStatusResult;
|
|
6172
6438
|
/** Optional parameters. */
|
|
6173
6439
|
export interface MetricsConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6440
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6441
|
+
ifMatch?: string;
|
|
6442
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6443
|
+
ifNoneMatch?: string;
|
|
6174
6444
|
/** The request body. */
|
|
6175
6445
|
metricsConfigurationUpdateParameters?: ClusterMetricsConfigurationPatchParameters;
|
|
6176
6446
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -6197,6 +6467,10 @@ export interface AgentPoolsGetOptionalParams extends coreClient.OperationOptions
|
|
|
6197
6467
|
export type AgentPoolsGetResponse = AgentPool;
|
|
6198
6468
|
/** Optional parameters. */
|
|
6199
6469
|
export interface AgentPoolsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6470
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6471
|
+
ifMatch?: string;
|
|
6472
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6473
|
+
ifNoneMatch?: string;
|
|
6200
6474
|
/** Delay to wait until next poll, in milliseconds. */
|
|
6201
6475
|
updateIntervalInMs?: number;
|
|
6202
6476
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -6206,6 +6480,10 @@ export interface AgentPoolsCreateOrUpdateOptionalParams extends coreClient.Opera
|
|
|
6206
6480
|
export type AgentPoolsCreateOrUpdateResponse = AgentPool;
|
|
6207
6481
|
/** Optional parameters. */
|
|
6208
6482
|
export interface AgentPoolsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
6483
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6484
|
+
ifMatch?: string;
|
|
6485
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6486
|
+
ifNoneMatch?: string;
|
|
6209
6487
|
/** Delay to wait until next poll, in milliseconds. */
|
|
6210
6488
|
updateIntervalInMs?: number;
|
|
6211
6489
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -6215,6 +6493,10 @@ export interface AgentPoolsDeleteOptionalParams extends coreClient.OperationOpti
|
|
|
6215
6493
|
export type AgentPoolsDeleteResponse = OperationStatusResult;
|
|
6216
6494
|
/** Optional parameters. */
|
|
6217
6495
|
export interface AgentPoolsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6496
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6497
|
+
ifMatch?: string;
|
|
6498
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6499
|
+
ifNoneMatch?: string;
|
|
6218
6500
|
/** The request body. */
|
|
6219
6501
|
agentPoolUpdateParameters?: AgentPoolPatchParameters;
|
|
6220
6502
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -6241,6 +6523,10 @@ export interface KubernetesClusterFeaturesGetOptionalParams extends coreClient.O
|
|
|
6241
6523
|
export type KubernetesClusterFeaturesGetResponse = KubernetesClusterFeature;
|
|
6242
6524
|
/** Optional parameters. */
|
|
6243
6525
|
export interface KubernetesClusterFeaturesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6526
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6527
|
+
ifMatch?: string;
|
|
6528
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6529
|
+
ifNoneMatch?: string;
|
|
6244
6530
|
/** Delay to wait until next poll, in milliseconds. */
|
|
6245
6531
|
updateIntervalInMs?: number;
|
|
6246
6532
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -6250,6 +6536,10 @@ export interface KubernetesClusterFeaturesCreateOrUpdateOptionalParams extends c
|
|
|
6250
6536
|
export type KubernetesClusterFeaturesCreateOrUpdateResponse = KubernetesClusterFeature;
|
|
6251
6537
|
/** Optional parameters. */
|
|
6252
6538
|
export interface KubernetesClusterFeaturesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
6539
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6540
|
+
ifMatch?: string;
|
|
6541
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6542
|
+
ifNoneMatch?: string;
|
|
6253
6543
|
/** Delay to wait until next poll, in milliseconds. */
|
|
6254
6544
|
updateIntervalInMs?: number;
|
|
6255
6545
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -6259,6 +6549,10 @@ export interface KubernetesClusterFeaturesDeleteOptionalParams extends coreClien
|
|
|
6259
6549
|
export type KubernetesClusterFeaturesDeleteResponse = OperationStatusResult;
|
|
6260
6550
|
/** Optional parameters. */
|
|
6261
6551
|
export interface KubernetesClusterFeaturesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6552
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6553
|
+
ifMatch?: string;
|
|
6554
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6555
|
+
ifNoneMatch?: string;
|
|
6262
6556
|
/** The request body. */
|
|
6263
6557
|
kubernetesClusterFeatureUpdateParameters?: KubernetesClusterFeaturePatchParameters;
|
|
6264
6558
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -6285,6 +6579,10 @@ export interface ConsolesGetOptionalParams extends coreClient.OperationOptions {
|
|
|
6285
6579
|
export type ConsolesGetResponse = Console;
|
|
6286
6580
|
/** Optional parameters. */
|
|
6287
6581
|
export interface ConsolesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6582
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6583
|
+
ifMatch?: string;
|
|
6584
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6585
|
+
ifNoneMatch?: string;
|
|
6288
6586
|
/** Delay to wait until next poll, in milliseconds. */
|
|
6289
6587
|
updateIntervalInMs?: number;
|
|
6290
6588
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -6294,6 +6592,10 @@ export interface ConsolesCreateOrUpdateOptionalParams extends coreClient.Operati
|
|
|
6294
6592
|
export type ConsolesCreateOrUpdateResponse = Console;
|
|
6295
6593
|
/** Optional parameters. */
|
|
6296
6594
|
export interface ConsolesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
6595
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6596
|
+
ifMatch?: string;
|
|
6597
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6598
|
+
ifNoneMatch?: string;
|
|
6297
6599
|
/** Delay to wait until next poll, in milliseconds. */
|
|
6298
6600
|
updateIntervalInMs?: number;
|
|
6299
6601
|
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
@@ -6303,6 +6605,10 @@ export interface ConsolesDeleteOptionalParams extends coreClient.OperationOption
|
|
|
6303
6605
|
export type ConsolesDeleteResponse = OperationStatusResult;
|
|
6304
6606
|
/** Optional parameters. */
|
|
6305
6607
|
export interface ConsolesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
6608
|
+
/** The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes. */
|
|
6609
|
+
ifMatch?: string;
|
|
6610
|
+
/** Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported. */
|
|
6611
|
+
ifNoneMatch?: string;
|
|
6306
6612
|
/** The request body. */
|
|
6307
6613
|
consoleUpdateParameters?: ConsolePatchParameters;
|
|
6308
6614
|
/** Delay to wait until next poll, in milliseconds. */
|