@azure/arm-hybridcompute 4.0.1-alpha.20241113.1 → 4.1.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +79 -9
- package/README.md +1 -1
- package/dist/index.js +4477 -2438
- 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/extensionMetadataGetSample.js +1 -1
- package/dist-esm/samples-dev/extensionMetadataListSample.js +1 -1
- package/dist-esm/samples-dev/gatewaysCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/gatewaysCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/gatewaysCreateOrUpdateSample.js +44 -0
- package/dist-esm/samples-dev/gatewaysCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/gatewaysDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/gatewaysDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/gatewaysDeleteSample.js +39 -0
- package/dist-esm/samples-dev/gatewaysDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/gatewaysGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/gatewaysGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/gatewaysGetSample.js +39 -0
- package/dist-esm/samples-dev/gatewaysGetSample.js.map +1 -0
- package/dist-esm/samples-dev/gatewaysListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/gatewaysListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/gatewaysListByResourceGroupSample.js +54 -0
- package/dist-esm/samples-dev/gatewaysListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/gatewaysListBySubscriptionSample.d.ts +2 -0
- package/dist-esm/samples-dev/gatewaysListBySubscriptionSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/gatewaysListBySubscriptionSample.js +53 -0
- package/dist-esm/samples-dev/gatewaysListBySubscriptionSample.js.map +1 -0
- package/dist-esm/samples-dev/gatewaysUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/gatewaysUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/gatewaysUpdateSample.js +40 -0
- package/dist-esm/samples-dev/gatewaysUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/licenseProfilesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/licenseProfilesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/licenseProfilesGetSample.js +1 -1
- package/dist-esm/samples-dev/licenseProfilesListSample.js +1 -1
- package/dist-esm/samples-dev/licenseProfilesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/licensesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/licensesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/licensesGetSample.js +1 -1
- package/dist-esm/samples-dev/licensesListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/licensesListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/licensesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/licensesValidateLicenseSample.js +1 -1
- package/dist-esm/samples-dev/machineExtensionsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/machineExtensionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/machineExtensionsGetSample.js +1 -1
- package/dist-esm/samples-dev/machineExtensionsListSample.js +1 -1
- package/dist-esm/samples-dev/machineExtensionsUpdateSample.js +3 -3
- package/dist-esm/samples-dev/machineRunCommandsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/machineRunCommandsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/machineRunCommandsCreateOrUpdateSample.js +53 -0
- package/dist-esm/samples-dev/machineRunCommandsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/machineRunCommandsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/machineRunCommandsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/machineRunCommandsDeleteSample.js +39 -0
- package/dist-esm/samples-dev/machineRunCommandsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/machineRunCommandsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/machineRunCommandsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/machineRunCommandsGetSample.js +39 -0
- package/dist-esm/samples-dev/machineRunCommandsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/machineRunCommandsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/machineRunCommandsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/machineRunCommandsListSample.js +54 -0
- package/dist-esm/samples-dev/machineRunCommandsListSample.js.map +1 -0
- package/dist-esm/samples-dev/machinesAssessPatchesSample.js +1 -1
- package/dist-esm/samples-dev/machinesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/machinesGetSample.js +2 -2
- package/dist-esm/samples-dev/machinesInstallPatchesSample.js +1 -1
- package/dist-esm/samples-dev/machinesListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/machinesListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/networkProfileGetSample.js +1 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetByPrivateLinkScopeSample.js +1 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByPrivateLinkScopeSample.js +1 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileForPrivateLinkScopeSample.js +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByPrivateLinkScopeSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByPrivateLinkScopeSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkScopesCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/privateLinkScopesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkScopesGetSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsForMachineSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkScopesGetValidationDetailsSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkScopesListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkScopesListSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkScopesUpdateTagsSample.js +1 -1
- package/dist-esm/samples-dev/settingsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/settingsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/settingsGetSample.js +42 -0
- package/dist-esm/samples-dev/settingsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/settingsPatchSample.d.ts +2 -0
- package/dist-esm/samples-dev/settingsPatchSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/settingsPatchSample.js +45 -0
- package/dist-esm/samples-dev/settingsPatchSample.js.map +1 -0
- package/dist-esm/samples-dev/settingsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/settingsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/settingsUpdateSample.js +45 -0
- package/dist-esm/samples-dev/settingsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/upgradeExtensionsSample.js +1 -1
- package/dist-esm/src/hybridComputeManagementClient.d.ts +4 -1
- package/dist-esm/src/hybridComputeManagementClient.d.ts.map +1 -1
- package/dist-esm/src/hybridComputeManagementClient.js +6 -3
- package/dist-esm/src/hybridComputeManagementClient.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +506 -14
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +24 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +29 -1
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +987 -111
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +12 -2
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +99 -4
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/gateways.d.ts +99 -0
- package/dist-esm/src/operations/gateways.d.ts.map +1 -0
- package/dist-esm/src/operations/gateways.js +495 -0
- package/dist-esm/src/operations/gateways.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +3 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +3 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/machineExtensions.d.ts +2 -2
- package/dist-esm/src/operations/machineExtensions.js +2 -2
- package/dist-esm/src/operations/machineRunCommands.d.ts +81 -0
- package/dist-esm/src/operations/machineRunCommands.d.ts.map +1 -0
- package/dist-esm/src/operations/machineRunCommands.js +372 -0
- package/dist-esm/src/operations/machineRunCommands.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +1 -1
- package/dist-esm/src/operations/privateLinkScopes.js +1 -1
- package/dist-esm/src/operations/settingsOperations.d.ts +45 -0
- package/dist-esm/src/operations/settingsOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/settingsOperations.js +163 -0
- package/dist-esm/src/operations/settingsOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/gateways.d.ts +63 -0
- package/dist-esm/src/operationsInterfaces/gateways.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/gateways.js +9 -0
- package/dist-esm/src/operationsInterfaces/gateways.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +3 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +3 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/machineExtensions.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/machineRunCommands.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/machineRunCommands.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/machineRunCommands.js +9 -0
- package/dist-esm/src/operationsInterfaces/machineRunCommands.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/settingsOperations.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/settingsOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/settingsOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/settingsOperations.js.map +1 -0
- package/package.json +5 -3
- package/review/arm-hybridcompute.api.md +389 -0
- package/src/hybridComputeManagementClient.ts +14 -2
- package/src/models/index.ts +572 -14
- package/src/models/mappers.ts +1105 -150
- package/src/models/parameters.ts +112 -3
- package/src/operations/gateways.ts +641 -0
- package/src/operations/index.ts +3 -0
- package/src/operations/machineExtensions.ts +2 -2
- package/src/operations/machineRunCommands.ts +511 -0
- package/src/operations/privateEndpointConnections.ts +1 -1
- package/src/operations/privateLinkScopes.ts +1 -1
- package/src/operations/settingsOperations.ts +213 -0
- package/src/operationsInterfaces/gateways.ts +127 -0
- package/src/operationsInterfaces/index.ts +3 -0
- package/src/operationsInterfaces/machineExtensions.ts +2 -2
- package/src/operationsInterfaces/machineRunCommands.ts +115 -0
- package/src/operationsInterfaces/settingsOperations.ts +76 -0
- package/tsconfig.json +2 -2
- package/types/arm-hybridcompute.d.ts +712 -4
@@ -209,6 +209,72 @@ export interface ServiceStatus {
|
|
209
209
|
/** The behavior of the service when the Arc-enabled machine starts up. */
|
210
210
|
startupType?: string;
|
211
211
|
}
|
212
|
+
/** Describes the hardware of the machine */
|
213
|
+
export interface HardwareProfile {
|
214
|
+
/**
|
215
|
+
* The total physical memory on the machine
|
216
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
217
|
+
*/
|
218
|
+
readonly totalPhysicalMemoryInBytes?: number;
|
219
|
+
/**
|
220
|
+
* The total number of CPU sockets available on the machine
|
221
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
222
|
+
*/
|
223
|
+
readonly numberOfCpuSockets?: number;
|
224
|
+
/**
|
225
|
+
* The physical processors of the machine.
|
226
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
227
|
+
*/
|
228
|
+
readonly processors?: Processor[];
|
229
|
+
}
|
230
|
+
/** Describes the firmware of the machine */
|
231
|
+
export interface Processor {
|
232
|
+
/**
|
233
|
+
* The name of the processor.
|
234
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
235
|
+
*/
|
236
|
+
readonly name?: string;
|
237
|
+
/**
|
238
|
+
* The total number of physical cores on the processor.
|
239
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
240
|
+
*/
|
241
|
+
readonly numberOfCores?: number;
|
242
|
+
}
|
243
|
+
/** Describes the storage configuration of the machine */
|
244
|
+
export interface StorageProfile {
|
245
|
+
/** The disks on the machine. */
|
246
|
+
disks?: Disk[];
|
247
|
+
}
|
248
|
+
/** Describes a disk on the machine */
|
249
|
+
export interface Disk {
|
250
|
+
/** The path of the disk. */
|
251
|
+
path?: string;
|
252
|
+
/** The type of the disk. */
|
253
|
+
diskType?: string;
|
254
|
+
/** The generated ID of the disk. */
|
255
|
+
generatedId?: string;
|
256
|
+
/** The ID of the disk. */
|
257
|
+
id?: string;
|
258
|
+
/** The name of the disk. */
|
259
|
+
name?: string;
|
260
|
+
/** The size of the disk, in bytes */
|
261
|
+
maxSizeInBytes?: number;
|
262
|
+
/** The amount of space used on the disk, in bytes */
|
263
|
+
usedSpaceInBytes?: number;
|
264
|
+
}
|
265
|
+
/** Describes the firmware of the machine */
|
266
|
+
export interface FirmwareProfile {
|
267
|
+
/**
|
268
|
+
* The serial number of the firmware
|
269
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
270
|
+
*/
|
271
|
+
readonly serialNumber?: string;
|
272
|
+
/**
|
273
|
+
* The type of the firmware
|
274
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
275
|
+
*/
|
276
|
+
readonly type?: string;
|
277
|
+
}
|
212
278
|
/** The metadata of the cloud environment (Azure/GCP/AWS/OCI...). */
|
213
279
|
export interface CloudMetadata {
|
214
280
|
/**
|
@@ -221,9 +287,9 @@ export interface CloudMetadata {
|
|
221
287
|
export interface AgentUpgrade {
|
222
288
|
/** Specifies the version info w.r.t AgentUpgrade for the machine. */
|
223
289
|
desiredVersion?: string;
|
224
|
-
/** The correlation ID
|
290
|
+
/** The correlation ID associated with an agent upgrade operation. */
|
225
291
|
correlationId?: string;
|
226
|
-
/** Specifies if
|
292
|
+
/** Specifies if the machine's agent should be upgraded */
|
227
293
|
enableAutomaticUpgrade?: boolean;
|
228
294
|
/**
|
229
295
|
* Specifies the version of the last attempt
|
@@ -427,6 +493,12 @@ export interface NetworkProfile {
|
|
427
493
|
}
|
428
494
|
/** Describes a network interface. */
|
429
495
|
export interface NetworkInterface {
|
496
|
+
/** Represents MAC address of the network interface. */
|
497
|
+
macAddress?: string;
|
498
|
+
/** Represents the ID of the network interface. */
|
499
|
+
id?: string;
|
500
|
+
/** Represents the name of the network interface. */
|
501
|
+
name?: string;
|
430
502
|
/** The list of IP addresses in this interface. */
|
431
503
|
ipAddresses?: IpAddress[];
|
432
504
|
}
|
@@ -823,6 +895,110 @@ export interface OperationValueDisplay {
|
|
823
895
|
*/
|
824
896
|
readonly provider?: string;
|
825
897
|
}
|
898
|
+
/** Describes the script sources for run command. Use only one of script, scriptUri, commandId. */
|
899
|
+
export interface MachineRunCommandScriptSource {
|
900
|
+
/** Specifies the script content to be executed on the machine. */
|
901
|
+
script?: string;
|
902
|
+
/** Specifies the script download location. It can be either SAS URI of an Azure storage blob with read access or public URI. */
|
903
|
+
scriptUri?: string;
|
904
|
+
/** Specifies the commandId of predefined built-in script. */
|
905
|
+
commandId?: string;
|
906
|
+
/** User-assigned managed identity that has access to scriptUri in case of Azure storage blob. Use an empty object in case of system-assigned identity. Make sure the Azure storage blob exists, and managed identity has been given access to blob's container with 'Storage Blob Data Reader' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged. */
|
907
|
+
scriptUriManagedIdentity?: RunCommandManagedIdentity;
|
908
|
+
}
|
909
|
+
/** Contains clientId or objectId (use only one, not both) of a user-assigned managed identity that has access to storage blob used in Run Command. Use an empty RunCommandManagedIdentity object in case of system-assigned identity. Make sure the Azure storage blob exists in case of scriptUri, and managed identity has been given access to blob's container with 'Storage Blob Data Reader' role assignment with scriptUri blob and 'Storage Blob Data Contributor' for Append blobs(outputBlobUri, errorBlobUri). In case of user assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged. */
|
910
|
+
export interface RunCommandManagedIdentity {
|
911
|
+
/** Client Id (GUID value) of the user-assigned managed identity. ObjectId should not be used if this is provided. */
|
912
|
+
clientId?: string;
|
913
|
+
/** Object Id (GUID value) of the user-assigned managed identity. ClientId should not be used if this is provided. */
|
914
|
+
objectId?: string;
|
915
|
+
}
|
916
|
+
/** Describes the properties of a run command parameter. */
|
917
|
+
export interface RunCommandInputParameter {
|
918
|
+
/** The run command parameter name. */
|
919
|
+
name: string;
|
920
|
+
/** The run command parameter value. */
|
921
|
+
value: string;
|
922
|
+
}
|
923
|
+
/** The instance view of a machine run command. */
|
924
|
+
export interface MachineRunCommandInstanceView {
|
925
|
+
/** Script execution status. */
|
926
|
+
executionState?: ExecutionState;
|
927
|
+
/** Communicate script configuration errors or execution messages. */
|
928
|
+
executionMessage?: string;
|
929
|
+
/** Exit code returned from script execution. */
|
930
|
+
exitCode?: number;
|
931
|
+
/** Script output stream. */
|
932
|
+
output?: string;
|
933
|
+
/** Script error stream. */
|
934
|
+
error?: string;
|
935
|
+
/** Script start time. */
|
936
|
+
startTime?: Date;
|
937
|
+
/** Script end time. */
|
938
|
+
endTime?: Date;
|
939
|
+
/** The status information. */
|
940
|
+
statuses?: ExtensionsResourceStatus[];
|
941
|
+
}
|
942
|
+
/** Instance view status. */
|
943
|
+
export interface ExtensionsResourceStatus {
|
944
|
+
/** The status code. */
|
945
|
+
code?: string;
|
946
|
+
/** The level code. */
|
947
|
+
level?: ExtensionsStatusLevelTypes;
|
948
|
+
/** The short localizable label for the status. */
|
949
|
+
displayStatus?: string;
|
950
|
+
/** The detailed status message, including for alerts and error messages. */
|
951
|
+
message?: string;
|
952
|
+
/** The time of the status. */
|
953
|
+
time?: Date;
|
954
|
+
}
|
955
|
+
/** Describes the Run Commands List Result. */
|
956
|
+
export interface MachineRunCommandsListResult {
|
957
|
+
/** The list of run commands */
|
958
|
+
value?: MachineRunCommand[];
|
959
|
+
/** The uri to fetch the next page of run commands. Call ListNext() with this to fetch the next page of run commands. */
|
960
|
+
nextLink?: string;
|
961
|
+
}
|
962
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
963
|
+
export interface ErrorResponseAutoGenerated {
|
964
|
+
/** The error object. */
|
965
|
+
error?: ErrorDetailAutoGenerated;
|
966
|
+
}
|
967
|
+
/** The error detail. */
|
968
|
+
export interface ErrorDetailAutoGenerated {
|
969
|
+
/**
|
970
|
+
* The error code.
|
971
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
972
|
+
*/
|
973
|
+
readonly code?: string;
|
974
|
+
/**
|
975
|
+
* The error message.
|
976
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
977
|
+
*/
|
978
|
+
readonly message?: string;
|
979
|
+
/**
|
980
|
+
* The error target.
|
981
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
982
|
+
*/
|
983
|
+
readonly target?: string;
|
984
|
+
/**
|
985
|
+
* The error details.
|
986
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
987
|
+
*/
|
988
|
+
readonly details?: ErrorDetailAutoGenerated[];
|
989
|
+
/**
|
990
|
+
* The error additional info.
|
991
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
992
|
+
*/
|
993
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
994
|
+
}
|
995
|
+
/** The List license operation response. */
|
996
|
+
export interface GatewaysListResult {
|
997
|
+
/** The list of Gateways. */
|
998
|
+
value: Gateway[];
|
999
|
+
/** The URI to fetch the next page of Gateways. Call ListNext() with this URI to fetch the next page of Gateways. */
|
1000
|
+
nextLink?: string;
|
1001
|
+
}
|
826
1002
|
/** Describes the list of Azure Arc PrivateLinkScope resources. */
|
827
1003
|
export interface HybridComputePrivateLinkScopeListResult {
|
828
1004
|
/** List of Azure Arc PrivateLinkScope definitions. */
|
@@ -1179,18 +1355,28 @@ export interface NetworkSecurityPerimeterConfigurationReconcileResult {
|
|
1179
1355
|
/** The URL of the resource used to check the status of the asynchronous operation. */
|
1180
1356
|
location?: string;
|
1181
1357
|
}
|
1182
|
-
/**
|
1183
|
-
export interface
|
1184
|
-
/**
|
1185
|
-
|
1186
|
-
/**
|
1187
|
-
|
1188
|
-
|
1189
|
-
|
1190
|
-
|
1191
|
-
|
1192
|
-
|
1193
|
-
|
1358
|
+
/** List of HybridIdentityMetadata. */
|
1359
|
+
export interface HybridIdentityMetadataList {
|
1360
|
+
/** Url to follow for getting next page of HybridIdentityMetadata. */
|
1361
|
+
nextLink?: string;
|
1362
|
+
/** Array of HybridIdentityMetadata */
|
1363
|
+
value: HybridIdentityMetadata[];
|
1364
|
+
}
|
1365
|
+
/** Describes AgentVersions List. */
|
1366
|
+
export interface AgentVersionsList {
|
1367
|
+
/** The list of available Agent Versions. */
|
1368
|
+
value?: AgentVersion[];
|
1369
|
+
/** The URI to fetch the next 10 available Agent Versions. */
|
1370
|
+
nextLink?: string;
|
1371
|
+
}
|
1372
|
+
/** Describes properties of Agent Version. */
|
1373
|
+
export interface AgentVersion {
|
1374
|
+
/** Represents the agent version. */
|
1375
|
+
agentVersion?: string;
|
1376
|
+
/** Represents the download link of specific agent version. */
|
1377
|
+
downloadLink?: string;
|
1378
|
+
/** Defines the os type. */
|
1379
|
+
osType?: string;
|
1194
1380
|
}
|
1195
1381
|
/** Public key information for client authentication */
|
1196
1382
|
export interface KeyProperties {
|
@@ -1286,6 +1472,11 @@ export interface MachineExtensionUpdate extends ResourceUpdate {
|
|
1286
1472
|
[propertyName: string]: any;
|
1287
1473
|
};
|
1288
1474
|
}
|
1475
|
+
/** Describes a License Update. */
|
1476
|
+
export interface GatewayUpdate extends ResourceUpdate {
|
1477
|
+
/** Specifies the list of features that are enabled for this Gateway. */
|
1478
|
+
allowedFeatures?: string[];
|
1479
|
+
}
|
1289
1480
|
/** Describes a hybrid machine Update. */
|
1290
1481
|
export interface MachineUpdate extends ResourceUpdate {
|
1291
1482
|
/** Identity for the resource. */
|
@@ -1305,6 +1496,9 @@ export interface MachineUpdate extends ResourceUpdate {
|
|
1305
1496
|
/** The resource id of the private link scope this machine is assigned to, if any. */
|
1306
1497
|
privateLinkScopeResourceId?: string;
|
1307
1498
|
}
|
1499
|
+
/** Describes a Machine Extension Update. */
|
1500
|
+
export interface MachineRunCommandUpdate extends ResourceUpdate {
|
1501
|
+
}
|
1308
1502
|
/** Describes the properties of a License Profile ARM model. */
|
1309
1503
|
export interface LicenseProfileArmEsuPropertiesWithoutAssignedLicense extends LicenseProfileStorageModelEsuProperties {
|
1310
1504
|
/**
|
@@ -1326,6 +1520,15 @@ export interface LicenseProfileArmEsuPropertiesWithoutAssignedLicense extends Li
|
|
1326
1520
|
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
1327
1521
|
export interface ProxyResource extends ResourceAutoGenerated {
|
1328
1522
|
}
|
1523
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
1524
|
+
export interface TrackedResourceAutoGenerated extends ResourceAutoGenerated {
|
1525
|
+
/** Resource tags. */
|
1526
|
+
tags?: {
|
1527
|
+
[propertyName: string]: string;
|
1528
|
+
};
|
1529
|
+
/** The geo-location where the resource lives */
|
1530
|
+
location: string;
|
1531
|
+
}
|
1329
1532
|
/** An Azure Arc PrivateLinkScope definition. */
|
1330
1533
|
export interface HybridComputePrivateLinkScope extends PrivateLinkScopesResource {
|
1331
1534
|
/** Properties that define a Azure Arc PrivateLinkScope resource. */
|
@@ -1375,6 +1578,21 @@ export interface Machine extends TrackedResource {
|
|
1375
1578
|
readonly agentConfiguration?: AgentConfiguration;
|
1376
1579
|
/** Statuses of dependent services that are reported back to ARM. */
|
1377
1580
|
serviceStatuses?: ServiceStatuses;
|
1581
|
+
/**
|
1582
|
+
* Information about the machine's hardware
|
1583
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1584
|
+
*/
|
1585
|
+
readonly hardwareProfile?: HardwareProfile;
|
1586
|
+
/**
|
1587
|
+
* Information about the machine's storage
|
1588
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1589
|
+
*/
|
1590
|
+
readonly storageProfile?: StorageProfile;
|
1591
|
+
/**
|
1592
|
+
* Information about the machine's firmware
|
1593
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1594
|
+
*/
|
1595
|
+
readonly firmwareProfile?: FirmwareProfile;
|
1378
1596
|
/** The metadata of the cloud environment (Azure/GCP/AWS/OCI...). */
|
1379
1597
|
cloudMetadata?: CloudMetadata;
|
1380
1598
|
/** The info of the machine w.r.t Agent Upgrade */
|
@@ -1553,6 +1771,50 @@ export interface LicenseProfile extends TrackedResource {
|
|
1553
1771
|
/** Specifies if this machine is licensed as part of a Software Assurance agreement. */
|
1554
1772
|
softwareAssuranceCustomer?: boolean;
|
1555
1773
|
}
|
1774
|
+
/** Describes a Run Command */
|
1775
|
+
export interface MachineRunCommand extends TrackedResource {
|
1776
|
+
/** The source of the run command script. */
|
1777
|
+
source?: MachineRunCommandScriptSource;
|
1778
|
+
/** The parameters used by the script. */
|
1779
|
+
parameters?: RunCommandInputParameter[];
|
1780
|
+
/** The parameters used by the script. */
|
1781
|
+
protectedParameters?: RunCommandInputParameter[];
|
1782
|
+
/** Optional. If set to true, provisioning will complete as soon as script starts and will not wait for script to complete. */
|
1783
|
+
asyncExecution?: boolean;
|
1784
|
+
/** Specifies the user account on the machine when executing the run command. */
|
1785
|
+
runAsUser?: string;
|
1786
|
+
/** Specifies the user account password on the machine when executing the run command. */
|
1787
|
+
runAsPassword?: string;
|
1788
|
+
/** The timeout in seconds to execute the run command. */
|
1789
|
+
timeoutInSeconds?: number;
|
1790
|
+
/** Specifies the Azure storage blob where script output stream will be uploaded. Use a SAS URI with read, append, create, write access OR use managed identity to provide the VM access to the blob. Refer outputBlobManagedIdentity parameter. */
|
1791
|
+
outputBlobUri?: string;
|
1792
|
+
/** Specifies the Azure storage blob where script error stream will be uploaded. Use a SAS URI with read, append, create, write access OR use managed identity to provide the VM access to the blob. Refer errorBlobManagedIdentity parameter. */
|
1793
|
+
errorBlobUri?: string;
|
1794
|
+
/** User-assigned managed identity that has access to outputBlobUri storage blob. Use an empty object in case of system-assigned identity. Make sure managed identity has been given access to blob's container with 'Storage Blob Data Contributor' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged */
|
1795
|
+
outputBlobManagedIdentity?: RunCommandManagedIdentity;
|
1796
|
+
/** User-assigned managed identity that has access to errorBlobUri storage blob. Use an empty object in case of system-assigned identity. Make sure managed identity has been given access to blob's container with 'Storage Blob Data Contributor' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged */
|
1797
|
+
errorBlobManagedIdentity?: RunCommandManagedIdentity;
|
1798
|
+
/**
|
1799
|
+
* The provisioning state, which only appears in the response.
|
1800
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1801
|
+
*/
|
1802
|
+
readonly provisioningState?: string;
|
1803
|
+
/**
|
1804
|
+
* The machine run command instance view.
|
1805
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1806
|
+
*/
|
1807
|
+
readonly instanceView?: MachineRunCommandInstanceView;
|
1808
|
+
}
|
1809
|
+
export interface Settings extends ProxyResourceAutoGenerated {
|
1810
|
+
/**
|
1811
|
+
* Azure resource tenant Id
|
1812
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1813
|
+
*/
|
1814
|
+
readonly tenantId?: string;
|
1815
|
+
/** Associated Gateway Resource Id */
|
1816
|
+
gatewayResourceId?: string;
|
1817
|
+
}
|
1556
1818
|
/** A private link resource */
|
1557
1819
|
export interface PrivateLinkResource extends ProxyResourceAutoGenerated {
|
1558
1820
|
/** Resource properties. */
|
@@ -1563,6 +1825,36 @@ export interface PrivateEndpointConnection extends ProxyResourceAutoGenerated {
|
|
1563
1825
|
/** Resource properties. */
|
1564
1826
|
properties?: PrivateEndpointConnectionProperties;
|
1565
1827
|
}
|
1828
|
+
/** Defines the HybridIdentityMetadata. */
|
1829
|
+
export interface HybridIdentityMetadata extends ProxyResourceAutoGenerated {
|
1830
|
+
/** The unique identifier for the resource. */
|
1831
|
+
vmId?: string;
|
1832
|
+
/** The Public Key. */
|
1833
|
+
publicKey?: string;
|
1834
|
+
/**
|
1835
|
+
* Identity for the resource.
|
1836
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1837
|
+
*/
|
1838
|
+
readonly identity?: Identity;
|
1839
|
+
}
|
1840
|
+
export interface NetworkConfiguration extends ProxyResourceAutoGenerated {
|
1841
|
+
/** Resource location */
|
1842
|
+
location?: string;
|
1843
|
+
/**
|
1844
|
+
* Azure resource tenant Id
|
1845
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1846
|
+
*/
|
1847
|
+
readonly tenantId?: string;
|
1848
|
+
/** Associated Network Configuration Scope Id (GUID) */
|
1849
|
+
networkConfigurationScopeId?: string;
|
1850
|
+
/** Associated Network Configuration Scope Resource Id */
|
1851
|
+
networkConfigurationScopeResourceId?: string;
|
1852
|
+
/**
|
1853
|
+
* Public key information for client authentication
|
1854
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1855
|
+
*/
|
1856
|
+
readonly keyProperties?: KeyProperties;
|
1857
|
+
}
|
1566
1858
|
/** Properties for the Machine ESU profile. */
|
1567
1859
|
export interface LicenseProfileMachineInstanceViewEsuProperties extends LicenseProfileArmEsuPropertiesWithoutAssignedLicense {
|
1568
1860
|
/** The assigned license resource. */
|
@@ -1593,6 +1885,28 @@ export interface ExtensionValue extends ProxyResource {
|
|
1593
1885
|
*/
|
1594
1886
|
readonly publisher?: string;
|
1595
1887
|
}
|
1888
|
+
/** Describes an Arc Gateway. */
|
1889
|
+
export interface Gateway extends TrackedResourceAutoGenerated {
|
1890
|
+
/**
|
1891
|
+
* The provisioning state, which only appears in the response.
|
1892
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1893
|
+
*/
|
1894
|
+
readonly provisioningState?: ProvisioningState;
|
1895
|
+
/**
|
1896
|
+
* A unique, immutable, identifier for the Gateway.
|
1897
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1898
|
+
*/
|
1899
|
+
readonly gatewayId?: string;
|
1900
|
+
/** The type of the Gateway resource. */
|
1901
|
+
gatewayType?: GatewayType;
|
1902
|
+
/**
|
1903
|
+
* The endpoint fqdn for the Gateway.
|
1904
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
1905
|
+
*/
|
1906
|
+
readonly gatewayEndpoint?: string;
|
1907
|
+
/** Specifies the list of features that are enabled for this Gateway. */
|
1908
|
+
allowedFeatures?: string[];
|
1909
|
+
}
|
1596
1910
|
/** Defines headers for Machines_assessPatches operation. */
|
1597
1911
|
export interface MachinesAssessPatchesHeaders {
|
1598
1912
|
/** The URL of the resource used to check the status of the asynchronous operation. */
|
@@ -1657,6 +1971,42 @@ export interface HybridComputeManagementClientUpgradeExtensionsHeaders {
|
|
1657
1971
|
/** The URI to poll for completion status. */
|
1658
1972
|
azureAsyncOperation?: string;
|
1659
1973
|
}
|
1974
|
+
/** Defines headers for MachineRunCommands_createOrUpdate operation. */
|
1975
|
+
export interface MachineRunCommandsCreateOrUpdateHeaders {
|
1976
|
+
/** The URL of the resource used to check the status of the asynchronous operation. */
|
1977
|
+
location?: string;
|
1978
|
+
/** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
1979
|
+
retryAfter?: number;
|
1980
|
+
/** The URI to poll for completion status. */
|
1981
|
+
azureAsyncOperation?: string;
|
1982
|
+
}
|
1983
|
+
/** Defines headers for MachineRunCommands_delete operation. */
|
1984
|
+
export interface MachineRunCommandsDeleteHeaders {
|
1985
|
+
/** The URL of the resource used to check the status of the asynchronous operation. */
|
1986
|
+
location?: string;
|
1987
|
+
/** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
1988
|
+
retryAfter?: number;
|
1989
|
+
/** The URI to poll for completion status. */
|
1990
|
+
azureAsyncOperation?: string;
|
1991
|
+
}
|
1992
|
+
/** Defines headers for Gateways_createOrUpdate operation. */
|
1993
|
+
export interface GatewaysCreateOrUpdateHeaders {
|
1994
|
+
/** The URL of the resource used to check the status of the asynchronous operation. */
|
1995
|
+
location?: string;
|
1996
|
+
/** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
1997
|
+
retryAfter?: number;
|
1998
|
+
/** The URI to poll for completion status. */
|
1999
|
+
azureAsyncOperation?: string;
|
2000
|
+
}
|
2001
|
+
/** Defines headers for Gateways_delete operation. */
|
2002
|
+
export interface GatewaysDeleteHeaders {
|
2003
|
+
/** The URL of the resource used to check the status of the asynchronous operation. */
|
2004
|
+
location?: string;
|
2005
|
+
/** The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
2006
|
+
retryAfter?: number;
|
2007
|
+
/** The URI to poll for completion status. */
|
2008
|
+
azureAsyncOperation?: string;
|
2009
|
+
}
|
1660
2010
|
/** Defines headers for PrivateLinkScopes_delete operation. */
|
1661
2011
|
export interface PrivateLinkScopesDeleteHeaders {
|
1662
2012
|
/** The URL of the resource used to check the status of the asynchronous operation. */
|
@@ -2356,6 +2706,50 @@ export declare enum KnownVMGuestPatchRebootStatus {
|
|
2356
2706
|
* **Completed**
|
2357
2707
|
*/
|
2358
2708
|
export type VMGuestPatchRebootStatus = string;
|
2709
|
+
/** Known values of {@link ExecutionState} that the service accepts. */
|
2710
|
+
export declare enum KnownExecutionState {
|
2711
|
+
/** Unknown */
|
2712
|
+
Unknown = "Unknown",
|
2713
|
+
/** Pending */
|
2714
|
+
Pending = "Pending",
|
2715
|
+
/** Running */
|
2716
|
+
Running = "Running",
|
2717
|
+
/** Failed */
|
2718
|
+
Failed = "Failed",
|
2719
|
+
/** Succeeded */
|
2720
|
+
Succeeded = "Succeeded",
|
2721
|
+
/** TimedOut */
|
2722
|
+
TimedOut = "TimedOut",
|
2723
|
+
/** Canceled */
|
2724
|
+
Canceled = "Canceled"
|
2725
|
+
}
|
2726
|
+
/**
|
2727
|
+
* Defines values for ExecutionState. \
|
2728
|
+
* {@link KnownExecutionState} can be used interchangeably with ExecutionState,
|
2729
|
+
* this enum contains the known values that the service supports.
|
2730
|
+
* ### Known values supported by the service
|
2731
|
+
* **Unknown** \
|
2732
|
+
* **Pending** \
|
2733
|
+
* **Running** \
|
2734
|
+
* **Failed** \
|
2735
|
+
* **Succeeded** \
|
2736
|
+
* **TimedOut** \
|
2737
|
+
* **Canceled**
|
2738
|
+
*/
|
2739
|
+
export type ExecutionState = string;
|
2740
|
+
/** Known values of {@link GatewayType} that the service accepts. */
|
2741
|
+
export declare enum KnownGatewayType {
|
2742
|
+
/** Public */
|
2743
|
+
Public = "Public"
|
2744
|
+
}
|
2745
|
+
/**
|
2746
|
+
* Defines values for GatewayType. \
|
2747
|
+
* {@link KnownGatewayType} can be used interchangeably with GatewayType,
|
2748
|
+
* this enum contains the known values that the service supports.
|
2749
|
+
* ### Known values supported by the service
|
2750
|
+
* **Public**
|
2751
|
+
*/
|
2752
|
+
export type GatewayType = string;
|
2359
2753
|
/** Known values of {@link PublicNetworkAccessType} that the service accepts. */
|
2360
2754
|
export declare enum KnownPublicNetworkAccessType {
|
2361
2755
|
/** Allows Azure Arc agents to communicate with Azure Arc services over both public (internet) and private endpoints. */
|
@@ -2671,6 +3065,104 @@ export interface NetworkProfileGetOptionalParams extends coreClient.OperationOpt
|
|
2671
3065
|
/** Contains response data for the get operation. */
|
2672
3066
|
export type NetworkProfileGetResponse = NetworkProfile;
|
2673
3067
|
/** Optional parameters. */
|
3068
|
+
export interface MachineRunCommandsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
3069
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3070
|
+
updateIntervalInMs?: number;
|
3071
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3072
|
+
resumeFrom?: string;
|
3073
|
+
}
|
3074
|
+
/** Contains response data for the createOrUpdate operation. */
|
3075
|
+
export type MachineRunCommandsCreateOrUpdateResponse = MachineRunCommand;
|
3076
|
+
/** Optional parameters. */
|
3077
|
+
export interface MachineRunCommandsDeleteOptionalParams extends coreClient.OperationOptions {
|
3078
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3079
|
+
updateIntervalInMs?: number;
|
3080
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3081
|
+
resumeFrom?: string;
|
3082
|
+
}
|
3083
|
+
/** Contains response data for the delete operation. */
|
3084
|
+
export type MachineRunCommandsDeleteResponse = MachineRunCommandsDeleteHeaders;
|
3085
|
+
/** Optional parameters. */
|
3086
|
+
export interface MachineRunCommandsGetOptionalParams extends coreClient.OperationOptions {
|
3087
|
+
}
|
3088
|
+
/** Contains response data for the get operation. */
|
3089
|
+
export type MachineRunCommandsGetResponse = MachineRunCommand;
|
3090
|
+
/** Optional parameters. */
|
3091
|
+
export interface MachineRunCommandsListOptionalParams extends coreClient.OperationOptions {
|
3092
|
+
/** The expand expression to apply on the operation. */
|
3093
|
+
expand?: string;
|
3094
|
+
}
|
3095
|
+
/** Contains response data for the list operation. */
|
3096
|
+
export type MachineRunCommandsListResponse = MachineRunCommandsListResult;
|
3097
|
+
/** Optional parameters. */
|
3098
|
+
export interface MachineRunCommandsListNextOptionalParams extends coreClient.OperationOptions {
|
3099
|
+
}
|
3100
|
+
/** Contains response data for the listNext operation. */
|
3101
|
+
export type MachineRunCommandsListNextResponse = MachineRunCommandsListResult;
|
3102
|
+
/** Optional parameters. */
|
3103
|
+
export interface GatewaysCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
3104
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3105
|
+
updateIntervalInMs?: number;
|
3106
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3107
|
+
resumeFrom?: string;
|
3108
|
+
}
|
3109
|
+
/** Contains response data for the createOrUpdate operation. */
|
3110
|
+
export type GatewaysCreateOrUpdateResponse = Gateway;
|
3111
|
+
/** Optional parameters. */
|
3112
|
+
export interface GatewaysUpdateOptionalParams extends coreClient.OperationOptions {
|
3113
|
+
}
|
3114
|
+
/** Contains response data for the update operation. */
|
3115
|
+
export type GatewaysUpdateResponse = Gateway;
|
3116
|
+
/** Optional parameters. */
|
3117
|
+
export interface GatewaysGetOptionalParams extends coreClient.OperationOptions {
|
3118
|
+
}
|
3119
|
+
/** Contains response data for the get operation. */
|
3120
|
+
export type GatewaysGetResponse = Gateway;
|
3121
|
+
/** Optional parameters. */
|
3122
|
+
export interface GatewaysDeleteOptionalParams extends coreClient.OperationOptions {
|
3123
|
+
/** Delay to wait until next poll, in milliseconds. */
|
3124
|
+
updateIntervalInMs?: number;
|
3125
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
3126
|
+
resumeFrom?: string;
|
3127
|
+
}
|
3128
|
+
/** Contains response data for the delete operation. */
|
3129
|
+
export type GatewaysDeleteResponse = GatewaysDeleteHeaders;
|
3130
|
+
/** Optional parameters. */
|
3131
|
+
export interface GatewaysListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
3132
|
+
}
|
3133
|
+
/** Contains response data for the listByResourceGroup operation. */
|
3134
|
+
export type GatewaysListByResourceGroupResponse = GatewaysListResult;
|
3135
|
+
/** Optional parameters. */
|
3136
|
+
export interface GatewaysListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
3137
|
+
}
|
3138
|
+
/** Contains response data for the listBySubscription operation. */
|
3139
|
+
export type GatewaysListBySubscriptionResponse = GatewaysListResult;
|
3140
|
+
/** Optional parameters. */
|
3141
|
+
export interface GatewaysListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
3142
|
+
}
|
3143
|
+
/** Contains response data for the listByResourceGroupNext operation. */
|
3144
|
+
export type GatewaysListByResourceGroupNextResponse = GatewaysListResult;
|
3145
|
+
/** Optional parameters. */
|
3146
|
+
export interface GatewaysListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
3147
|
+
}
|
3148
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
3149
|
+
export type GatewaysListBySubscriptionNextResponse = GatewaysListResult;
|
3150
|
+
/** Optional parameters. */
|
3151
|
+
export interface SettingsGetOptionalParams extends coreClient.OperationOptions {
|
3152
|
+
}
|
3153
|
+
/** Contains response data for the get operation. */
|
3154
|
+
export type SettingsGetResponse = Settings;
|
3155
|
+
/** Optional parameters. */
|
3156
|
+
export interface SettingsUpdateOptionalParams extends coreClient.OperationOptions {
|
3157
|
+
}
|
3158
|
+
/** Contains response data for the update operation. */
|
3159
|
+
export type SettingsUpdateResponse = Settings;
|
3160
|
+
/** Optional parameters. */
|
3161
|
+
export interface SettingsPatchOptionalParams extends coreClient.OperationOptions {
|
3162
|
+
}
|
3163
|
+
/** Contains response data for the patch operation. */
|
3164
|
+
export type SettingsPatchResponse = Settings;
|
3165
|
+
/** Optional parameters. */
|
2674
3166
|
export interface PrivateLinkScopesListOptionalParams extends coreClient.OperationOptions {
|
2675
3167
|
}
|
2676
3168
|
/** Contains response data for the list operation. */
|