GetAssessmentProjectsOperationResult

data class GetAssessmentProjectsOperationResult(val assessmentSolutionId: String? = null, val azureApiVersion: String, val createdTimestamp: String, val customerStorageAccountArmId: String? = null, val customerWorkspaceId: String? = null, val customerWorkspaceLocation: String? = null, val id: String, val location: String, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val projectStatus: String? = null, val provisioningState: String? = null, val publicNetworkAccess: String? = null, val serviceEndpoint: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val updatedTimestamp: String)

An Assessment project site resource.

Constructors

Link copied to clipboard
constructor(assessmentSolutionId: String? = null, azureApiVersion: String, createdTimestamp: String, customerStorageAccountArmId: String? = null, customerWorkspaceId: String? = null, customerWorkspaceLocation: String? = null, id: String, location: String, name: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, projectStatus: String? = null, provisioningState: String? = null, publicNetworkAccess: String? = null, serviceEndpoint: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, updatedTimestamp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Assessment solution ARM id tracked by Microsoft.Migrate/migrateProjects.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Time when this project was created. Date-Time represented in ISO-8601 format.

Link copied to clipboard

The ARM id of the storage account used for interactions when public access is disabled.

Link copied to clipboard

The ARM id of service map workspace created by customer.

Link copied to clipboard

Location of service map workspace created by customer.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

The list of private endpoint connections to the project.

Link copied to clipboard
val projectStatus: String? = null

Assessment project status.

Link copied to clipboard

The status of the last operation.

Link copied to clipboard

This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method.

Link copied to clipboard

Endpoint at which the collector agent can call agent REST API.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

Time when this project was last updated. Date-Time represented in ISO-8601 format.