Versions in this module Expand all Collapse all v25 v25.1.0 Feb 6, 2019 v25.0.0 Jan 30, 2019 Changes in this version + type AccountClientAPI interface + ListNodeAgentSkus func(ctx context.Context, filter string, maxResults *int32, timeout *int32, ...) (result batch.AccountListNodeAgentSkusResultPage, err error) + type ApplicationClientAPI interface + Get func(ctx context.Context, applicationID string, timeout *int32, ...) (result batch.ApplicationSummary, err error) + List func(ctx context.Context, maxResults *int32, timeout *int32, ...) (result batch.ApplicationListResultPage, err error) + type CertificateClientAPI interface + Add func(ctx context.Context, certificate batch.CertificateAddParameter, timeout *int32, ...) (result autorest.Response, err error) + CancelDeletion func(ctx context.Context, thumbprintAlgorithm string, thumbprint string, ...) (result autorest.Response, err error) + Delete func(ctx context.Context, thumbprintAlgorithm string, thumbprint string, ...) (result autorest.Response, err error) + Get func(ctx context.Context, thumbprintAlgorithm string, thumbprint string, ...) (result batch.Certificate, err error) + List func(ctx context.Context, filter string, selectParameter string, maxResults *int32, ...) (result batch.CertificateListResultPage, err error) + type ComputeNodeClientAPI interface + AddUser func(ctx context.Context, poolID string, nodeID string, ...) (result autorest.Response, err error) + DeleteUser func(ctx context.Context, poolID string, nodeID string, userName string, ...) (result autorest.Response, err error) + DisableScheduling func(ctx context.Context, poolID string, nodeID string, ...) (result autorest.Response, err error) + EnableScheduling func(ctx context.Context, poolID string, nodeID string, timeout *int32, ...) (result autorest.Response, err error) + Get func(ctx context.Context, poolID string, nodeID string, selectParameter string, ...) (result batch.ComputeNode, err error) + GetRemoteDesktop func(ctx context.Context, poolID string, nodeID string, timeout *int32, ...) (result batch.ReadCloser, err error) + GetRemoteLoginSettings func(ctx context.Context, poolID string, nodeID string, timeout *int32, ...) (result batch.ComputeNodeGetRemoteLoginSettingsResult, err error) + List func(ctx context.Context, poolID string, filter string, selectParameter string, ...) (result batch.ComputeNodeListResultPage, err error) + Reboot func(ctx context.Context, poolID string, nodeID string, ...) (result autorest.Response, err error) + Reimage func(ctx context.Context, poolID string, nodeID string, ...) (result autorest.Response, err error) + UpdateUser func(ctx context.Context, poolID string, nodeID string, userName string, ...) (result autorest.Response, err error) + type FileClientAPI interface + DeleteFromComputeNode func(ctx context.Context, poolID string, nodeID string, filePath string, ...) (result autorest.Response, err error) + DeleteFromTask func(ctx context.Context, jobID string, taskID string, filePath string, ...) (result autorest.Response, err error) + GetFromComputeNode func(ctx context.Context, poolID string, nodeID string, filePath string, ...) (result batch.ReadCloser, err error) + GetFromTask func(ctx context.Context, jobID string, taskID string, filePath string, ...) (result batch.ReadCloser, err error) + GetPropertiesFromComputeNode func(ctx context.Context, poolID string, nodeID string, filePath string, ...) (result autorest.Response, err error) + GetPropertiesFromTask func(ctx context.Context, jobID string, taskID string, filePath string, ...) (result autorest.Response, err error) + ListFromComputeNode func(ctx context.Context, poolID string, nodeID string, filter string, ...) (result batch.NodeFileListResultPage, err error) + ListFromTask func(ctx context.Context, jobID string, taskID string, filter string, ...) (result batch.NodeFileListResultPage, err error) + type JobClientAPI interface + Add func(ctx context.Context, job batch.JobAddParameter, timeout *int32, ...) (result autorest.Response, err error) + Delete func(ctx context.Context, jobID string, timeout *int32, clientRequestID *uuid.UUID, ...) (result autorest.Response, err error) + Disable func(ctx context.Context, jobID string, ...) (result autorest.Response, err error) + Enable func(ctx context.Context, jobID string, timeout *int32, clientRequestID *uuid.UUID, ...) (result autorest.Response, err error) + Get func(ctx context.Context, jobID string, selectParameter string, expand string, ...) (result batch.CloudJob, err error) + GetAllLifetimeStatistics func(ctx context.Context, timeout *int32, clientRequestID *uuid.UUID, ...) (result batch.JobStatistics, err error) + List func(ctx context.Context, filter string, selectParameter string, expand string, ...) (result batch.CloudJobListResultPage, err error) + ListFromJobSchedule func(ctx context.Context, jobScheduleID string, filter string, ...) (result batch.CloudJobListResultPage, err error) + ListPreparationAndReleaseTaskStatus func(ctx context.Context, jobID string, filter string, selectParameter string, ...) (result batch.CloudJobListPreparationAndReleaseTaskStatusResultPage, err error) + Patch func(ctx context.Context, jobID string, jobPatchParameter batch.JobPatchParameter, ...) (result autorest.Response, err error) + Terminate func(ctx context.Context, jobID string, ...) (result autorest.Response, err error) + Update func(ctx context.Context, jobID string, jobUpdateParameter batch.JobUpdateParameter, ...) (result autorest.Response, err error) + type JobScheduleClientAPI interface + Add func(ctx context.Context, cloudJobSchedule batch.JobScheduleAddParameter, ...) (result autorest.Response, err error) + Delete func(ctx context.Context, jobScheduleID string, timeout *int32, ...) (result autorest.Response, err error) + Disable func(ctx context.Context, jobScheduleID string, timeout *int32, ...) (result autorest.Response, err error) + Enable func(ctx context.Context, jobScheduleID string, timeout *int32, ...) (result autorest.Response, err error) + Exists func(ctx context.Context, jobScheduleID string, timeout *int32, ...) (result autorest.Response, err error) + Get func(ctx context.Context, jobScheduleID string, selectParameter string, ...) (result batch.CloudJobSchedule, err error) + List func(ctx context.Context, filter string, selectParameter string, expand string, ...) (result batch.CloudJobScheduleListResultPage, err error) + Patch func(ctx context.Context, jobScheduleID string, ...) (result autorest.Response, err error) + Terminate func(ctx context.Context, jobScheduleID string, timeout *int32, ...) (result autorest.Response, err error) + Update func(ctx context.Context, jobScheduleID string, ...) (result autorest.Response, err error) + type PoolClientAPI interface + Add func(ctx context.Context, pool batch.PoolAddParameter, timeout *int32, ...) (result autorest.Response, err error) + Delete func(ctx context.Context, poolID string, timeout *int32, clientRequestID *uuid.UUID, ...) (result autorest.Response, err error) + DisableAutoScale func(ctx context.Context, poolID string, timeout *int32, clientRequestID *uuid.UUID, ...) (result autorest.Response, err error) + EnableAutoScale func(ctx context.Context, poolID string, ...) (result autorest.Response, err error) + EvaluateAutoScale func(ctx context.Context, poolID string, ...) (result batch.AutoScaleRun, err error) + Exists func(ctx context.Context, poolID string, timeout *int32, clientRequestID *uuid.UUID, ...) (result autorest.Response, err error) + Get func(ctx context.Context, poolID string, selectParameter string, expand string, ...) (result batch.CloudPool, err error) + GetAllLifetimeStatistics func(ctx context.Context, timeout *int32, clientRequestID *uuid.UUID, ...) (result batch.PoolStatistics, err error) + List func(ctx context.Context, filter string, selectParameter string, expand string, ...) (result batch.CloudPoolListResultPage, err error) + ListUsageMetrics func(ctx context.Context, startTime *date.Time, endTime *date.Time, filter string, ...) (result batch.PoolListUsageMetricsResultPage, err error) + Patch func(ctx context.Context, poolID string, ...) (result autorest.Response, err error) + RemoveNodes func(ctx context.Context, poolID string, ...) (result autorest.Response, err error) + Resize func(ctx context.Context, poolID string, ...) (result autorest.Response, err error) + StopResize func(ctx context.Context, poolID string, timeout *int32, clientRequestID *uuid.UUID, ...) (result autorest.Response, err error) + UpdateProperties func(ctx context.Context, poolID string, ...) (result autorest.Response, err error) + UpgradeOS func(ctx context.Context, poolID string, ...) (result autorest.Response, err error) + type TaskClientAPI interface + Add func(ctx context.Context, jobID string, task batch.TaskAddParameter, timeout *int32, ...) (result autorest.Response, err error) + AddCollection func(ctx context.Context, jobID string, ...) (result batch.TaskAddCollectionResult, err error) + Delete func(ctx context.Context, jobID string, taskID string, timeout *int32, ...) (result autorest.Response, err error) + Get func(ctx context.Context, jobID string, taskID string, selectParameter string, ...) (result batch.CloudTask, err error) + List func(ctx context.Context, jobID string, filter string, selectParameter string, ...) (result batch.CloudTaskListResultPage, err error) + ListSubtasks func(ctx context.Context, jobID string, taskID string, selectParameter string, ...) (result batch.CloudTaskListSubtasksResult, err error) + Reactivate func(ctx context.Context, jobID string, taskID string, timeout *int32, ...) (result autorest.Response, err error) + Terminate func(ctx context.Context, jobID string, taskID string, timeout *int32, ...) (result autorest.Response, err error) + Update func(ctx context.Context, jobID string, taskID string, ...) (result autorest.Response, err error) Other modules containing this package gopkg.in/azure/azure-sdk-for-go.v23 gopkg.in/azure/azure-sdk-for-go.v24 gopkg.in/azure/azure-sdk-for-go.v26 gopkg.in/azure/azure-sdk-for-go.v27 gopkg.in/azure/azure-sdk-for-go.v28 gopkg.in/azure/azure-sdk-for-go.v29 gopkg.in/azure/azure-sdk-for-go.v30 gopkg.in/azure/azure-sdk-for-go.v31 gopkg.in/azure/azure-sdk-for-go.v32 gopkg.in/azure/azure-sdk-for-go.v33 gopkg.in/azure/azure-sdk-for-go.v34 gopkg.in/azure/azure-sdk-for-go.v35 gopkg.in/azure/azure-sdk-for-go.v36 gopkg.in/azure/azure-sdk-for-go.v37 gopkg.in/azure/azure-sdk-for-go.v38 gopkg.in/azure/azure-sdk-for-go.v39 gopkg.in/azure/azure-sdk-for-go.v40 gopkg.in/azure/azure-sdk-for-go.v41 gopkg.in/azure/azure-sdk-for-go.v42 gopkg.in/azure/azure-sdk-for-go.v43 gopkg.in/azure/azure-sdk-for-go.v44 gopkg.in/azure/azure-sdk-for-go.v45 gopkg.in/azure/azure-sdk-for-go.v46 gopkg.in/azure/azure-sdk-for-go.v47 gopkg.in/azure/azure-sdk-for-go.v48 gopkg.in/azure/azure-sdk-for-go.v49