Migrate Project Properties Response
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
fun MigrateProjectPropertiesResponse(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)