sdk/batch/azbatch/responses.go (543 lines of code) (raw):

// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. // Code generated by Microsoft (R) Go Code Generator. DO NOT EDIT. package azbatch import ( "io" "time" "github.com/Azure/azure-sdk-for-go/sdk/azcore" ) // CancelCertificateDeletionResponse contains the response from method Client.CancelCertificateDeletion. type CancelCertificateDeletionResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // CreateCertificateResponse contains the response from method Client.CreateCertificate. type CreateCertificateResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // CreateJobResponse contains the response from method Client.CreateJob. type CreateJobResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // CreateJobScheduleResponse contains the response from method Client.CreateJobSchedule. type CreateJobScheduleResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // CreateNodeUserResponse contains the response from method Client.CreateNodeUser. type CreateNodeUserResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // CreatePoolResponse contains the response from method Client.CreatePool. type CreatePoolResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // CreateTaskCollectionResponse contains the response from method Client.CreateTaskCollection. type CreateTaskCollectionResponse struct { // The result of adding a collection of Tasks to a Job. AddTaskCollectionResult // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // CreateTaskResponse contains the response from method Client.CreateTask. type CreateTaskResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // DeallocateNodeResponse contains the response from method Client.DeallocateNode. type DeallocateNodeResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // DeleteCertificateResponse contains the response from method Client.DeleteCertificate. type DeleteCertificateResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // DeleteJobResponse contains the response from method Client.DeleteJob. type DeleteJobResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // DeleteJobScheduleResponse contains the response from method Client.DeleteJobSchedule. type DeleteJobScheduleResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // DeleteNodeFileResponse contains the response from method Client.DeleteNodeFile. type DeleteNodeFileResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // DeleteNodeUserResponse contains the response from method Client.DeleteNodeUser. type DeleteNodeUserResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // DeletePoolResponse contains the response from method Client.DeletePool. type DeletePoolResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // DeleteTaskFileResponse contains the response from method Client.DeleteTaskFile. type DeleteTaskFileResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // DeleteTaskResponse contains the response from method Client.DeleteTask. type DeleteTaskResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // DisableJobResponse contains the response from method Client.DisableJob. type DisableJobResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // DisableJobScheduleResponse contains the response from method Client.DisableJobSchedule. type DisableJobScheduleResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // DisableNodeSchedulingResponse contains the response from method Client.DisableNodeScheduling. type DisableNodeSchedulingResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // DisablePoolAutoScaleResponse contains the response from method Client.DisablePoolAutoScale. type DisablePoolAutoScaleResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // EnableJobResponse contains the response from method Client.EnableJob. type EnableJobResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // EnableJobScheduleResponse contains the response from method Client.EnableJobSchedule. type EnableJobScheduleResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // EnableNodeSchedulingResponse contains the response from method Client.EnableNodeScheduling. type EnableNodeSchedulingResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // EnablePoolAutoScaleResponse contains the response from method Client.EnablePoolAutoScale. type EnablePoolAutoScaleResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // EvaluatePoolAutoScaleResponse contains the response from method Client.EvaluatePoolAutoScale. type EvaluatePoolAutoScaleResponse struct { // The results and errors from an execution of a Pool autoscale formula. AutoScaleRun // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // GetApplicationResponse contains the response from method Client.GetApplication. type GetApplicationResponse struct { // Contains information about an application in an Azure Batch Account. Application // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // GetCertificateResponse contains the response from method Client.GetCertificate. type GetCertificateResponse struct { // A Certificate that can be installed on Compute Nodes and can be used to // authenticate operations on the machine. Certificate // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // GetJobResponse contains the response from method Client.GetJob. type GetJobResponse struct { // An Azure Batch Job. Job // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // GetJobScheduleResponse contains the response from method Client.GetJobSchedule. type GetJobScheduleResponse struct { // A Job Schedule that allows recurring Jobs by specifying when to run Jobs and a // specification used to create each Job. JobSchedule // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // GetJobTaskCountsResponse contains the response from method Client.GetJobTaskCounts. type GetJobTaskCountsResponse struct { // The Task and TaskSlot counts for a Job. TaskCountsResult // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // GetNodeExtensionResponse contains the response from method Client.GetNodeExtension. type GetNodeExtensionResponse struct { // The configuration for virtual machine extension instance view. NodeVMExtension // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // GetNodeFilePropertiesResponse contains the response from method Client.GetNodeFileProperties. type GetNodeFilePropertiesResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The length of the file. ContentLength *int64 // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // Whether the object represents a directory. OCPBatchFileIsDirectory *bool // The file mode attribute in octal format. OCPBatchFileMode *string // The URL of the file. OCPBatchFileURL *string // The file creation time. OCPCreationTime *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // GetNodeFileResponse contains the response from method Client.GetNodeFile. type GetNodeFileResponse struct { // Body contains the streaming response. Body io.ReadCloser // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The length of the file. ContentLength *int64 // Type of content ContentType *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // Whether the object represents a directory. OCPBatchFileIsDirectory *bool // The file mode attribute in octal format. OCPBatchFileMode *string // The URL of the file. OCPBatchFileURL *string // The file creation time. OCPCreationTime *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // GetNodeRemoteLoginSettingsResponse contains the response from method Client.GetNodeRemoteLoginSettings. type GetNodeRemoteLoginSettingsResponse struct { // The remote login settings for a Compute Node. NodeRemoteLoginSettings // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // GetNodeResponse contains the response from method Client.GetNode. type GetNodeResponse struct { // A Compute Node in the Batch service. Node // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // GetPoolResponse contains the response from method Client.GetPool. type GetPoolResponse struct { // A Pool in the Azure Batch service. Pool // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // GetTaskFilePropertiesResponse contains the response from method Client.GetTaskFileProperties. type GetTaskFilePropertiesResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The length of the file. ContentLength *int64 // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // Whether the object represents a directory. OCPBatchFileIsDirectory *bool // The file mode attribute in octal format. OCPBatchFileMode *string // The URL of the file. OCPBatchFileURL *string // The file creation time. OCPCreationTime *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // GetTaskFileResponse contains the response from method Client.GetTaskFile. type GetTaskFileResponse struct { // Body contains the streaming response. Body io.ReadCloser // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The length of the file. ContentLength *int64 // Type of content ContentType *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // Whether the object represents a directory. OCPBatchFileIsDirectory *bool // The file mode attribute in octal format. OCPBatchFileMode *string // The URL of the file. OCPBatchFileURL *string // The file creation time. OCPCreationTime *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // GetTaskResponse contains the response from method Client.GetTask. type GetTaskResponse struct { // Batch will retry Tasks when a recovery operation is triggered on a Node. // Examples of recovery operations include (but are not limited to) when an // unhealthy Node is rebooted or a Compute Node disappeared due to host failure. // Retries due to recovery operations are independent of and are not counted // against the maxTaskRetryCount. Even if the maxTaskRetryCount is 0, an internal // retry due to a recovery operation may occur. Because of this, all Tasks should // be idempotent. This means Tasks need to tolerate being interrupted and // restarted without causing any corruption or duplicate data. The best practice // for long running Tasks is to use some form of checkpointing. Task // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // JobScheduleExistsResponse contains the response from method Client.JobScheduleExists. type JobScheduleExistsResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // ListApplicationsResponse contains the response from method Client.NewListApplicationsPager. type ListApplicationsResponse struct { // The result of listing the applications available in an Account. ApplicationListResult // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // ListCertificatesResponse contains the response from method Client.NewListCertificatesPager. type ListCertificatesResponse struct { // The result of listing the Certificates in the Account. CertificateListResult // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // ListJobPreparationAndReleaseTaskStatusResponse contains the response from method Client.NewListJobPreparationAndReleaseTaskStatusPager. type ListJobPreparationAndReleaseTaskStatusResponse struct { // The result of listing the status of the Job Preparation and Job Release Tasks // for a Job. JobPreparationAndReleaseTaskStatusListResult // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // ListJobSchedulesResponse contains the response from method Client.NewListJobSchedulesPager. type ListJobSchedulesResponse struct { // The result of listing the Job Schedules in an Account. JobScheduleListResult // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // ListJobsFromScheduleResponse contains the response from method Client.NewListJobsFromSchedulePager. type ListJobsFromScheduleResponse struct { // The result of listing the Jobs in an Account. JobListResult // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // ListJobsResponse contains the response from method Client.NewListJobsPager. type ListJobsResponse struct { // The result of listing the Jobs in an Account. JobListResult // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // ListNodeExtensionsResponse contains the response from method Client.NewListNodeExtensionsPager. type ListNodeExtensionsResponse struct { // The result of listing the Compute Node extensions in a Node. NodeVMExtensionListResult // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // ListNodeFilesResponse contains the response from method Client.NewListNodeFilesPager. type ListNodeFilesResponse struct { // The result of listing the files on a Compute Node, or the files associated with // a Task on a Compute Node. NodeFileListResult // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // ListNodesResponse contains the response from method Client.NewListNodesPager. type ListNodesResponse struct { // The result of listing the Compute Nodes in a Pool. NodeListResult // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // ListPoolNodeCountsResponse contains the response from method Client.NewListPoolNodeCountsPager. type ListPoolNodeCountsResponse struct { // The result of listing the Compute Node counts in the Account. ListPoolNodeCountsResult // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // ListPoolsResponse contains the response from method Client.NewListPoolsPager. type ListPoolsResponse struct { // The result of listing the Pools in an Account. PoolListResult // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // ListSubTasksResponse contains the response from method Client.NewListSubTasksPager. type ListSubTasksResponse struct { // The result of listing the subtasks of a Task. TaskListSubtasksResult // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // ListSupportedImagesResponse contains the response from method Client.NewListSupportedImagesPager. type ListSupportedImagesResponse struct { // The result of listing the supported Virtual Machine Images. AccountListSupportedImagesResult // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // ListTaskFilesResponse contains the response from method Client.NewListTaskFilesPager. type ListTaskFilesResponse struct { // The result of listing the files on a Compute Node, or the files associated with // a Task on a Compute Node. NodeFileListResult // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // ListTasksResponse contains the response from method Client.NewListTasksPager. type ListTasksResponse struct { // The result of listing the Tasks in a Job. TaskListResult // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // PoolExistsResponse contains the response from method Client.PoolExists. type PoolExistsResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // ReactivateTaskResponse contains the response from method Client.ReactivateTask. type ReactivateTaskResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // RebootNodeResponse contains the response from method Client.RebootNode. type RebootNodeResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // ReimageNodeResponse contains the response from method Client.ReimageNode. type ReimageNodeResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // RemoveNodesResponse contains the response from method Client.RemoveNodes. type RemoveNodesResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // ReplaceJobResponse contains the response from method Client.ReplaceJob. type ReplaceJobResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // ReplaceJobScheduleResponse contains the response from method Client.ReplaceJobSchedule. type ReplaceJobScheduleResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // ReplaceNodeUserResponse contains the response from method Client.ReplaceNodeUser. type ReplaceNodeUserResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // ReplacePoolPropertiesResponse contains the response from method Client.ReplacePoolProperties. type ReplacePoolPropertiesResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // ReplaceTaskResponse contains the response from method Client.ReplaceTask. type ReplaceTaskResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // ResizePoolResponse contains the response from method Client.ResizePool. type ResizePoolResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // StartNodeResponse contains the response from method Client.StartNode. type StartNodeResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // StopPoolResizeResponse contains the response from method Client.StopPoolResize. type StopPoolResizeResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // TerminateJobResponse contains the response from method Client.TerminateJob. type TerminateJobResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // TerminateJobScheduleResponse contains the response from method Client.TerminateJobSchedule. type TerminateJobScheduleResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // TerminateTaskResponse contains the response from method Client.TerminateTask. type TerminateTaskResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // UpdateJobResponse contains the response from method Client.UpdateJob. type UpdateJobResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // UpdateJobScheduleResponse contains the response from method Client.UpdateJobSchedule. type UpdateJobScheduleResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // UpdatePoolResponse contains the response from method Client.UpdatePool. type UpdatePoolResponse struct { // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The OData ID of the resource to which the request applied. DataServiceID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // UploadNodeLogsResponse contains the response from method Client.UploadNodeLogs. type UploadNodeLogsResponse struct { // The result of uploading Batch service log files from a specific Compute Node. UploadNodeLogsResult // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string } // listPoolUsageMetricsResponse contains the response from method Client.NewlistPoolUsageMetricsPager. type listPoolUsageMetricsResponse struct { // The result of a listing the usage metrics for an Account. listPoolUsageMetricsResult // The client-request-id provided by the client during the request. This will be returned only if the return-client-request-id // parameter was set to true. ClientRequestID *string // The ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between // requests. In particular, you can pass the ETag to one of the If-Modified-Since, If-Unmodified-Since, If-Match or If-None-Match // headers. ETag *azcore.ETag // The time at which the resource was last modified. LastModified *time.Time // A unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have // verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, // include the value of this request ID, the approximate time that the request was made, the Batch Account against which the // request was made, and the region that Account resides in. RequestID *string }