MigrateProjectPropertiesResponse

data class MigrateProjectPropertiesResponse(val lastSummaryRefreshedTime: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String? = null, val publicNetworkAccess: String? = null, val refreshSummaryState: String, val registeredTools: List<String>, val serviceEndpoint: String? = null, val summary: Map<String, Any>, val utilityStorageAccountId: String? = null)

Properties of a migrate project.

Constructors

Link copied to clipboard
constructor(lastSummaryRefreshedTime: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String? = null, publicNetworkAccess: String? = null, refreshSummaryState: String, registeredTools: List<String>, serviceEndpoint: String? = null, summary: Map<String, Any>, utilityStorageAccountId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Last summary refresh time.

Link copied to clipboard

Gets the private endpoint connections.

Link copied to clipboard

Provisioning state of the migrate project.

Link copied to clipboard

Gets or sets the state of public network access.

Link copied to clipboard

Refresh summary state.

Link copied to clipboard

Register tools inside project.

Link copied to clipboard
val serviceEndpoint: String? = null

Service endpoint.

Link copied to clipboard

Project summary.

Link copied to clipboard

Utility storage account id.