Package-level declarations

Types

Link copied to clipboard
data class AgentPropertiesResponseErrorDetails(val code: String? = null, val message: String? = null)
data class AzureStorageBlobContainerEndpointPropertiesResponse(val blobContainerName: String, val description: String? = null, val endpointType: String, val provisioningState: String, val storageAccountResourceId: String)
Link copied to clipboard
data class GetAgentResult(val agentStatus: String, val agentVersion: String, val arcResourceId: String, val arcVmUuid: String, val description: String? = null, val errorDetails: AgentPropertiesResponseErrorDetails, val id: String, val lastStatusUpdate: String, val localIPAddress: String, val memoryInMB: Double, val name: String, val numberOfCores: Double, val provisioningState: String, val systemData: SystemDataResponse, val type: String, val uptimeInSeconds: Double)

The Agent resource.

Link copied to clipboard

The Endpoint resource, which contains information about file sources and targets.

Link copied to clipboard
data class GetJobDefinitionResult(val agentName: String? = null, val agentResourceId: String, val copyMode: String, val description: String? = null, val id: String, val latestJobRunName: String, val latestJobRunResourceId: String, val latestJobRunStatus: String, val name: String, val provisioningState: String, val sourceName: String, val sourceResourceId: String, val sourceSubpath: String? = null, val systemData: SystemDataResponse, val targetName: String, val targetResourceId: String, val targetSubpath: String? = null, val type: String)

The Job Definition resource.

Link copied to clipboard
data class GetProjectResult(val description: String? = null, val id: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

The Project resource.

Link copied to clipboard
data class GetStorageMoverResult(val description: String? = null, val id: String, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The Storage Mover resource, which is a container for a group of Agents, Projects, and Endpoints.

Link copied to clipboard
data class NfsMountEndpointPropertiesResponse(val description: String? = null, val endpointType: String, val export: String, val host: String, val nfsVersion: String? = null, val provisioningState: String)
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.